FTP Adapter Not working for IBM Host

From: Juan Carlos Angel (anonymous_at_discussions.microsoft.com)
Date: 04/08/04


Date: Thu, 8 Apr 2004 08:14:24 -0700

I am having trouble with the FTP adapter recieving a file
from an FTP site on an IBM controller. The adapter works
fine if pointed to a windows ftp server, meaning the
orchestration is fine and the FTP adapter works fine on
the win platform just not for the IBM. I can transfer the
file just fine using the ftp command line from the Windows
server to the IBM FTP location - Why is BizTalk not
working?
 
Once I connect to the 4690 controller the adapter seems to
connect and run commands but I don't get the file back.
This is the FTP Log when connected to the 4690:
< 220 FTP server (IBM 4690 TCP/IP FTP Version 1.0) ready.
> USER test
< 331 Password required for test.
> PASS xxxx
< 230 User test logged in.
> PWD
< 257 "c:\" is current directory.
> SYST
< 215 OS 4690 operating system
> PWD
< 257 "c:\" is current directory.
> CWD microsof
< 250 CWD command successful.
> PWD
< 257 "c:\microsof" is current directory.
> TYPE A
< 200 Type set to A.
> PORT 10,75,96,208,8,200
< 200 PORT command successful.
> LIST test.cgo
< 150 Opening ASCII mode data connection for test.cgo.
< 628 A 04-07-2004 14:11
test.cgo
< 3129016320 bytes free
< 226 Transfer complete.
> QUIT
< 221 Goodbye.
 
And this is the Log when connected to the Win2k:
< 220 idev2 Microsoft FTP Service (Version 5.0).
> USER test
< 331 Password required for test.
> PASS xxxx
< 230-Welcome to the IDEV2 FTP Site.
< 230 User test logged in.
> PWD
< 257 "/" is current directory.
> SYST
< 215 Windows_NT version 5.0
> PWD
< 257 "/" is current directory.
> CWD microsof
< 250 CWD command successful.
> PWD
< 257 "/microsof" is current directory.
> TYPE A
< 200 Type set to A.
> PORT 10,75,96,208,7,93
< 200 PORT command successful.
> LIST test.cgo
< 150 Opening ASCII mode data connection for /bin/ls.
< 03-31-04 11:47PM 628 test.cgo
< 226 Transfer complete.
> TYPE I
< 200 Type set to I.
> PORT 10,75,96,208,7,94
< 200 PORT command successful.
> RETR test.cgo
< 150 Opening BINARY mode data connection for test.cgo(628
bytes).
< 226 Transfer complete.
> DELE test.cgo
< 250 DELE command successful.
> QUIT
< 221
 
Is there anything I should be adding to the Before and/or
After GET fields on the FTP adapter configuration?



Relevant Pages

  • RE: biztalk 2004 ftp orkestration not processing
    ... Clearly the problem is in your FTP adapter configuration. ... Server: ex: SKW2003 ... and send port. ...
    (microsoft.public.biztalk.server)
  • Re: BizTalk 2006: FTP Adapter Stops Polling
    ... I just openned a support incident this morning on the problem as it ... There are no errors in the event log. ... There are no errors in the FTP log (by specifying a log file in the Receive ... I am handling FTP adapter testing. ...
    (microsoft.public.biztalk.general)
  • Re: BizTalk 2006 R2 -- FTP flakiness...
    ... we have already switched to that for another FTP ... the type of server where the FTP server is being hosted, ie on Unix servers, ... For the nsoftware's FTP Adapter, if you do not already have a purchased ... It polls once a minute, and in most cases, finds no files to download. ...
    (microsoft.public.biztalk.general)
  • Re: BizTalk 2006: FTP Adapter Stops Polling
    ... If this relates to BTS2004 it sounds like you guys haven't applied the .Net Framework patch that fixes the Timer-functionality. ... I am handling FTP ... Subject: BizTalk 2006: FTP Adapter Stops Polling ... I don't see the files being deleted from your Unix server. ...
    (microsoft.public.biztalk.general)
  • RE: BizTalk 2006 R2 -- FTP flakiness...
    ... I have had varying degrees of success with the FTP adapter. ... the type of server where the FTP server is being hosted, ie on Unix servers, ... It polls once a minute, and in most cases, finds no files to download. ...
    (microsoft.public.biztalk.general)