DSNT206I   bind-type WARNING FOR object-type object-name DEFAULT COLLECTION ID: DSN_DEFAULT_COLLID_object-name IS USED IN THE PACKAGE LIST, POSSIBLE DBRMS ORIGINALLY BOUND WITH THE bind-type HAVE BEEN CONVERTED INTO PACKAGES DURING EXECUTING THE object-type PRIOR TO bind-type

Explanation

The default collection ID (DSN_DEFAULT_COLLID_object-name) has been detected in the package list of the plan during the rebind process.

The default collection ID is the result of an automatic conversion from DBRMs to packages within a plan. This message is issued when such a plan is rebound again. This condition typically happens when the plan contains DBRMs that were directly bound, but that the DBRMs have been converted into packages. This conversion usually happens during an attempt to use the plan in a newer release of DB2® than the one in which it was created.

bind-type
The type of BIND subcommand, such as REBIND.
object-type
The type of object, such as PLAN.
object-name
The name of the application plan.

System action

The rebind process continues and the plan is rebound with the package list.

Operator response

No action is required.

Severity

4 (warning)