FTP put lockup -
05-03-2004
, 10:37 PM
We're getting what appears to be periodic file lockups when doing FTP
transfers through ActiveX scripts in DTS. Here's our log:
ftp> put \\SERVERNAME\folder1\folder2\folder3\xxx_header_nf o.txt
200 PORT command successful.
150 Opening ASCII mode data connection for xxx_header_Info.txt.
**** WHEN THINGS ARE WORKING, WE GET THE NEXT TWO LOG ENTRIES,
OTHERWISE OUR LOG ENDS HERE ****
226 Transfer complete.
ftp: 21723 bytes sent in 0.00Seconds 21723000.00Kbytes/sec.
When the put fails, the DBAs must rename the log file (above) and the
script file that is executed from ActiveX or reboot the server - this
file looks similar to the following:
open some.server.name
loginname
password
cd \IN
put \\SERVERNAME\folder1\folder2\folder3\xxx_header_nf o.txt
..
..
..
bye
Any ideas on what would cause the put to hang like that?
Thanks,
Dave Orkis |