Page 1 of 1

Restart the Job

Posted: Tue May 24, 2005 1:48 pm
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.

Posted: Tue May 24, 2005 3:14 pm
by Sainath.Srinivasan
Set 'reset and run'. But I wonder how this will solve your problem?

Posted: Tue May 24, 2005 3:44 pm
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