logo  
Google
 

DB2 SQL-Error: -20072

SQLState: 56052

Short Description: ERROR USING AUTHORITY OPERATION IS NOT ALLOWED ON A TRIGGER PACKAGE

The package specified is a trigger package.The bind-type operation cannot be performed against a trigger package using this statement or subcommand. csect-name Name of the CSECT that issued the message. bind-type Type of bind operation (BIND, REBIND, DROP, or FREE). bind-subtype Subtype of bind operation (COPY or blank). auth-id Authorization ID of the invoker of the BIND, REBIND or FREE subcommand or primary authorization ID of the currently executing process for a DROP statement. package-name Name of the package in the following format: 'collection.package'.System action: The plan or package is not bound, copied, or freed. System programmer response: A trigger package cannot be explicitly bound. A trigger package cannot be copied. To rebind a trigger package locally, the REBIND TRIGGER PACKAGE subcommand must be used. A trigger package cannot be rebound remotely. To drop a trigger package, the DROP TRIGGER statement must be used.

 <-  BACK TO INDEX