FTP Adapter Not working for IBM Host
From: Juan Carlos Angel (anonymous_at_discussions.microsoft.com)
Date: 04/08/04
- Next message: Michael: "BizTalk 2004 SQL Adapter"
- Previous message: suraj: "BizTalk WMI to deploy Orchestration!"
- Messages sorted by: [ date ] [ thread ]
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?
- Next message: Michael: "BizTalk 2004 SQL Adapter"
- Previous message: suraj: "BizTalk WMI to deploy Orchestration!"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|