Sequencer problem

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
kmalla
Participant
Posts: 2
Joined: Fri Nov 25, 2005 1:42 am

Sequencer problem

Post by kmalla »

hi all
let me give an example of my problem,
i am having 20 job activities which are kept in sequence.If my job aborts at job activity no:15 is their any provision for running the sequencer next time from job activity no:15 rather than from jobactivity no :1
advance thanks
waiting for your respnce soon
SUCESSS IS SWEET BUT SECREAT IS SWEAT
jenkinsrob
Participant
Posts: 31
Joined: Mon Dec 01, 2003 6:24 am
Location: London

Post by jenkinsrob »

In the job properties of the Job Sequence there is an option to 'Add checkpoints so sequence is restartable on failure'

This should work as long as you dont reset the job before re-running it after an abort.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

These are in a frame called "compilation options" which is a less-than-subtle hint that you need to re-compile the job sequence after changing these settings.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply