Page 1 of 1

Restarting the sequence

Posted: Thu Aug 27, 2015 4:08 am
by vamsi_4a6
I have one master sequence Job1 and within that sequence we are calling parallel jobs and another sequence job2.suppose if master sequence is aborted.I am restarting Job1, parallel jobs and job2.It is required to restart all jobs or only Job1 is sufficient?

Posted: Thu Aug 27, 2015 5:46 am
by boxtoby
Always restart the top level sequence only. It will work out which sequences and jobs need to be skipped or restarted.

Posted: Thu Aug 27, 2015 6:17 am
by rkashyap
Also, note that some stages like User Activity Variables always rerun on a restart. For activity variables defined as static or coming from an external source, everything is ok, however value of the ones calculated locally may change on restart.

Posted: Thu Aug 27, 2015 7:26 am
by vamsi_4a6
@Bob Oxtoby

"It will work out which sequences and jobs need to be skipped or restarted"

Where we will mention which jobs needs to be skipped or restarted?

Posted: Thu Aug 27, 2015 7:31 am
by chulett
You don't, it knows what to do based on the checkpoints in the sequences. You do have checkpoints enabled in all of them, yes?