DSNT231I BIND DBRM ERROR USING auth-id AUTHORITY object-type = object-name DBRM dbrm-name IS IN AN INCONSISTENT STATE
Explanation
The contents of a DBRM have been
modified after the precompilation process, or the DBRM contains incorrect
information in the header.
- auth-id
- Authorization ID of the invoker of the BIND subcommand. Attention: If
you are using a trusted context, the token auth-id might
return a role instead of an authorization ID. A role is returned,
if a role was in effect and the authorization checking is performed
against the role rather than the authorization ID of the session,
when the condition was encountered. The role is returned in the following
format as a single token:
ROLE: role-name. - object-type
- The type of object being bound: PLAN or PACKAGE
- object-name
- If 'object-type' is PLAN, 'object-name' is the name of the application plan. Otherwise, it is the name of the package in 'location.collection.package' format.
- dbrm-name
- Name of the DBRM that is in error.
System action
The bind is unsuccessful.
System programmer response
Precompile the application program associated with the indicated DBRM. Reinvoke the BIND subcommand.