Restart the Job

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
pandu80
Participant
Posts: 50
Joined: Fri Apr 08, 2005 5:56 pm

Restart the Job

Post by pandu80 »

Hi,
How can I handle the abnormal termination of a job in the sequence?.
I want to rerun the job immediately after abnormal termination.I dont wanto to restart the sequence.
anyhelp would be appreciated.
TIA.
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Set 'reset and run'. But I wonder how this will solve your problem?
lebos
Participant
Posts: 74
Joined: Mon Jan 20, 2003 10:02 am
Location: USA

Post by lebos »

You could go from one job activity to another both of which execute the same job. The first would have a trigger link to the second which would execute only if the job failed. Then the second would say reset and run. Acutally you could put all this in a loop and run it any number of times.

However, how will this help if something is not done to fix the reason the job aborted the first time?

Larry
Post Reply