DSNI005I csect-name LPL OR GRECP RECOVERY CANNOT BE DONE FOR function-name - ID = function-id OBJECT TYPE object-type OBJECT NAME object-name REASON reason-code TYPE resource-type NAME resource-name

Explanation

Resource recovery failed because of problems during group buffer pool recovery pending (GRECP) or logical page list (LPL) recovery.

csect-name
The name of the control section that issued the message.
function-name
The command or function that failed. Expected values are:
  • START DATABASE COMMAND
  • AUTOMATIC GRECP RECOVERY
  • AUTOMATIC LPL RECOVERY
function-id
A decimal number that represents the recovery function.
object-name
The name of the object.
object-type
The type of object, which could be a table space, an index space, or a partition within a table space or index space.
reason-code
A numeric value that indicates the reason for the failure.
resource-type and resource-name
The type and name of the resource that the message identifies. For an explanation of resource-type and resource-name values, see Resource types.

This message, in combination with message DSNI006I or DSNI022I, provides the LPL or GRECP recovery information for a recovery function that is identified by the function-id.

System action

The specified object is started but remains in a LPL or GRECP state. If there are other objects to be recovered, they are processed normally. Other status messages might be issued to the console, including:

  • DSNI006I, which indicates the start of recovery
  • DSNI022I, which provides the status of recovery operations
  • DSNI051I, which indicates that second pass log apply has started

User response

Correct the problem that is specified by the reason code, and reissue the START DATABASE command.