Search found 3329 matches

by Sainath.Srinivasan
Mon Jul 04, 2005 3:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: transformer-2 set of records in o/p link for one i/p record
Replies: 2
Views: 735

Or write into a single hash file or read from it or use link collector........

In short you have variety of solutions.
by Sainath.Srinivasan
Mon Jul 04, 2005 3:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer Job is aborted in DS7.5.1
Replies: 13
Views: 5238

Do you run in multiple instance?
by Sainath.Srinivasan
Mon Jul 04, 2005 3:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer Job is aborted in DS7.5.1
Replies: 13
Views: 5238

Do you run in multiple instance?
by Sainath.Srinivasan
Sun Jul 03, 2005 3:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to update multiple existing records based on New record
Replies: 4
Views: 1156

If the question is only with reference to target db update, you can leave it as it is and let the db update multiple rows for the same key.
by Sainath.Srinivasan
Sun Jul 03, 2005 3:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to update multiple existing records based on New record
Replies: 4
Views: 1156

You need to either include an additional col / attribute as key. Alternatively try to merge keys in a single row - which is not recommended.
by Sainath.Srinivasan
Sun Jul 03, 2005 3:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job aborting in merging of two files
Replies: 15
Views: 4152

Did you confirm that the data meets the requirement?

Also whether the method works with test data you know is valid.
by Sainath.Srinivasan
Sat Jul 02, 2005 1:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job aborting in merging of two files
Replies: 15
Views: 4152

The error appears to raise abort on Transformer_1, which I assume is the first (and only) transformer in the job.


Can you check whether there is any logic embedded as part of the transformer.
by Sainath.Srinivasan
Sat Jul 02, 2005 1:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job aborting in merging of two files
Replies: 15
Views: 4152

Is that the only warning or critical message in the log? Did you reset the job to see any info in the log?
by Sainath.Srinivasan
Sat Jul 02, 2005 1:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: BigInt through Aggregator
Replies: 6
Views: 4224

Double cheers for posting the result. It will be useful for other people searching the forum for similar issue.
by Sainath.Srinivasan
Fri Jul 01, 2005 2:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to Connect to Oracle From Datastage 7.0.1.1r4
Replies: 9
Views: 4356

You appear to have a different Ora Home set for datastage.

Check which one is correct.

Also your LD_LIBRARY_PATH is pointing to Ora 9i.
by Sainath.Srinivasan
Fri Jul 01, 2005 2:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Convert data from excel to XML
Replies: 5
Views: 1223

You can gather the csv file and prepare the xml using xml writer.
by Sainath.Srinivasan
Thu Jun 30, 2005 2:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting DS log messages from DS and into Oracle.
Replies: 8
Views: 1877

Search for DSGetJobInfo.
by Sainath.Srinivasan
Thu Jun 30, 2005 10:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Controller Problem
Replies: 3
Views: 1018

Do you have any 'wait for file' stage in it?
by Sainath.Srinivasan
Thu Jun 30, 2005 10:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Two concurrent lookups in Hash
Replies: 4
Views: 862

Before proceeding, you need to answer one question. Is the lookup to be performed on some condition in source data or reference result?

Depending on this, you can decide whether to use a single reference or double.