FTP_Plugin Error

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
debasisp
Premium Member
Premium Member
Posts: 34
Joined: Wed Feb 01, 2006 1:53 am

FTP_Plugin Error

Post by debasisp »

Hi,
I am using FTP Plugin stage and trying to FTP a file (which contains approx 21 millions of records) from Unix to Mainframe. But each time after sending approx 100 thousands of records it is giving me the following error. Any idea to resolve this issue ??

FTP_Plug_in_39,0: Info: TestJob.FTP_Plug_in_39: function 'ft_putline' failed.

Info: TestJob.FTP_Plug_in_39: ftp_put error

Info: TestJob.FTP_Plug_in_39: 'RECV' call failed, error number = [11]

Info: TestJob.FTP_Plug_in_39: unable to get response from the FTP server after sending the command QUIT
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Could it be a timeout? You could try using the command line FTP with trace turned on to see if you can FTP the file correctly outside of DataStage.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Wow, I'm not sure I'd even consider using the FTP stage for volumes like that. :?
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply