FTP Plug in fatal 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
vij
Participant
Posts: 131
Joined: Fri Nov 17, 2006 12:43 am

FTP Plug in fatal Error

Post by vij »

Hi,

We are trying to FTP a file of about 3.7 GB from datastage to Mainframe host, through the FTP plug in stage and we are getting the following fatal errors.

FTP_Plug_in_39,0: Failure during execution of operator logic. [api/operator_rep.C:331]

FTP_Plug_in_39,0: Fatal Error: Fatal: function 'ftp_put' failed [dscapiop.C:1882]

node_node2: Player 1 terminated unexpectedly. [processmgr/player.C:138]

The FTP process ftps a file to mainframes about 100000 records and then the job abends with the above message.

Please help us in identifying the issue. is this an issue from ETL or the host?

thanks,
Vij
richdhan
Premium Member
Premium Member
Posts: 364
Joined: Thu Feb 12, 2004 12:24 am

Post by richdhan »

Hi,

Try to do a FTP from the unix command line and let us know what happens.

--Rich
vij
Participant
Posts: 131
Joined: Fri Nov 17, 2006 12:43 am

Post by vij »

I tried FTP from command prompt, but received a "broken pipe" error message and only the same number of records are getting FTPed. Is this some kind of issue from the mainframe host?

please let me know.

thanks in advance.
Vij
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

The host or even the network. You'll need to involve your network and/or system support people to figure it out.
-craig

"You can never have too many knives" -- Logan Nine Fingers
vij
Participant
Posts: 131
Joined: Fri Nov 17, 2006 12:43 am

Post by vij »

ok, thanks. what is the best way to FTP files to host?
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Not sure there is a 'best' way. Command line ftp is a way, as well as scp. Many shops have 3rd party utilities they've purchase to transfer files. Ask your Admins there how you should be transferring your file.
-craig

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