The reporting facility is dependent on the events database, EVNTDB. It cannot operate if the following conditions apply:
In either case an error message appears.
If the error message says that the EVNTDB database is not allocated, then you need to allocate this database before reselecting a reporting option.
If the error message says that logging has stopped, the EVNTDB database may be full. If automatic reorganization is not set, complete the following steps:
Note: For information about how to perform these steps, see the message help.
If the error message says that the automatic reorganization has failed, you may need to redo the reorganization. The reorganization occurs in two phases, an unload phase and a reload phase. The error message gives details of where the reorganization failed and the required action.
There are two ways to fix a failed reorganization: by using a batch job or by using the EVENTLOG parameter group.
To fix a failed reorganization using a batch job
DEALLOC DD=EVNTDB
If the failure occurred during the UNLOAD phase, complete step 3; otherwise, skip this step and go to step 4.
REPRO INDATASET(EVNTDB dataset name) OUTDATASET(Reorg dataset name)
Note: Allocate enough space for the REORG data set to contain all the records from the EVNTDB.
REPRO INDATASET(EVNTSEQ dataset name from UNLOAD phase)
OUTDATASET(new EVNTDB dataset name)
Enter YES.
Enter the EVNTDB data set name used in step 5.
Leave blank.
The changes are applied.
The parameter settings are saved.
To fix a failed reorganization using the EVENTLOG parameter group
If the failure occurred during the UNLOAD phase, complete step 2; otherwise, go to step 3.
Enter NO.
Enter the EVNTDB data set name.
Enter the EVNTSEQ data set name.
Note: Allocate enough space for the reorganization data set to contain all the records from the EVNTDB database.
The EVNTDB database is unloaded to the EVNTSEQ reorganization data set.
Enter YES.
Enter the new EVNTDB data set name defined in step 4.
Enter the ENVTSEQ data set name from the UNLOAD phase.
The changes are applied.
The current parameter settings are saved.
| Copyright © 2010 CA. All rights reserved. |
|