Search found 204 matches

by sheema
Wed Aug 09, 2006 12:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem with FTP Script
Replies: 22
Views: 5802

Thanks for the reply,I will try both the options which you mentioned.

But can you be little elaborate on how to use Routine Activity stage that executes the script via the DSExecute function. I have never worked on this earlier
by sheema
Wed Aug 09, 2006 11:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem with FTP Script
Replies: 22
Views: 5802

This is text which i have in the parameter box

#FTPServer# #FTPUser# #FTPPwd# #FTPPath# #FTPFile# #localpath# #localfile# #logpath#
by sheema
Wed Aug 09, 2006 10:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem with FTP Script
Replies: 22
Views: 5802

No,it does not have any spaces.
by sheema
Wed Aug 09, 2006 10:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem with FTP Script
Replies: 22
Views: 5802

I am passing the same Path which i have hard coded.I have checked that.
by sheema
Wed Aug 09, 2006 10:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem with FTP Script
Replies: 22
Views: 5802

Datastage 7.5
by sheema
Wed Aug 09, 2006 10:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem with FTP Script
Replies: 22
Views: 5802

The script is as below remote_server="${1}" remote_user="${2}" remote_passwd="${3}" remote_path="${4}" remote_file="${5}" local_path="${6}" local_file="${7}" log_path="${8}" ftp -v -n $remote_server << eof >> $log_path/$...
by sheema
Wed Aug 09, 2006 10:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem with FTP Script
Replies: 22
Views: 5802

problem with FTP Script

I have a Sequence where i am using a Execute Command Stage through which i am calling a script to FTP a file from local path to a remote server. I am passing the following parameters to the script localpath localfile remoteserver remoteuser remotepassword remotepath. when i execute the sequence,the ...
by sheema
Wed Jul 26, 2006 4:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execute Command(using a Script to FTP)
Replies: 3
Views: 1156

Yes,I have tried it from the command line,it is working fine.

I have tried Transferring the same file to same ETL server ,but a different directory.Than it is working fine,that says there is nothing wrong with the
source file path.
by sheema
Wed Jul 26, 2006 1:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execute Command(using a Script to FTP)
Replies: 3
Views: 1156

Execute Command(using a Script to FTP)

I have a sequence job,in that i am using a Execute Command activity to FTP a file to a mainframe server.I am getting the Exit status for the FTP script as 0,but it says file or directory not found.Where as the file is present in that directory. I have manually checked transferred the file,it is gett...