DSNU564I csect - RESTART NOT ALLOWED FOR obj-type obj-qual.obj-name
Explanation
Restart of the RECOVER utility is not allowed
for one of the following reasons:
- During the RESTORE phase, access to image copies failed. Therefore, RECOVER determined an earlier point of recovery to search for available image copies. RECOVER might not be able to re-create the original failures for restart.
- The utility uses the LOGONLY option and was previously restarted with RESTART(CURRENT). It cannot now be started with RESTART(PHASE).
System action
The utility job terminates. If RECOVER acts on a list of objects, the restarted job terminates with the first object for which restart is not allowed.
User response
For case 1, execute REPORT RECOVERY on the object and also collect the output from the previous execution of RECOVER TABLESPACE. Using those two outputs and the console log, determine the reason for the failure during the RESTORE phase. Correct the reason for the failure, if necessary. Terminate the outstanding utility then rerun the RECOVER TABLESPACE without RESTART.
For case 2, restart the utility with RESTART(CURRENT) or restore the data sets and rerun the RECOVER job from the beginning.
Collect the following diagnostic items:
- Console output from the system on which the job was run, and a listing of the SYSLOG data set for the period of time that spans the failure.
Severity
8 (error)