-553 AUTHORIZATION ID OR SCHEMA NAME name SPECIFIED IS NOT VALID FOR REQUESTED OPERATION

Explanation

The statement failed for one of the following reasons:
  • The authorization ID specified as the value of name or host variable in the SQL SET CURRENT SQLID statement is neither the user's primary authorization ID nor one of the associated secondary authorization IDs.
  • The authorization ID specified as the value of the PACKAGE OWNER option for a CREATE or ALTER PROCEDURE statement is neither the user's primary authorization ID nor one of the associated secondary authorization IDs.
  • SYSPUBLIC cannot be specified as the schema for a private alias for a sequence.

    Schema names should not start with 'SYS' because additional schemas that start with these letters might be reserved for exclusive use of Db2 products in the future.

System action

The statement cannot be processed.

User response

Change the name to a value that the user can use.

SQLSTATE

42503