Search found 7 matches

by deepa_bhagia
Mon May 12, 2008 5:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP from Unix box to Windows
Replies: 8
Views: 2649

How do i have a data stream going into a FTP Stage?
I am using FTP Plugin stage.
by deepa_bhagia
Mon May 12, 2008 4:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP from Unix box to Windows
Replies: 8
Views: 2649

I can FTP from telnet with my userid and password. In input of the FTP Stage, i have written path of unix where it resides and the filename. What exactly am i supposed to write in the output? (Have taken one like as input from the sequential file to FTP Stage and output to a dummy sequentail file) H...
by deepa_bhagia
Mon May 12, 2008 4:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP from Unix box to Windows
Replies: 8
Views: 2649

My Job puts the data in a sequential file. I am using the FTP stage after this. Have put the necessary credentials also.

Am getting an error saying "Error while trying to open connection for sending data to the FTP server, FTP command STOR failed"

I have never used this stage before.
by deepa_bhagia
Mon May 12, 2008 3:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP from Unix box to Windows
Replies: 8
Views: 2649

FTP from Unix box to Windows

I have a requirement to FTP files from UNIX box to Windows using FTP Stage. Can somebody help me with this?
by deepa_bhagia
Mon Jun 18, 2007 9:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use of Command Line to list datastage jobs
Replies: 7
Views: 14171

I tried to list jobs in a particular project and it was giving me same error as yours. So I switched the directory to ../../Projects/Project_name and then tried to list all the jobs under that project, it worked.
by deepa_bhagia
Fri Jun 01, 2007 4:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: null value to timestamp
Replies: 6
Views: 5788

hardcode the column in the transformer before the target to SetNull()
by deepa_bhagia
Fri Jun 01, 2007 4:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Warning
Replies: 3
Views: 2054

Why don't you just remove the warnings?? For the ones with nullability issues, perform NULL handling in the transformer wherin you are applying transformations to the data. For the ones with data types, do proper type conversions viz. for columns with data type decimal (38,10) in the source, take a ...