DATASTAGE SEQUENCER

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
jayantthakore
Participant
Posts: 42
Joined: Tue Jan 18, 2005 5:48 am

DATASTAGE SEQUENCER

Post by jayantthakore »

Hi,
Prety simple one for all of you..........

If the sequence of job abort in some middle stage of the sequencer.Wat setting need to be done to restart the job from that point only after rectifying the error.

Thanks
Jayant
regards,
Jayant S Thakore
bakul
Participant
Posts: 60
Joined: Wed Nov 10, 2004 2:12 am

Post by bakul »

You can check the option 'Add checkpoints so sequence is restartable on failure'. This option can be found on the Job properties page of the job sequence.
The following is an excerpt from the DS designer guide.
You can enable or disable checkpointing at a project-widelevel, or for individual job sequences. If you have checkpointing enabled for a job, you can specify that individual components within a sequence are not checkpointed, forcing them to be re-executed whenever the sequence is restarted regardless of whether they were executed successfully
before.
Regards,
Bakul
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Hi Jayant,

Search for Check point restart from this forum.
The option is available in job properties of the JobSequence.

-Kumar
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

What 7.x version of DataStage do you have? Ideally, the answer should be to check / enable the "Add checkpoints so sequence is restartable on failure" option. You may also set the "Automatically handle activities that fail" so that all you need to include are the "Ok" paths.

When the job aborts, its status should say "Aborted/Restartable". Simply run the job again to have it pick up where it left off.
-craig

"You can never have too many knives" -- Logan Nine Fingers
kcshankar
Charter Member
Charter Member
Posts: 91
Joined: Mon Jan 10, 2005 2:06 am

Post by kcshankar »

Hi Jayant,
Using checkpoint option you can make the sequence to restart on failure.

regards
kcs
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

I guess that makes it unanimous. :lol:
-craig

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