DSNT266I   csect-name bind-type FOR object-type = object-name FAILED. THE TOTAL LENGTH OF THE PATH SCHEMA NAME LIST EXCEEDS 254 CHARACTERS WITH SCHEMA NAME schema-name

Explanation

DB2® uses the schema name list you specified in the bind option PATH to set the DB2 SQL Path that will be used for the bind process. The SQL Path is a VARCHAR(254) string containing the list of schema names you specified, where each schema name is delimited with double quotes and separated from the next schema name by a comma. The total length of this SQL Path string, including the delimiters and commas, cannot exceed 254 characters. The indicated schema name schema-name in the bind option PATH causes the SQL Path string to exceed 254 characters.
bind-type
Type of bind subcommand: BIND or REBIND
object-type
PLAN or PACKAGE
object-name
If object-type is PLAN, object-name is the name of the plan.

If object-type is PACKAGE, object-name is the name of the package in the format 'location-id.collection-id.package-id.(version-id)'.

schema-name
The schema name specified in the bind option PATH causing the SQL Path to exceed 254 characters.

System action

The bind-type operation is not performed.

System programmer response

See the 'User Response' section of this message.

User response

In the bind option PATH, specify a schema name list that does not cause the SQL Path to exceed 254 characters.

For more information about the bind option PATH and the schema name list, please see: Command Reference.