Jobtrac is dumping at start up on DR site and the following message is being issued.
*TRAC014E - JCL VALIDATION ERROR - RC=06 SCHD POST SCHD POST ERROR
Release : 11.0
Component : JOBTRAC
To address the message TRAC014E - JCL VALIDATION ERROR - RC=06 SCHD POST SCHD POST ERROR, the index for the Jobtrac
database needs to be restablished. This can be done by running a Datacom/AD DBUTILTY RETIX. Below is a sample job
to perform the RETIX. Jobtrac will have to be down and all user must be logged out of the Jobtrac ISPF interface before
running the RETIX job. Datacom/AD Muf remains up to run the RETIX job.
//***
//*** To rebuild the index for all AREAs, MUF must stay up and all Jobtrac
//*** Started Tasks must be down before this job can run. Also all users
//*** must log out of the Jobtrac ISPF interface.
//***
//RETIX EXEC PGM=DBUTLTY,REGION=2M
//STEPLIB DD DISP=SHR,DSN=DATACOM.CUSLIB
// DD DISP=SHR,DSN=DATACOM.CAAXLOAD
//CXX DD DISP=SHR,DSN=&DATACOM.CXX
//SNAPER DD SYSOUT=*
//SORTWK01 DD UNIT=SYSDA,SPACE=(1700,(1200,120))
//SORTWK02 DD UNIT=SYSDA,SPACE=(1700,(1200,120))
//SORTWK03 DD UNIT=SYSDA,SPACE=(1700,(1200,120))
//SYSIN DD *
ACCESS STATUS=OFF,DBID=161,USERS=WAIT
INIT AREA=IXX,DBID=161
RETIX DBID=601,OPTIMIZE=YES,SORT=9999999999,OPTION1='(I)'
ACCESS STATUS=WRITE,DBID=161
//
As always, please contact Broadcom support for Jobtrac Job Management if you have further questions.