Occasionally during the Audit backup process we see the message BG 0000 CADA411W NUMBER ENTRIES BACKED UP (00002e984) DOESN'T MATCH NUMBER IN AUDIT TRAIL DATASET (00002981).
We are sharing DYNAM catalog across 3 VSE systems.
If the CA Dynam Audit dataset, CAIAUDT, is shared across VSE systems, but was defined with the parameter SHARE=NO, the error reported may be seen.
To verify how the AUDIT file was formatted, run the following job:
// EXEC AUDTUTIL,SIZE=256K
DATASET STATUS
/*
If it shows SHARE=NO, you will need to reinitialize with SHARE=YES. For example;
// EXEC AUDTUTIL,SIZE=512K DATASET INITIALIZE LOGMODE=EXTENDED SHARE=YES /* or // EXEC AUDTUTIL,SIZE=512K DATASET INITIALIZE LOGMODE=BASIC SHARE=YES /*
For additional information on auditing and the maintenance of the CAIAUDT dataset, see the CA Dynam for z/VSE documentation.