Page 1 of 1

FTP stage error

Posted: Fri Aug 25, 2006 7:11 am
by eldonp
I'm doing a job that FTP's files to a windoze server. High level, heres what it looks like...

FlatFile ----> Transformer ------> FTPStage

I get the following error...

TaUpdates..FTP: Error while trying to open connection for sending data to the FTP server, FTP command PASV failed

Has anyone seen this before - and know how to workaround?

Posted: Fri Aug 25, 2006 7:35 am
by ArndW
try doing the same Ftp connection manually from the command line to see if it could be the userid/password portion or even the base ftp connection that isn't working. Are you sure you have an ftp server on the Windows machine running?

Posted: Fri Aug 25, 2006 8:03 am
by eldonp
FTP server works yes. FTP via command line works too. I'm wanting to user the Stage - this cuts out having to create a unix file and scripting the transfer....

Posted: Fri Aug 25, 2006 8:12 am
by DSguru2B
There seems to be a ftp config problem on the unix side.
PASV mode in ftp is usually used when accessing through a firewall.
May be the PASV mode is disable by your admin.
Request him for details and let us know.

GL 8)

Posted: Mon Aug 28, 2006 1:19 am
by eldonp
Thanks all for the input. I changed the "FTP Data Connection Mode" from passive to active and changed the "Link Tracing Level" from 0 to 4 and it works!

Posted: Mon Aug 28, 2006 6:48 am
by chulett
You should be able to set the Link Tracing Level back to zero as that wouldn't have been involved in making it work. Unless you like the extra information it logs each run of course...