Page 1 of 1

got Job aborted message, but?

Posted: Sun Jul 08, 2007 9:38 pm
by anwarsait
Hi,

I was running batch of ETL datastage server jobs from a Main sequence Job. I got job aborted message in the Main job status window, but i noticed from job log message that all the ETL server jobs completed successfully.

I was getting below mentioned warning message from MainJob log.
MainJob..Controller problem:Error Calling(sub job name), code=-2(..)
MainJob..Will execute error activity:ExceptionalHandler
MainJob..Jobcontrol(DSSendMail): Parameter 4((job is not in right state(compiled not running))does not start with..

MainJob...... Routine DSSendMail did not finish Ok, return code='-19'

what could be the reason for getting such warning messages..

Your suggestions and help will be highly appreciated..

Thankx

Posted: Mon Jul 09, 2007 1:30 am
by kumar_s
Could be a case, where the job that has been reported as not in runnable state might not have been triggered for that particular run, or might be running by some other sequence at the same time.
Check that job log to find the Controller that calls it.

Posted: Mon Jul 09, 2007 1:46 am
by sudhakar_viswa
Hi anwarsait,

The one of the job in batch is not in runnable state. Try to specify invocation ID and run it. Because one job is used by many other sequences at that time this error will occur.

Regards,
-- sudhakar

Posted: Mon Jul 09, 2007 3:01 am
by kumar_s
Make sure the job is enabled with "Multiple Instance" for the case above.