Page 1 of 1

Job Sequences Not restarting as expected

Posted: Wed Apr 13, 2011 4:18 pm
by Ragunathan Gunasekaran
Hi
I have a master sequence and child sequence which is called by the master. The master sequence properties has its add checkpoints propety set.

The child sequence has two job activities and the child sequence properties is set to add checkpoints and all the job activities have their job run option set as Reset if required and run.

I had an abort in the child sequence job activities and i have fixed the problem. While i tried to restart the master sequence it is trying to run the child job sequence without resetting it and hence the master sequence breaks again...

Any clues what would be the problem ..?

Posted: Wed Apr 13, 2011 4:38 pm
by ray.wurlod
The job activity in the master sequence that runs the child sequence would appear to be "Run" rather than "Reset if required, then run".

Posted: Wed Apr 13, 2011 4:46 pm
by Ragunathan Gunasekaran
No... All the job activities in the master sequence are enabled for reset if required and then run .....

Posted: Wed Apr 13, 2011 7:19 pm
by chulett
With checkpointing turned on in the 'child' sequences, you really don't want them to be reset as that will remove any checkpoints and rerun them from the beginning. I assume you want them to pick up from the aborted step, yes?

How exactly does 'the master sequence break again'? :?