Page 1 of 1

How to run the next job in the sequence?

Posted: Fri Dec 22, 2006 1:00 am
by skumar
Hi all,

I have some 5 to 6 jobs in my sequence and when i ran the sequence it finished 2 jobs and it got aborted at 3rd job.So,the sequence also got aborted becuase of that.Now,what i want to know is that if the 3rd job got aborted it has to run the 4th,5th and 6th.Is there anyway to acheive this?


Thanks in advance......


Regards,
kumar.

Posted: Fri Dec 22, 2006 1:18 am
by BalageBaju
Hi,

In the Triggers tab, just click the 'Unconditional' option. Then it will go to the next job without worrying about the status of the current job.

Posted: Fri Dec 22, 2006 1:53 am
by richdhan
Hi Kumar,

Pls frame your question properly in order to get a quick and correct reply.

What I understand is that if the 3rd job got aborted, the next time you run the sequence you want to continue with the 3rd job. Is that so?

If that is the case use the checkpoint option available in the job properties.

HTH
--Rich

Posted: Fri Dec 22, 2006 7:15 am
by DSguru2B
Check point restartablility will fire from the point where it failed last. If you want to skip that and go to the next one then you will have to code that part yourself. If there are no dependencies between the jobs, then run them in parallel, this way if job three fails, atleast job 5 and job 6 will continue to run.