Search found 5168 matches

by kumar_s
Wed Apr 12, 2006 8:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job doesn't terminate
Replies: 10
Views: 1459

Is the deletion done for the table where you need to load the informations into?
Are you sure the Strored procedure executed will be completed before the job starts.
Try to comment some of the suspicious steps in the shell and execute the jobs to isolate the culprit.
by kumar_s
Wed Apr 12, 2006 7:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error using lookupfilsets
Replies: 4
Views: 1929

Do you mean 'Multiple rows returnd from link'?
If so, this is enable only for reference link.
by kumar_s
Wed Apr 12, 2006 7:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with left justification
Replies: 6
Views: 1363

What is the value for docnum. By any chance is docnum is equal to 1?
Are you doing any type conversion after the transformer?
What is the datatype of the field in the transformer which holds the value?
by kumar_s
Wed Apr 12, 2006 7:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Nullable warning
Replies: 16
Views: 5701

Since the column is specified as Nullable, Datastage expectes null for the column should be handled prior to load. Either you can use transformer/modify stage to handle explicitly or as mention Nullable field value to specify implict null handling.
by kumar_s
Wed Apr 12, 2006 7:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error executing a Parallel routine
Replies: 5
Views: 1487

Transformer_53: Failed to load the library "V0S53_ParallelRoutineTest_Transformer_53.so"; either the directory containing the library file is not on the library search path, or the library was compiled on a system this should be give you the information. Pls make sure the path where the object code...
by kumar_s
Wed Apr 12, 2006 7:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TARGET LOOKUP
Replies: 2
Views: 677

LANG_ID Char(2) should be having some additional character like space.
by kumar_s
Wed Apr 12, 2006 7:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job doesn't terminate
Replies: 10
Views: 1459

So what is the Shell scripts does?
BTW have you checked with dataset instead of database stage?
by kumar_s
Wed Apr 12, 2006 7:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Failed to compile test harness
Replies: 8
Views: 3455

Are the object codes for the routines are inthe same path still?
by kumar_s
Wed Apr 12, 2006 7:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: "has import error and ..." message for DATE field.
Replies: 4
Views: 4356

Atlest to create a dataset you need to read through sequential stage.
The 'Field001' which as the value of '0 6 / 0 4 / 2 0 0 6' is not the internal date formate for datastage. Hence reade it as char or varchar and later convert it into date field.
by kumar_s
Wed Apr 12, 2006 7:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error using lookupfilsets
Replies: 4
Views: 1929

What do you mean by link name dropdown list? Is it 'Input name' in the Input tab. Are you sure you have connected properly the linkt to the lookup stage?
by kumar_s
Thu Apr 06, 2006 2:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 UDB API Stage
Replies: 17
Views: 4485

Interesting!!
I could only see some internal warning messages stored in that directory. I am not sure how that help to resolve.
by kumar_s
Thu Apr 06, 2006 2:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: perfomace of lookup
Replies: 3
Views: 2302

Depends on you desing and requirement the stages can be decided.
Datastage doesnt have any unconnected lookup in data stage like Informatica have.
But you can relialise similar performance by populating the hash file and it can be lookep up at multiple places.
by kumar_s
Thu Apr 06, 2006 1:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can i get all the jobs name in a sequence
Replies: 23
Views: 12193

You can find a link to it in Kum Duke's signature.

http://www.Duke-Consulting.com/DataStage_Tips.htm
by kumar_s
Thu Apr 06, 2006 1:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: set to defaults in sequential file stage
Replies: 5
Views: 1074

It checks for incompatable data type. Metadata mismatch will also come under wrong datatype at times for all the columns in the rows.
by kumar_s
Thu Apr 06, 2006 1:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can we mearge 6 huge flat files
Replies: 4
Views: 1030

Hi Rax,
Edit your both post and mention the correct version and Job type you use along with the OS you use.