Page 1 of 1

Restarting parent sequence checkpoint problem.

Posted: Wed Mar 28, 2007 9:42 am
by rpezzotti
Hi everybody,

I'm back again with another doubt that i could not solve with my searches here.

I'm using an sequence SParent that call another sequennce SChild.
In both sequences using checkpoint. The SCild has been tested and the checkpoints were working.

My problem:
I started the parent sequence, and the child sequence has started and aborted after some jobs finished OK.
When this happened, both sequences SParent and SChild had finished with status "Aborted/Restartable".
I restarted the parent sequence then the SChild restarted all his jobs(It ignored the checkpoints on the child sequence).
It should not restart from the last checkpoint?

P.S.: The "Execution Action" in the parent sequence is "Run"

Tks for help.

Posted: Wed Mar 28, 2007 9:46 am
by DSguru2B
Did you recompile the SChild before firing off the SParent?

Posted: Wed Mar 28, 2007 10:56 am
by rpezzotti
DSguru2B wrote:Did you recompile the SChild before firing off the SParent?


No, i do not.... i just restarted the parent job while both were "Aborted/Restartable".

tks