Job Sequence

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
consulting
Participant
Posts: 50
Joined: Fri Dec 21, 2007 3:24 am

Job Sequence

Post 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
balaji
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

What about 20th job?
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Checkpoints are automatic, but as noted they restart you from the point of failure, not the activity after the failure.
-craig

"You can never have too many knives" -- Logan Nine Fingers
consulting
Participant
Posts: 50
Joined: Fri Dec 21, 2007 3:24 am

Post by consulting »

sorry I want to run from 20th job
I checked Do no Check point run
and in Execution ACTION Reset if required
balaji
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

...then run
bart12872
Participant
Posts: 82
Joined: Fri Jan 19, 2007 5:38 pm

Post 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.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

consulting wrote:I checked Do no Check point run
Uncheck that, then read the help on what that does.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply