Page 1 of 1

Sequence Restart

Posted: Wed Jul 11, 2007 10:28 am
by rajendran77
Hi

I am running a master sequence which contain 20 sub Sequence. Each sub sequence has 6 jobs to run parallel.

20 Sub sequence propeties in Trigger tab 'Expression Type' defined as Uncontidional. so all jobs run if one job gets failed also.

I would like run a sequence to restart the failed jobs (Aborted) in that sequence.

Please aware me where i have to define that property.

Raja

Posted: Wed Jul 11, 2007 10:43 am
by ray.wurlod
Job properties. General tab. Add checkpoints.

How many CPUs do you have? How much memory? You are trying to run 120 jobs simultaneously here. Good luck.

Posted: Thu Jul 12, 2007 11:56 am
by rajendran77
Hi

Yes... First 6 run parallel and consequent manner.. If any one job get failed should condinue the next one with out Abort. Same time when i restart the sequence expected to run which are aborted.

If i enable Add checkpoints it will abort if any one jobs get fails in that sequence.

Raja

Posted: Fri Sep 07, 2007 12:22 am
by NehaKumari
Hi All,

The Sequence restart option is available in 7.5.2. I want to know if it was there in 7.0 as well or not.

Posted: Fri Sep 07, 2007 2:57 am
by Kirtikumar
In the job sequence enabling job property Add check points to seq and disabling property Automatically handle the activities that fail might help you.