Start of change

DSNR049I csect-name DB2 SUBSYSTEM IS STARTING AND IT WAS NOT STARTED IN A PREVIOUS RELEASE AT THE REQUIRED CATALOG AND/OR FUNCTION LEVEL. REQUIRED FUNCTION LEVEL: required-function-level PREVIOUS RELEASE FUNCTION LEVEL: previous-release-function-level REQUIRED CATALOG LEVEL: expected-catalog-level CURRENT CATALOG LEVEL: current-catalog-level

Explanation

Db2 was not started at the appropriate function level in Db2 12 before an attempt was made to start in Db2 13. This message has the following format:

DSNR049I  -DB2A csect-name DB2 SUBSYSTEM IS STARTING 
AND IT WAS NOT STARTED IN A PREVIOUS RELEASE
AT THE REQUIRED CATALOG AND/OR FUNCTION LEVEL.
REQUIRED FUNCTION LEVEL: required-function-level
PREVIOUS RELEASE FUNCTION LEVEL: previous-release-function-level
REQUIRED CATALOG LEVEL: expected-catalog-level
CURRENT CATALOG LEVEL: current-catalog-level
csect-name
The name of the control section that issued the message.
required-function-level
Db2 must start at the specified function level in Db2 12 before it can start in Db2 13. The format is VvvRrMmmm, where vv is the version, r is the release, and mmm is the modification level.
previous-release-function-level
The current function level when Db2 was last started in Db2 12. The format is VvvRrMmmm, where vv is the version, r is the release, and mmm is the modification level.
expected-catalog-level
The expected Db2 12 catalog level for migration to Db2 13, or the expected Db2 13 catalog level for remigration. The format is VvvRrMmmm, where vv is the version, r is the release, and mmm is the modification level.
current-catalog-level
The current catalog level of the Db2 12 subsystem or data sharing group. The format is VvvRrMmmm, where vv is the version, r is the release, and mmm is the modification level.

System action

Db2 terminates with reason code 00D900FA.

User response

Activate the specified function level in Db2 12 before attempting to start Db2 in Db2 13. For more information, see Activate function level 510 in Db2 12.

This message returns 9-character function level identifiers based on values from the BSDS. The format is VvvRrMmmm, where vv is the version, r is the release, and mmm is the modification level. However, if the BSDS contains an incorrect value, it returns the incorrect four-character value instead, for serviceability. If this situation occurs, contact IBM® Support.

End of change