Start of change

DSNT102I   DSNTSTR2 - AN INVALID DATABASE SERVICES BOOTSTRAP RECORD HAS BEEN ENCOUNTERED

Explanation

CSECT DSNTSTR2 attempted to read the DB2® bootstrap data set (BSDS), and an invalid record was read by the recovery log manager (RLM) subcomponent. This error is an internal DB2 error.

The invalid record is a database services password record with key '200000001.'

System action

DB2 start-up processing continues.

However, any references to DB2 password-protected system databases cause a resource unavailable condition. Any agent-related requests for unavailable DB2 subsystem database resources result in an SQLCODE -904. Any requests that are not agent-related for unavailable resources result in one or more of the following messages:
  • DSNI001I
  • DSNI002I
  • DSNI003I
  • DSNI004I
  • DSNI005I
  • DSNI006I
  • DSNT408I
  • DSNT414I
  • DSNT415I
  • DSNT416I
  • DSNT417I
  • DSNT500I

Abend X'04E' with reason code X'00E30010' also occurs with message DSNT102I. As a result of this error, DB2 tries the operation again. DB2 does not terminate, but produces a dump.

Operator response

Notify the system programmer.

System programmer response

Collect the information that is identified in the problem determination section and contact IBM Software Support.

Problem determination

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.
  • Dynamic dump, taken to SYS1.DUMPxx data set, by DB2 (04E and 04F abends).
  • Listing of SYS1.LOGREC data set, obtained by executing IFCEREP1.
  • Contents of the BSDS (both copies if dual BSDS in use) obtained by using the DB2 print log map (DSNJU004) utility.
.
End of change