Search found 6797 matches

by DSguru2B
Fri Mar 09, 2007 10:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Various Connection Types
Replies: 27
Views: 7900

Toldya, he is SuperMan.
Ray, for the hundreth time, let us in on the secret, please :roll:
by DSguru2B
Fri Mar 09, 2007 10:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Control Process Failed
Replies: 61
Views: 15996

add a -jobstatus with the dsjob command. Then it will return the status of the job its calling. 0 wont be successful anymore, you have to code for appropriate steps for different job status.
by DSguru2B
Fri Mar 09, 2007 10:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Control Process Failed
Replies: 61
Views: 15996

Ok, Ray has provided instructions in thispost on how to get the meaning of 'Fault Type Errors'.
As per your script, its not coded properly, the exit status of dsjob will be 0, its the jobstatus that you should be worried about. Are you checking that in your script ?
by DSguru2B
Fri Mar 09, 2007 10:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Various Connection Types
Replies: 27
Views: 7900

Ray is Superman :wink:
by DSguru2B
Fri Mar 09, 2007 10:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Control Process Failed
Replies: 61
Views: 15996

That means that the Jobs never ran. An error was encountered in the sequence itself.
by DSguru2B
Fri Mar 09, 2007 9:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Control Process Failed
Replies: 61
Views: 15996

Also you were asked to reset the job and not recompile. Re-run the job and see if the error persists. If it does, reset the job and see if any additional messages pop up in the log that might help us, specifically message saying "From previous run...()"
by DSguru2B
Fri Mar 09, 2007 9:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Control Process Failed
Replies: 61
Views: 15996

That means none of them ran. The error was in your Master sequence itself. Try diagnostic tests layed out by Kumar and post your finds.
by DSguru2B
Fri Mar 09, 2007 9:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Control Process Failed
Replies: 61
Views: 15996

Also you need to check what job caused an error which was picked up by the controling sequence.
by DSguru2B
Fri Mar 09, 2007 9:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to run unix command in job control
Replies: 5
Views: 1412

I highly doubt the ticks will work surrounding wc-l. Just provide

Code: Select all

Var1="wc -l ETL_PATH/File1.txt"
by DSguru2B
Fri Mar 09, 2007 9:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Control Process Failed
Replies: 61
Views: 15996

Yes need much more info?
The Control Process, is it written in BASIC as a batch job?
What does the log of this batch job say?
by DSguru2B
Fri Mar 09, 2007 9:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to run unix command in job control
Replies: 5
Views: 1412

Use DSExecute() to run OS level commands inside Basic code. Read about DSExecute() in DS help or search the forums.
by DSguru2B
Fri Mar 09, 2007 9:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: replacement for lookup stage
Replies: 9
Views: 1373

kumar_s wrote:Different rows.
the values of columns at row 1 should be swapped with the values of columns at row 100.

Thank you Kumar. I should just shutup today. Sorry guys. :oops:
by DSguru2B
Fri Mar 09, 2007 9:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: replacement for lookup stage
Replies: 9
Views: 1373

I must be missing something here. If the columns within a single row are to be re-arranged, no join is required. Just re-arrange them in the transformer. Right :?:
by DSguru2B
Fri Mar 09, 2007 9:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: replacement for lookup stage
Replies: 9
Views: 1373

Use the transformer, re-arrange the columns. No join is required in this case.
by DSguru2B
Fri Mar 09, 2007 9:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel stage Operators
Replies: 7
Views: 1527

Kumar beat me to it. :wink: