FTP stage -- invalid uri

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
shruthija
Participant
Posts: 23
Joined: Wed Apr 01, 2009 1:05 am
Location: Hyderabad

FTP stage -- invalid uri

Post by shruthija »

Hi

When I run the FTP stage, there was an error showing that:

uri is having invalid syntax;

The uri I specified was: ftp://IP address\path of file..

Can you help in resolving the error..
basu.ds
Participant
Posts: 118
Joined: Tue Feb 06, 2007 12:59 am
Location: Bangalore

Post by basu.ds »

This is a bug in ver8.0.1 carried from 7.5 also
The use of unix and windows slashes has not been established properly
use ftp://IP address/\path of file
shruthija
Participant
Posts: 23
Joined: Wed Apr 01, 2009 1:05 am
Location: Hyderabad

Post by shruthija »

[
use ftp://IP address/\path of file[/quote]

Thanks basu...for your suggestion

But after giving this command, it was giving a new error that

NOT CONNECTED is the error that is being dislplayed.

please help me
basu.ds
Participant
Posts: 118
Joined: Tue Feb 06, 2007 12:59 am
Location: Bangalore

Post by basu.ds »

Please try to connect from command prompt using your ftp details
If works then post the exact error and ftp uri you are using...
shruthija
Participant
Posts: 23
Joined: Wed Apr 01, 2009 1:05 am
Location: Hyderabad

Post by shruthija »

basu.ds wrote:Please try to connect from command prompt using your ftp details
If works then post the exact error and ftp uri you are using...
When I did ftp to the system using Command prompt, it is saying that,
the host does not found..
basu.ds
Participant
Posts: 118
Joined: Tue Feb 06, 2007 12:59 am
Location: Bangalore

Post by basu.ds »

have you created any ftp user on your host mechine?
shruthija
Participant
Posts: 23
Joined: Wed Apr 01, 2009 1:05 am
Location: Hyderabad

Post by shruthija »

basu.ds wrote:have you created any ftp user on your host mechine?
no
basu.ds
Participant
Posts: 118
Joined: Tue Feb 06, 2007 12:59 am
Location: Bangalore

Post by basu.ds »

Then how your expecting to work ftp stage?
Post Reply