Page 1 of 1

Sequencer

Posted: Wed May 30, 2007 11:22 am
by reddy12
I created ine sequencer.That sequence has 12 jobs.

The sequence failed in 8th activity.I fixed the error in that job.after that i restarted that sequence that sequence ran success.that sequence again start from first activity.

my question is how can i restart that sequence from 8th activity(sequence aborted here)?
i mean i got error in 8th activity(that i fixed).After that i ran again but it started from first.

Could anyone please give me idea?

Posted: Wed May 30, 2007 11:29 am
by Minhajuddin
You can do this by checking the checkbox in Administrator.

The check box is

--> Add Checkpoints so sequence is restartable.


Just check this option.

Posted: Wed May 30, 2007 11:35 am
by DSguru2B
Doing it in the Administrator will set all sequence jobs as 'restartable'. If only the current/few sequences need to be restartable, then you can do it by checking the same option in the job properties of the sequence job.

Posted: Wed May 30, 2007 1:32 pm
by reddy12
Thank you both of you guys.I got it.
DSguru2B wrote:Doing it in the Administrator will set all sequence jobs as 'restartable'. If only the current/few sequences need to be restartable, then you can do it by checking the same option in the job properties of the sequence job.

Posted: Wed May 30, 2007 3:00 pm
by chulett
DSguru2B wrote:Doing it in the Administrator will set all sequence jobs as 'restartable'.
No, it won't. That just sets the default check-boxes for any new jobs created after the change.

Posted: Thu May 31, 2007 7:15 am
by DSguru2B
O ok. O yea, thats right, all present sequence jobs will remain unchanged and new ones will be affected. Thanks for the correction Craig.