Search found 18 matches

by userds
Mon Mar 28, 2005 3:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in running unix ftp script as Before-job subroutine
Replies: 7
Views: 3970

Problem in running unix ftp script as Before-job subroutine

I am running a following unix ftp script as Before job subroutine. Please find the following ftp script: ############## #!/bin/ksh #ftp script filename: nt2unixcp print "script begins" host='gskprod.abc.com' USER='gsk' PASSWORD='gsk589' remote_dir='gsk_df' ftp -ni "${host}" << EO...
by userds
Wed Mar 23, 2005 3:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trying to ftp more than one file using FTP Stage
Replies: 5
Views: 3998

Trying to ftp more than one file using FTP Stage

I am trying to FTP more than one file using FTP Stage. It gives the following error: ------------------------------- FTPJOb..FTP_Plug_in_2: 550 anma022r*.txt: The filename, directory name, or volume label syntax is incorrect. FTPJOb..FTP_Plug_in_2: Error while trying to open connection for receiving...
by userds
Sat Mar 12, 2005 4:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Usage of folder stage
Replies: 3
Views: 2872

Usage of folder stage

Requirement: I am having collection of files in a folder. I need to read all the files and depending on the filename i need to call corrosponding datastage job. Please let me know how to implement this requirement using folder Stage. For example if the file name is PC_0068_03142004.txt, I have to re...