Search found 3329 matches

by Sainath.Srinivasan
Mon Jul 11, 2005 5:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Select value into Job Parametr
Replies: 9
Views: 2408

Read the value from the database
Set it in a variable
Pass it to the job via the parameters - via api if from OS, via job control if from DS Batches, via job routines if from sequencer.
by Sainath.Srinivasan
Mon Jul 11, 2005 5:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieving Files from Back up
Replies: 3
Views: 891

But Wolfgang, I think the problem is that the 'source data file' is missing, which is not part of DataStage. This must not be tampered by DataStage during the upgrade. One option is that someone has removed it after the job ran successfully last time or some environment variables are disturbed. But ...
by Sainath.Srinivasan
Mon Jul 11, 2005 4:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to suppress warnings when using reject link
Replies: 9
Views: 7523

Try writing through an IPC stage. It then does not return any warning message.

But you still need to change your jobs for it.
by Sainath.Srinivasan
Mon Jul 11, 2005 4:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential File error
Replies: 34
Views: 8630

Are you running on AIX?

How did you check your ulimit? Maybe that DS was initiated with lower ulimit value than the one in your profile.
by Sainath.Srinivasan
Sun Jul 10, 2005 2:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: JOB Control Error
Replies: 6
Views: 1219

DSLogInfo does throw that error if you pass only one arg.
by Sainath.Srinivasan
Sat Jul 09, 2005 3:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with Informix Native Connection
Replies: 2
Views: 896

The error is not thrown by the database but is done by DataStage.

If you reading from the db, check whether you are converting it into a string inside the cli.

If it is in a trans stage, use IConv.
by Sainath.Srinivasan
Sat Jul 09, 2005 3:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: JOB Control Error
Replies: 6
Views: 1219

You need to pass 2 params.

Call DSLogInfo(message, controller_name)
by Sainath.Srinivasan
Thu Jul 07, 2005 1:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Aggregator stage question
Replies: 1
Views: 469

Convert it to a datetime.
by Sainath.Srinivasan
Thu Jul 07, 2005 1:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORAOCI8 Stage Error ORA-01438: value larger than specified.
Replies: 9
Views: 4381

Check the values in the numeric columns.
by Sainath.Srinivasan
Thu Jul 07, 2005 1:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: LOG metadata
Replies: 2
Views: 885

If it is just once, you can select the Print option to write in a file.
by Sainath.Srinivasan
Thu Jul 07, 2005 1:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job with no "Primary Input" stage
Replies: 5
Views: 2721

If you want literal values, you are better-off putting it in a sequential file and load it via a datastage job.
by Sainath.Srinivasan
Thu Jul 07, 2005 9:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: usage of Common block across transformer
Replies: 20
Views: 6269

If you want it in post job, you need to set the status or land it in any file.
by Sainath.Srinivasan
Thu Jul 07, 2005 5:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merge 240 flat-files into one and then process using DataSta
Replies: 10
Views: 2874

Doh!! So you were referring to 'concatenate' the files and not DataStage 'merge'. I got confused.

As Ray suggested, you can either use any DOS / Win command for concatenating and then use it in the job or use the command directly in the filter stage.
by Sainath.Srinivasan
Thu Jul 07, 2005 5:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading Cash Changing
Replies: 4
Views: 1034

Please refer to the hash file information on the datastage help. That gives you the full information you need.
by Sainath.Srinivasan
Thu Jul 07, 2005 5:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job sequence problem
Replies: 4
Views: 1057

That is because you need a warning option in the link.