|
Home > Archive > BizTalk Server Applications Integration > April 2004 > FTP adaptor error logging
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
FTP adaptor error logging
|
|
| Steve Wright 2004-04-01, 3:50 pm |
| I am using the FTP adaptor for the first time and my
receive job is failing. Where is the error information
put? I have look for a log file and I have check the
Event Log.
Help!
Thanks,
Steve Wright
| |
| Delfin Heras 2004-04-02, 9:44 am |
|
I suggest you use tcptrace to find out http://www.pocketsoap.com/tcptrace/
tcp trace listens on a given port and forwards everything it gets on that
port to a given server and port
you set two tcptrace windows: one listening on port 21 and the other one
listening on port 20
you will see all the communications between the adapter and the ftp server
( off course you need to config your rec function or the ftp aic so that it
goes through the tcptrace.
This is how I troubleshooted a couple ofproblem I got with the ftp adapter.
Hope this helps,
D.
"Steve Wright" <swright@planetci.com> wrote in message
news:1756c01c41827$085fe530$a101280a@phx
.gbl...
> I am using the FTP adaptor for the first time and my
> receive job is failing. Where is the error information
> put? I have look for a log file and I have check the
> Event Log.
>
> Help!
>
> Thanks,
> Steve Wright
| |
| Jan Eliasen 2004-04-05, 3:39 am |
| On Thu, 1 Apr 2004 12:22:19 -0800, "Steve Wright"
<swright@planetci.com> wrote:
>I am using the FTP adaptor for the first time and my
>receive job is failing. Where is the error information
>put? I have look for a log file and I have check the
>Event Log.
Are you using BizTalk 2002? In that case, then FTP Adapter comes with
a trace-utility - start there.
--
Jan Eliasen, representing himself and not the company he works for.
| |
| Steve Wright 2004-04-05, 12:42 pm |
|
Thanks Jan.
I tried the trace utility, but the log file is binary.
How can I read it? All the documentation says is "When
tracing is complete, copy the output log into an e-mail
and send it to a Microsoft Product Support Specialist for
diagnosis."
That's too expensive for a problem like this.
Thanks,
Steve
| |
| John De Angelis 2004-04-05, 7:42 pm |
| Right click the session, stop trace, Format the trace then view the trace.
"Steve Wright" <swright@planetci.com> wrote in message
news:18ae301c41b2b$63b5d0a0$a101280a@phx
.gbl...
>
> Thanks Jan.
>
> I tried the trace utility, but the log file is binary.
> How can I read it? All the documentation says is "When
> tracing is complete, copy the output log into an e-mail
> and send it to a Microsoft Product Support Specialist for
> diagnosis."
>
> That's too expensive for a problem like this.
>
> Thanks,
> Steve
| |
| Steve Wright 2004-04-06, 2:36 pm |
|
Thanks.
|
|
|
|
|