FTP 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
piyu
Participant
Posts: 52
Joined: Thu Jul 21, 2005 12:22 am
Location: Singapore

FTP Error

Post by piyu »

Hi,

I am trying to FTP in a file from a Windows server using FTP Enterprise stage.

I am able to do the ftp from the Datastage server and funny thing is, my job did actually run successfully once :? But after that it has just been aborting!

I tried searching on Linux and this forum as well, but I am not able to get a resolution. Please help.

The FTP type is : ftp is hashed (/usr/kerberos/bin/ftp)

Error Message : error: ftp returned 500
ftp msg: 500 'AUTH GSSAPI': command not understood

Parameters :
URI : ftp://servername:21/INBOUND/filename.csv
Transfer Mode : FTP
User name and Password fields given

Thanks,
Anu
venky@capgemini
Participant
Posts: 1
Joined: Mon Aug 16, 2010 11:15 pm
Location: Hyderabad,India

Post by venky@capgemini »

I think it is because of authorisation failed. Remove the file which has already ftp'ed or run the job by changing the target file name.
Venkatesh Gupta Gajawada
Associate Consultant
Capgemini India
piyu
Participant
Posts: 52
Joined: Thu Jul 21, 2005 12:22 am
Location: Singapore

Post by piyu »

Resolved it. Something with the Restartable option. I added it and ran it.

This is what I observed : Job id for FTP needs to be changed every time the ftp fails :!: else it will abort. No need to clear existing file.

Guess its time I need to read up about FTP! 8)

Thanks!
shd_sbq
Participant
Posts: 2
Joined: Wed Aug 12, 2009 10:03 pm

Post by shd_sbq »

I had the same problem too, it works fine with added ftp command=ftp -u connection. :D

This option also disables auto-login.

Thanks,

SYS
Post Reply