Search found 21 matches

by lory
Mon Aug 09, 2004 6:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: check error starting master sequence
Replies: 3
Views: 926

"the abort condition is logged and, depending on the argument to DSAttachJob(), propagated to the parent process...."

Could you explain better?

I'm very new to datastage! :(
by lory
Fri Aug 06, 2004 8:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: check error starting master sequence
Replies: 3
Views: 926

check error starting master sequence

I have a master sequence with several child sequences. These child sequences run other
child sequences.
How can I check error or warning with a unix shell starting by master sequence?

Thanks!
by lory
Wed Jul 14, 2004 10:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exception Handler
Replies: 2
Views: 1391

Exception Handler

Is there any way to handle exceptions in datastage job sequence? How can I use Exception Handler in my job sequence?

Thank you
by lory
Fri Jul 09, 2004 6:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: difference between Datastage's release 6x and 7x
Replies: 6
Views: 2791

For Rey:

where can I find the release note ?

Thanks!
by lory
Thu Jul 08, 2004 10:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: difference between Datastage's release 6x and 7x
Replies: 6
Views: 2791

difference between Datastage's release 6x and 7x

Hi!
What are the new features of version 7x compared to version 6x?

Thanks!
by lory
Thu Apr 15, 2004 2:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error calling DSRunJob
Replies: 1
Views: 1470

Error calling DSRunJob

I have written a routine to call a shell unix using DSRunJob function. the Routine (and the job that is called from it) runs unsuccessfully the first time. The error I see is(***Controller problem: Error calling DSRunJob(.....), code=-2 [Job is not in the right state (compiled and not running)]***) ...