Page 1 of 1

Job Sequence

Posted: Thu Mar 05, 2009 4:45 am
by consulting
Hi
In my Job sequence I have 30 job if my job fails at 20th job I want to rerun from 21th job? for this How to use Check point in sequence
Thanks

Posted: Thu Mar 05, 2009 6:04 am
by Sainath.Srinivasan
What about 20th job?

Posted: Thu Mar 05, 2009 6:38 am
by chulett
Checkpoints are automatic, but as noted they restart you from the point of failure, not the activity after the failure.

Posted: Thu Mar 05, 2009 7:45 am
by consulting
sorry I want to run from 20th job
I checked Do no Check point run
and in Execution ACTION Reset if required

Posted: Thu Mar 05, 2009 8:04 am
by Sainath.Srinivasan
...then run

Posted: Thu Mar 05, 2009 8:05 am
by bart12872
"Do no Check point run" mean that the job will be execute if the sequencer is re run.

for exemple, the following scenario :

JOB SEQUENCE
Job1 (Do not Checkpoint Run) -> Finish OK
Job2 (Checkpoint) -> Finish OK
Job3 (Checkpoint) -> Finish Abort

If you restart the sequence :
Job1 will be execute because of 'Do not checkpoint Run' option
Job2 will not be run because it finished ok et checkpointed
And Job3 will be restart because of previously failure.

Posted: Thu Mar 05, 2009 8:52 am
by chulett
consulting wrote:I checked Do no Check point run
Uncheck that, then read the help on what that does.