Page 1 of 1

How to Handle the Sequence Failure

Posted: Tue Dec 06, 2011 4:55 pm
by John Daniel
Hi DS Guru,

Have 10 jobs in one sequence , Out them 2 jobs are failed.

How to re-run my sequence , what condition have to used to re-run the whole sequence so that only failed jobs will run .

Have to run the whole sequcen, But only the jobs which are failed in the previous run those should run in the second time.



Thanks in advance !!

Regards,
John

Posted: Tue Dec 06, 2011 5:11 pm
by cooperjv
The only optiion now in my opinion is to run these jobs individually.

However if you had selected the "Add checkpoints so sequence is restartable on failure" in the job properties, you could have restarted the sequence job and only the jobs that did not run in the previous attempt would run

Re: How to Handle the Sequence Failure

Posted: Tue Dec 06, 2011 5:16 pm
by SURA
These need to be achived based on the design / approach.

You need to choose the Add checkpoints so sequence is restartable on failure.

DS User

Posted: Tue Dec 06, 2011 7:04 pm
by ray.wurlod
You don't necessarily have to add checkpoints but, if you don't, you have to design your own logic to determine whether each job failed on its previous run and make the decision to bypass it or to reset and run it. This would better handle the case where the sequence did not stop (was not programmed to stop) because of a failed job.