Search found 3329 matches

by Sainath.Srinivasan
Fri Jul 22, 2005 7:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date to Julian
Replies: 14
Views: 2612

To remind you that the steps ArndW has provided can be further simplified to meet your requirement.

But I will be surprised to see even any IBM mainframe or financial organisation expecting date in that format as 05 in year will always represent 21st century....especially after the Y2k changes.
by Sainath.Srinivasan
Fri Jul 22, 2005 6:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RollBack Segment error
Replies: 6
Views: 1527

The problem is not with DataStage. So whatever you change in DataStage (apart from load stage properties) will not affect the result as they will still load the whole set in the dbms.

So you need to either break the load into smaller chunks or increase the capacity of rollback segment in your dbms.
by Sainath.Srinivasan
Fri Jul 22, 2005 2:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Step to split the data in to multiple file for a target load
Replies: 3
Views: 1151

Few examples of each possible scenario may lead you to better answers.
by Sainath.Srinivasan
Fri Jul 22, 2005 2:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: BASIC job control
Replies: 5
Views: 1861

I agree with Ray.

Also in the sequencer, you need to add a new stage for each action whereas in Job Control you can achieve the same with one or two lines of code.
by Sainath.Srinivasan
Thu Jul 21, 2005 2:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01089
Replies: 8
Views: 2966

Check whether all jobs are against the same db.
by Sainath.Srinivasan
Thu Jul 21, 2005 11:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of LinkCollector
Replies: 1
Views: 976

Reset the job and see whether more info is available in the logs.
by Sainath.Srinivasan
Thu Jul 21, 2005 11:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Database connection code or statements
Replies: 2
Views: 783

I think the same error was posted a few days ago. Do a search.
by Sainath.Srinivasan
Wed Jul 20, 2005 10:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing values fron one job to other
Replies: 7
Views: 1917

Either store it in a file and retrieve later or use status and sequencer to pass the values to next job.
by Sainath.Srinivasan
Wed Jul 20, 2005 10:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OLE Server Has Failed Error
Replies: 8
Views: 6330

I have noticed opting 'Yes' to save resulting in changes not being recorded properly. This is due to the OLE problem.

So it is better to opt 'No' and redo the changes.
by Sainath.Srinivasan
Wed Jul 20, 2005 10:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01861: literal does not match format string
Replies: 4
Views: 6581

Look into the logs. You will be able to locate the stage that throws that error. Sometimes you also get the data in the same or separate log entry.
by Sainath.Srinivasan
Wed Jul 20, 2005 10:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data comparison with Mix Case alphabets
Replies: 9
Views: 1610

Or simply use UpCase function in the link to reference.
by Sainath.Srinivasan
Wed Jul 20, 2005 9:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transformer Error
Replies: 6
Views: 1271

Test the compare function in a simple job or routine.
by Sainath.Srinivasan
Wed Jul 20, 2005 9:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Log
Replies: 2
Views: 1243

View -> Filter Entries.
by Sainath.Srinivasan
Wed Jul 20, 2005 9:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01861: literal does not match format string
Replies: 4
Views: 6581

You have some casting function in the input or output sql and passing values to that column which is different from expected format.

You need to check your sql.