DSNB357I   csect-name AUTOMATIC LPL RECOVERY SUPPRESSED FOR OBJECT TYPE object-type OBJECT NAME object-name REASON reason-type

Explanation

One or more pages in the object that is identified in the message have been added to the logical page list (LPL). However, DB2® cannot initiate automatic LPL recovery due to an environmental condition that prevents automatic LPL recovery.

The object could be a table space, an index space, or a partition within a table space or an index space that is identified by the object-type. object-name identifies the name.

If the object is a table space or an index space, the format of the name is dbname.spacename. If the object is a partition within a table space or an index space, the format of the name is dbname.spacename.partnumber. dbname is the database name. spacename is the table space or the index space name. partnumber is the partition number.

reason indicates the condition that prevents DB2 from being able to initiate automatic LPL recovery. Here is a list of the potential values for reason:
DASD
DB2 encountered a DASD I/O error.
RESTART
DB2 is in Restart or End_Restart mode.
GBP
DB2 Group Buffer Pool structure failure or 100% loss of connectivity.

System action

The Automatic LPL Recovery is not initiated.

Programmer response

Check the reason that is specified to solve the system condition. To recover the LPL page, perform one of the following actions:
  • Issue the START DATABASE command with the SPACENAM option
  • Run the RECOVER or LOAD utility with REPLACE keyword.