FTP Stage

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

shilpa79
Participant
Posts: 131
Joined: Thu Jan 20, 2005 5:59 pm
Location: Virginia

FTP Stage

Post by shilpa79 »

I am working on FTP for the first time.
I am getting these errors when I am trying to FTP the XML file to diff application.
Can anyone let me know what does the below error mean?

FTP_xxxxx: uri : ftp://22.32.456/fff_ftpdev/xxxxxx-dev/d ... c_user.xml is having following ftp errors

main_program: Creation of a step finished with status = FAILED.
500 'AUTH GSSAPI': command not understood
500 'AUTH KERBEROS_V4': command not understood
KERBEROS_V4 rejected as an authentication type
Last edited by shilpa79 on Mon Dec 18, 2006 12:48 pm, edited 2 times in total.
narasimha
Charter Member
Charter Member
Posts: 1236
Joined: Fri Oct 22, 2004 8:59 am
Location: Staten Island, NY

Post by narasimha »

Are you doing an FTP outside datastage or are you using the datastage FTP stage?
Narasimha Kade

Finding answers is simple, all you need to do is come up with the correct questions.
shilpa79
Participant
Posts: 131
Joined: Thu Jan 20, 2005 5:59 pm
Location: Virginia

Post by shilpa79 »

Datastage FTP Stage.

Is the FTP stage only used for the Mainframe jobs?
I_Server_Whale
Premium Member
Premium Member
Posts: 1255
Joined: Wed Feb 02, 2005 11:54 am
Location: United States of America

Post by I_Server_Whale »

Is the FTP stage only used for the Mainframe jobs?
Not necessarily. May be this POST might be of help.[/quote]
Anything that won't sell, I don't want to invent. Its sale is proof of utility, and utility is success.
Author: Thomas A. Edison 1847-1931, American Inventor, Entrepreneur, Founder of GE
shilpa79
Participant
Posts: 131
Joined: Thu Jan 20, 2005 5:59 pm
Location: Virginia

Post by shilpa79 »

One quick question FTP stage can be used as both I/P and O/P stages?
narasimha
Charter Member
Charter Member
Posts: 1236
Joined: Fri Oct 22, 2004 8:59 am
Location: Staten Island, NY

Post by narasimha »

Yup!
Narasimha Kade

Finding answers is simple, all you need to do is come up with the correct questions.
shilpa79
Participant
Posts: 131
Joined: Thu Jan 20, 2005 5:59 pm
Location: Virginia

Post by shilpa79 »

Can anyone comeup with any answer for the above error:
bsreenu
Participant
Posts: 22
Joined: Mon Aug 16, 2004 3:57 pm

Post by bsreenu »

[quote="shilpa79"]Can anyone comeup with any answer for the above error:[/quote]

I really doubt if you can use FTP stage for XML files. Because FTP stage can not interpret XML files. May be you can use Unix FTP for file transfer, and by using XML stage you can interpret the XML file.
thebird
Participant
Posts: 254
Joined: Thu Jan 06, 2005 12:11 am
Location: India
Contact:

Post by thebird »

bsreenu wrote: I really doubt if you can use FTP stage for XML files. Because FTP stage can not interpret XML files. May be you can use Unix FTP for file transfer, and by using XML stage you can interpret the XML file.
Why do you have to interpret the XML file for FTP?

Just read the XML file through a Sequential File stage (with a single column) and then link this to an FTP stage. This should get you going. Unless you have authorisation issues on the Remote server.

Aneesh
shilpa79
Participant
Posts: 131
Joined: Thu Jan 20, 2005 5:59 pm
Location: Virginia

Post by shilpa79 »

I will try and get back to you guys

Thanks for coming up and helping me out.
shilpa79
Participant
Posts: 131
Joined: Thu Jan 20, 2005 5:59 pm
Location: Virginia

Post by shilpa79 »

Whats the diff between FTP Enterprise and FTP plug-in stages and when I am using FTP plugin i am getting same errors as above and When I tried with FTP Enterprise I am getting error:

FTP_Enterprise_24: uri : adfg/cvx_ftpdev/imports/xxx-dev/datastage_test/abc.xml is having following ftp errors.

Could you please let me know why?
I_Server_Whale
Premium Member
Premium Member
Posts: 1255
Joined: Wed Feb 02, 2005 11:54 am
Location: United States of America

Post by I_Server_Whale »

shilpa79 wrote:is having following ftp errors.
What are the following ftp errors?

Whale.
Anything that won't sell, I don't want to invent. Its sale is proof of utility, and utility is success.
Author: Thomas A. Edison 1847-1931, American Inventor, Entrepreneur, Founder of GE
shilpa79
Participant
Posts: 131
Joined: Thu Jan 20, 2005 5:59 pm
Location: Virginia

Post by shilpa79 »

main_program: Creation of a step finished with status = FAILED.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

That's not an FTP error. That's DataStage advising that it's giving up.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
shilpa79
Participant
Posts: 131
Joined: Thu Jan 20, 2005 5:59 pm
Location: Virginia

Post by shilpa79 »

thats what I got ?
Post Reply