Page 1 of 1

Individual Job Logs missing with status 99

Posted: Wed May 25, 2016 1:23 pm
by Developer9
Hi ,

While we are running a multi instance jobs in a Sequence using shell script ..we got the job aborted with following messages

Code: Select all

DSW_import_Seq.1.JobControl (@Coordinator): Summary of sequence run
04:05:05: Sequence started (checkpointing on)
04:05:05: DSW_Import_Extract (JOB DSW_import_Extract.1) started
04:07:07: DSW_Import_Extract (JOB DSW_import_Extract.1) finished, status=99 [Not running]
04:07:08: Exception raised: @DSW_Import_Extract, Unhandled abort encountered in job DSW_import_Extract.1
04:07:08: Exception handler started
04:07:08: Erfile (JOB Erfile.1) started
04:07:12: Erfile (JOB Erfile.1) finished, status=3 [Aborted]
04:07:12: Exception raised: @Erfile, Unhandled abort encountered in job Erfile.1
04:07:12: Exception handler started
04:07:12: Sequence failed (restartable)
I searched in the forums for status 99 but could not find why there are no logs for individual logs

Please let me know any ideas

Thank you

Posted: Wed May 25, 2016 2:14 pm
by chulett
First make sure you understand that a multi-instance job is still a single job that is allowed to run multiple copies of itself at the same time. Meaning, there is still only a single job log and all of the instance runs are crammed in there together. The Monitor makes them look like they might be completely separate since it basically emulates a view into the log, one for each Invocation ID, but there is only one log.

Hopefully that helps.

Posted: Wed May 25, 2016 4:42 pm
by ray.wurlod
My guess would be that job DSW_Import_Extract has been edited and not re-compiled. Status 99 can mean "Not compiled".

Posted: Mon Jun 06, 2016 11:16 am
by Developer9
Hi Ray,

After the re-run I was able to see the logs (earlier run) and job ran successful .
Director logs (Administrator level) set as upto 5 runs .How do I search for all entries in Director ?

I tried view >Filter Entries but it is not giving me the entries for last 5 runs /

Is there any place Purge criteria might be set ?Is there a way to archieve the Director logs for a specified period ?

Posted: Wed Jun 08, 2016 2:48 am
by Esportxvs
You take the information from this place, why I could not find it.