No jobs are running in Jobtrac after TRAC592E error
search cancel

No jobs are running in Jobtrac after TRAC592E error

book

Article ID: 258549

calendar_today

Updated On:

Products

Jobtrac

Issue/Introduction

TRAC592E - error occurred resulting in jobs no longer running in Jobtrac.  

            

Environment

Release : 11.0

Resolution

The TRAC592E message  indicates  that the capture file filled up while reloading &&Index from Archive run.  Enlarge capture file or decrease sysout retention periods. 

NOTE:  You will need to reload &&Index from backup tape.

To increase the size of the capture file run GJTRVFMT using the sample JCL below:

//BACKUP      EXEC PGM=IEBGENER,REGION=7M                           
//SYSPRINT   DD SYSOUT=*                                          
//SYSUT1      DD DISP=OLD,DSN=CAPOLD.CAPTURE                     
//SYSUT2      DD DISP=(NEW,PASS),UNIT=3390,                        
//                     VOL=SER=VOL111,SPACE=(CYL,5,,CONTIG),             
//                    DSN=&&CAPBKP                                      
//SYSIN         DD  DUMMY                                            
//$$$$$$@   EXEC PGM=GJTRVFMT                                     
//* PARM='10' (NN=CYL FOR INDEX)                                
//STEPLIB     DD DISP=SHR,DSN=&STEPLB..JT.CAILIB                   
//SYSPRINT  DD SYSOUT=*                                          
//OLDCAP     DD DISP=(OLD,PASS),DSN=&&CAPBKP                      
//ARCHIV      DD DISP=(NEW,CATLG,DELETE),UNIT=3390,                
//                    VOL=SER=VOL222,SPACE=(CYL,5,,CONTIG),             
//                    DSN=CAPNEW.CAPTURE