Problem when passing FTP user account as a parameter

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
vinay_renu2001
Participant
Posts: 46
Joined: Wed Sep 28, 2005 9:24 am

Problem when passing FTP user account as a parameter

Post by vinay_renu2001 »

Hi All

I have a FTP account username as "xyz\abc"

When iam trying to pass my FTP account user name as a parameter in FTP plug-in Stage, the job is getting aborted. When i pass my user-id straight away, the job is running successfully.
Is it a problem because the user-id contains "\" init. Actually what happening is DataStage engine is not considering the "\", when i checked in the log the Error message it is giving as "xyzabc" was unable to login".

Can any one helpme out in this..

Thanks in Advance
Vinay
Thanks and Regards
Vin
lstsaur
Participant
Posts: 1139
Joined: Thu Oct 21, 2004 9:59 pm

Post by lstsaur »

Hi Vinay,
FTP stage treats \ as an Escape charcter. Give a try with "xyz\\abc".
vinay_renu2001
Participant
Posts: 46
Joined: Wed Sep 28, 2005 9:24 am

Post by vinay_renu2001 »

lstsaur wrote:Hi Vinay,
FTP stage treats \ as an Escape charcter. Give a try with "xyz\\abc".
Hi lstsaur

I tried with this option aswell.. but it is not working.

Actually they created the FTP Account User-id as "xyz/abc"..

Can you give me any more suggestions...

Thanks in Advance
Vinay
Thanks and Regards
Vin
Post Reply