DSNT265I   csect-name bind-type bind-subtype ERROR USING auth-id AUTHORITY PACKAGE package-name IS NOT A package-type PACKAGE

Explanation

The subcommand REBIND TRIGGER PACKAGE can be used only for trigger packages. The subcommand BIND PACKAGE DEPLOY can be used only for native SQL PL procedure packages. The subcommand FREE PACKAGE can be used only for non-trigger and non-native SQL PL procedure packages.

The message tokens are as follows:
bind-type
Type of bind subcommand: REBIND, FREE
bind-subtype
Subtype of bind subcommand: TRIGGER, DEPLOY
auth-id
Authorization ID attempting the prohibited action
package-name
Name of the package in the following format:
 'collection.package'
package-type
Type of package: TRIGGER, NATIVE SQL PL PROCEDURE

System action

The package specified is not rebound, deployed, or freed.

System programmer response

For a package that is not a trigger package, rebind using the subcommand REBIND PACKAGE. Re-invoke the bind subcommand with a 'collection.package' that is an accepted package.