How can I resolve "CAPC077E Repository is full." message but repository viewer shows index is over 99% full but data only full less than 3%?
+ CAPC077E ERROR ADDING FILE TO THE CAIPRINT REPOSITORY.
+ CAPC077E Repository is full.
The Repository utility's LIST All shows:
Usage statistics for OPTII.PRTLIB:
4,000 Index Entries 3,989 Used 99.7% Full
179,899 Data Records 4,054 Used 2.2% Full
There are two areas in the dump repository.
Index area:
Data area:
First you need to set SUPPRS=ON in CAOUDFRX to prevent this problem from reoccurring.
After assemble the CAOUDFRX, refresh LLA & LINKLIST and restart runtime.(run CAS9 with RX85TERM and then RX85INIT)
SUPPRS=OFF|ON
Specifies whether to suppress:
Also you need to clean up your repository.
Run the repository viewer utility job with LIST ALL option.
//STEP1 EXEC PGM=CAOUPRTU,REGION=1M
//SYSUT1 DD UNIT=SYSDA,SPACE=(CYL,(1,1))
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
DSN OPTII.PRTLIB
LIST ALL
/*
Delete any dump entry with RC=00 and any old dump entries not need to keep.
You might consider set EXPDAYS option to auto purge process start certain days pass after the dump captured.
EXPDAYS=0|nnn
Reference CA Optimizer/II User Guide and CA Optimizer/II Install Guide.