Page 1 of 1

Posted: Tue May 22, 2007 6:47 am
by chulett
You've posted this three times, please delete the other two. You won't be able to once someone replies to them.

Problems with the Sequence job itself will cause it to abort regardless of the state of any child jobs. Post your error message(s) from the log - cut and paste, don't hand type them here.

Log

Posted: Tue May 22, 2007 8:39 am
by Akumar1
Hi,

PF the log below for the same:


Starting Job MASTER.

DSJobController = BIN_MASTER

Starting Job MASTER.

DSJobController = BIN_MASTER

MASTER -> (MASTER1): Job run requested

Mode (row/warn limits) = 0/50

Job Parameters --->

DSJobController=MASTER

MASTER..JobControl (DSRunJob): Waiting for job MASTER1 to start

MASTER..JobControl (DSWaitForJob): Waiting for job MASTER1 to finish

MASTER..JobControl (DSWaitForJob): Job MASTER1 has finished, status = 3 (Aborted)

MASTER..JobControl (@MASTER1): Report on job: MASTER1



**************************************************

STATUS REPORT FOR JOB: MASTER1

Generated: 2007-05-22 16:24:14

Job start time=2007-05-22 16:23:36

Job end time=2007-05-22 16:24:12

Job elapsed time=00:00:36

Job status=3 (Aborted)

Job has no stages.

MASTER..JobControl (@Coordinator): Summary of sequence run

16:23:35: Sequence started (checkpointing on)

16:23:35: MASTER1 (JOB MASTER1) started

16:24:14: MASTER1 (JOB MASTER1) finished, status=3 [Aborted]

16:24:15: Exception raised: @MASTER1, Unhandled abort encountered in job MASTER1

16:24:15: Sequence failed (restartable)

MASTER..JobControl (@MASTER1): Controller problem: Unhandled abort encountered in job MASTER1

MASTER..JobControl (fatal error from @Coordinator): Sequence job (restartable) will abort due to previous unrecoverable errors

Attempting to Cleanup after ABORT raised in stage MASTER..JobControl

Thanks,
Arun Kumar Gupta(akumar1)


chulett wrote:You've posted this three times, please delete the other two. You won't be able to once someone replies to them.

Problems with the Sequence job itself will cause it to abort regardless of the state of any child jobs. Post your error message(s) from the log - cut and paste, don't hand type them here.

Posted: Tue May 22, 2007 8:50 am
by rameshrr3
Is MASTER job in aborted state? Does the job have any stages?

1.A Sequencer without job activity stages occasionally fails compilation.

2.You cannot call a sub-job that has no stages from a job sequencer.

Thanks
Ramesh

Posted: Tue May 22, 2007 3:34 pm
by ray.wurlod
Your point 2 is not correct. You can call ANY compiled job from a job sequence, whether or not the job has stages. For example, the job might contain only job control code.