Search found 3329 matches

by Sainath.Srinivasan
Wed Jun 29, 2005 3:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job aborts after 754K recs with Aggregator: %s
Replies: 20
Views: 6004

Yes. Having the data sorted makes aggregator stage work efficiently.
by Sainath.Srinivasan
Wed Jun 29, 2005 3:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The connection is broken(81002)
Replies: 1
Views: 785

There can be more than one reason.

Search the forum as this has been discussed before.
by Sainath.Srinivasan
Wed Jun 29, 2005 3:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing values to Job Parameters
Replies: 9
Views: 1938

The grep will return the full line. Hence you may want to extract the value from the list.
by Sainath.Srinivasan
Wed Jun 29, 2005 11:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom 20630
Replies: 4
Views: 1567

You may be assigning char value to a numeric variable.
by Sainath.Srinivasan
Wed Jun 29, 2005 10:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Shared Container problem
Replies: 8
Views: 1850

Let us take a step back.

You designed a job to 'create' an hash file whereas the other developer is using it to 'reference' from an hash file. So where is the hash file now?

I see a 'missing link' there.
by Sainath.Srinivasan
Wed Jun 29, 2005 10:49 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

Check whether you can run sqlplus from the server and establish connection to required Ora SID.
by Sainath.Srinivasan
Wed Jun 29, 2005 10:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to connect to DS server
Replies: 14
Views: 3973

Try logging in as dsadm.
by Sainath.Srinivasan
Wed Jun 29, 2005 10:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pointing to Z_RFC_DS_SERVICE function
Replies: 3
Views: 1049

That is the SAP naming convention + DataStage process name.
by Sainath.Srinivasan
Wed Jun 29, 2005 10:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job aborts after 754K recs with Aggregator: %s
Replies: 20
Views: 6004

Check your /tmp directory also. But, I couldn't get around this problem and had to design a solution that did not include the Aggravator stage. Good luck. (Great error msg isn't it?) Larry Yep...it is the 'Aggregator' stage and not 'Aggravator' stage. Why do you want to aggrevate his problem? (Just...
by Sainath.Srinivasan
Wed Jun 29, 2005 10:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Shared Container problem
Replies: 8
Views: 1850

That is because a transform stage does not support reference links emerging from it.
by Sainath.Srinivasan
Wed Jun 29, 2005 10:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: order a job for each filename inside a directory
Replies: 8
Views: 2164

It is better to perform using file patterns than a global set. Also you need to arrange the values in the sequencer to process the files.
by Sainath.Srinivasan
Wed Jun 29, 2005 10:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: complex flat file
Replies: 3
Views: 982

The field you see is not a COMP field. It is decimal with implied sign and decimal value.
by Sainath.Srinivasan
Wed Jun 29, 2005 6:28 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

Did you bounce DS after changing dsenv?

Did you try importing from Oracle?
by Sainath.Srinivasan
Wed Jun 29, 2005 3:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Integrity constraint violated - parent key not found
Replies: 6
Views: 4925

By the name of the file - Fact Table - I assume that the DS logic must ensure that the dimension keys are looked up before loading. Also in this stage, you must ensure the data quality and have minimal (or zero) reject rows.