DBT2000-2999

DBT Message ID Message Explanation User Response

DBT2009N

Internal error occurred. Reason: error.

An unexpected error occurred.

Refer to the reason text for further actions.

DBT2010N

A valid license key cannot be found for the requested functionality. Reference numbers: list-of-numbers.

License keys are required for all database products. To use the database product features or to be in compliance with your current product entitlement, you must apply the licenses manually after installation.

This message is returned when the database manager detects that a feature or functionality is being used for which there is no valid license key registered.

The list of function numbers in list-of-numbers identifies one or more features or functionality that is missing a valid license key:

10

Advanced database recovery

Purchase the license key from your IBM representative or authorized dealer, and then update your license using the 'db2licm' command.

DBT2103N

Directory directory-name does not exist

The specified directory does not exist.

Create the specified directory.

DBT2150N

db2relocatedb failed because of the value specified for the keyword keyword in the db2relocatedb configuration file. Reason code: reason-code.

You can use the db2relocatedb command to rename or relocate all or part of a database. The db2relocatedb takes the name of a configuration file as a parameter. In the configuration file, you can specify the configuration of the renamed or relocated database using keyword-value pairs.

This message is returned when there is a problem with the value specified for the given keyword keyword. The reason code indicates the nature of the problem:

1

The specified directory does not exist.

2

The db2relocatedb utility does not have permission to access the specified directory.

3

A value was specified for keyword keyword but the corresponding database configuration parameter is not set for the database that you are trying to relocate.

Respond to this error according to the reason code:

1

Create the new directory that you want to use and re-issue the db2relocatedb command again.

2

Grant the db2relocatedb utility and the database manager write permission on the new directory and re-issue the db2relocatedb command again.

3

Remove the keyword on the configuration file and re-issue the db2relocatedb command. After the command completes successfully, you can set the database configuration parameter using the UPDATE DATABASE CONFIGURATION command or the db2CfgSet API.

DBT2200E

This option is not valid. Option: option-name

The specified option is not valid.

Specify a valid option and run the command again.