Search found 8 matches

by meorz
Mon Oct 24, 2005 12:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle View to Text File
Replies: 3
Views: 1164

Thank you all for the suggestions, really helpful.

Finally we found out that it really was a timing problem, 1st and 2nd job runs parallel, we accidentally missed out the line to wait for the 1st job to finish.

easy to fix, but real hard to track down.
by meorz
Thu Oct 13, 2005 8:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle View to Text File
Replies: 3
Views: 1164

Oracle View to Text File

Hi, Thank you for all the supports so far. I run a job to read from Oracle View and Extract to a Text File. At the time I was running the Job, I have been experiencing a lot of Jobs getting "Abnormal Termination". Anyway, I got a successful flag for this job, but it turns out it writes les...
by meorz
Tue Sep 06, 2005 5:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP Stage
Replies: 5
Views: 2544

FTP Stage

Thank you for the support all this while :)

Currently I need to GET a file from an FTP Server.

However I should only trigger this when the file exist on the FTP server.

Any idea how to achieve this?

Thanks a lot
by meorz
Sat Aug 13, 2005 3:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: After routine results
Replies: 6
Views: 1828

An after-job subroutine will not log any events unless you ask it to, by invoking DSLogInfo() or DSLogWarn(). Examine the supplied source code for ExecDOS to see what I mean. Hi, I noticed this in the ExecDOS script: Call DSExecute("DOS", InputArg, Output, SystemReturnCode) How do get the...
by meorz
Wed Aug 10, 2005 1:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing output from shell script to a job
Replies: 11
Views: 4611

That was unbelieveably fast!

How do check if I have that?

There is only the Header or something (main node) but I can't click anything.

btw, I have a friend working with me here who claims to know you ;)
by meorz
Wed Aug 10, 2005 1:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing output from shell script to a job
Replies: 11
Views: 4611

Guys, I couldn't see anything inside the "Insert Parameter Value" could you gives me the exact convention to put in the program name and output parameters?

btw, I am using Windows

Thanks a lot
by meorz
Tue Aug 09, 2005 7:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP Plug-In
Replies: 3
Views: 1323

Welcome. :) Make sure you set the Display Size properly in the Columns metadata as that information is what drives the stage. It sounds like you may have left that blank. Thanks Craig, it really does the trick. I wonder how and where else do you guys find out the solution besdes this forum, is ther...
by meorz
Tue Aug 09, 2005 4:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP Plug-In
Replies: 3
Views: 1323

FTP Plug-In

Hi, I FTP 1 sequential file with fixed width 124. Preview the Data, all OK. I set "Fixed Width", Column Definition also 124 in FTP stage. However I am getting this "Warning": "PostingFTP..Transformer_12: data for String exceeds column width(0)" and the output file is bl...