Page 1 of 1

JobControl Job aborted

Posted: Thu Mar 26, 2015 12:51 pm
by Developer9
Hi,

I got the following error message and sequencer is getting aborted .jobs are not triggered

Code: Select all

Attempting to Cleanup after ABORT raised in job SEQ010_MASTER..JobControl
Job SEQ010_MASTER aborted.
Made a copy of this sequencer and re-compiled all jobs and the Sequencer ..But still the jobs are not triggered.

Please help me with the identifying the issue

Thank you

Posted: Thu Mar 26, 2015 12:57 pm
by oracledba
this is the sequence job error. Post the abort message from the parallel job. Master failed because one of the jobs it is calling is aborting.

Posted: Thu Mar 26, 2015 1:24 pm
by Developer9
@oracledba,

Below is the design in my Sequencer for three 3 jobs

Code: Select all

JobAcvtivity 1 >UVActivity>JA2 >JA3 >Notification Activity
JA1 is used for generating DATE and using in UVA is input for JA2

Message

Code: Select all

SEQ010_MASTER..JobControl (DSWaitForJob): JA1 1 has finished, status = 1 (Finished OK)
SEQ010_MASTER..JobControl (@JA1): Checkpointed run of job 'JA1'
Now the Sequencer is aborting after the JA1 (job1) execution itself without triggering job2 and job3.

Hope this information is clear to find out the issue
Thanks

Posted: Thu Mar 26, 2015 1:27 pm
by chulett
<split / moved to your own post>

Posted: Thu Mar 26, 2015 3:56 pm
by ray.wurlod
There's no other information in the job logs, either of the sequence itself or of JA1 or JA2?

Please note: it's SEQUENCE, not Sequencer. A Sequencer is something that you can use in a Sequence.

Posted: Fri Mar 27, 2015 9:47 am
by Developer9
@ray,

Thanks for the correction :( ..Job log doesn't have any additional messages

I know its hard to some one to suggest with our proper information ..I will update with any findings

Thanks

Posted: Fri Mar 27, 2015 10:20 am
by chulett
Developer9 wrote:Now the Sequencer is aborting after the JA1 (job1) execution itself without triggering job2 and job3.
So the information you'll need should be in the Sequence's log and should also mean it is either a problem with the User Variables stage or the inability to find/start JA2. If you're not sure what all of the messages mean, post them here.

I'd also be curious what options you have enabled in the sequence job, obviously checkpoints but what others - the 'automatically handle' one? Also let us know what your trigger expressions are between the stages.