Start of change

DSNT225I   bind-type ERROR FOR object-type object-name, bind-option IS NOT SUPPORTED.

Explanation

The BIND or REBIND command specified invalid options.

bind-type
They type of bind request: BIND, BIND COPY, or REBIND.
object-type
The object being bound: PLAN or PACKAGE.
object-name
The name of the application plan or the package.
bind-option
The unsupported bind option.

System action

The bind process fails.

User response

Correct the bind option, and rerun the BIND or REBIND command.

Problem determination

One condition under which this message is issued is when DBPROTOCOL(PRIVATE) is either specified or implied, and private protocol is not allowed.

End of change