Search found 5 matches

by rpezzotti
Wed Mar 28, 2007 10:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Restarting parent sequence checkpoint problem.
Replies: 2
Views: 545

DSguru2B wrote:Did you recompile the SChild before firing off the SParent?


No, i do not.... i just restarted the parent job while both were "Aborted/Restartable".

tks
by rpezzotti
Wed Mar 28, 2007 9:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Restarting parent sequence checkpoint problem.
Replies: 2
Views: 545

Restarting parent sequence checkpoint problem.

Hi everybody, I'm back again with another doubt that i could not solve with my searches here. I'm using an sequence SParent that call another sequennce SChild. In both sequences using checkpoint. The SCild has been tested and the checkpoints were working. My problem: I started the parent sequence, a...
by rpezzotti
Wed Mar 28, 2007 8:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: EXEPTION HANDLER and CHECKPOINTS on sequences
Replies: 5
Views: 987

Ok... Can you restate your problem, please? What does or doesn't happen or what is it that you are trying to accomplish that isn't quite working out. Into the diagram I've sent, you can see 3 jobs that starts simultaneous. The JOB1 and the JOB3 has finishied both OK, but before the JOB3 has finishe...
by rpezzotti
Wed Mar 28, 2007 6:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: EXEPTION HANDLER and CHECKPOINTS on sequences
Replies: 5
Views: 987

Sory....

my fault
there are only one JOB3 and its is not checked to "do not checkpoint"

Code: Select all

JOB1 ------\ 
            \
JOB2 --------> SEQUENCER --------> JOB4
            /
JOB3 ------/

      EXEPTION_HANDLER --------> NOTIFICATION_ACTIVITY


tks
by rpezzotti
Tue Mar 27, 2007 5:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: EXEPTION HANDLER and CHECKPOINTS on sequences
Replies: 5
Views: 987

EXEPTION HANDLER and CHECKPOINTS on sequences

Hello I've already searched in this forum and didn't find anything that helped. I have the following situation here: JOB1 ------\ \ JOB2 --------> SEQUENCER --------> JOB3 / JOB3 ------/ EXEPTION_HANDLER --------> NOTIFICATION_ACTIVITY I've checked the "Add checkpoint so sequence is restartable" opt...