How to address TRAC089I error that occurs due to orphan events associated with mutual exclusions?
TRAC089I message may be issued for jobs with mutual exclusion that have a X
dependency even though their mutually exclusive jobs are completed. This can
occur due to orphan events. To address this run the sample job below with the
CLEAN parm to removes old, missing events, and orphaned event-related table records
//GJTRJARC EXEC PGM=GJTRJARC,PARM='ARCH,ALLC,J=XXXXXXX,CLEAN',
// REGION=4096K
//STEPLIB DD DSN=JOBTRAC.CAILIB,DISP=SHR
// DD DISP=SHR,DSN=DATACOM.CUSLIB
// DD DISP=SHR,DSN=DATACOM.CAAXLOAD
//SYSPRINT DD SYSOUT=*
//SYSTERM DD SYSOUT=*
//SYMDUMP DD DUMMY
//JOBTRACn DD DUMMY ==> Replace 'n' with your Jobtrac token
This sample assumes there is not real event by the name of XXXXXXX, if so
change the value to anything that is not a real event name.
As always, please contact CA Technologies support for CA Jobtrac Job Management if you have further questions.