Page 1 of 1

Multi instance Job fails with Status 99(Not Runing)

Posted: Mon Apr 07, 2008 3:37 pm
by bman
Hi

I have a problem with one of my multiinstance job flow. I have a multi instance flow as below,


Sequence 1:

JobSequence1 --> JobSequence2 -->SequenceSequence
(-----Job 1-----) (-----Job 2------) (-----Sequence2---- )


Sequence2:

LoopStart --> JobSequnece3 ----> Routine ----> JobSequnece2 --> EndLoop
(---------) (-----Job3---------) (--check & Exit-- ) (----Job2-------)

The Sequence and Jobs are in Multi instance mode. A script calls the Sequence1 with Sequence name as Sequence name.Invocation id. All th ejob runs fine when ran single instance. When we multiple instance of the Sequence 1, Job behaves wierdly.

For eg,
If I run 3 instances at a time, two will run fine but one will fail in sequence1 with an error Job 1 has finished, status = 99 (Not running).

Some times the Sequence 2 fails with similiar error ?

Is there anything I am missing to make the flow multi instance ?

Posted: Mon Apr 07, 2008 4:17 pm
by ray.wurlod
Have you thoroughly checked that the invocation IDs are absolutely unique everywhere, including in the controlled jobs?

Posted: Tue Apr 08, 2008 12:58 am
by bman
Hi Ray,

Invocation id is unique as it is same as th einput file name. I have run the job just keeping te Jobsequence1 and removng all the downstream jobs but I am getting the same error

Posted: Tue Apr 08, 2008 1:37 am
by bman
I would like add one mor epoint here..
Only the Sequence is getting aborted with Status code 99( not running error). As per the job log it has succesfully completed the run

Posted: Tue Apr 08, 2008 4:12 am
by deanwalker
Is Log Auto-purging enabled for either the Project or Jobs ?
If so, please disable and retest. If this solves your problem then there is a patch that you can request.

Posted: Thu Dec 18, 2008 4:01 pm
by snt_ds
Hi,

Could you please let me know the patch number for this issue of
status = 99 (Not running)?

If auto purging is disabled,then the problem is solved.

Thanks.