SQL - SQLCODE's - Códigos negativos -567


Volta a página anterior

Volta ao Menu Principal


Desenvolvido por DORNELLES Carlos Alberto - Analista de Sistemas - Brasília DF. - cad_cobol@hotmail.com

SQLCode -567

   
 
  • Causa
    • bind-type AUTHORIZATION ERROR USING auth-id AUTHORITY PACKAGE = package-name PRIVILEGE = privilege

      The authorization ID given does not have the privilege indicated, and cannot invoke the indicated subcommand against the indicated package.

      bind-type
      Type of bind subcommand (BIND | REBIND | FREE).
      auth-id
      Authorization ID of the package owner.
      package-name
      Name of the package (location.collection.package.version)
      privilege
      Name of the privilege not held:
      • BINDADD--The authority to create a new package using BIND with the ADD option.
      • BIND--The authority to BIND (REPLACE) or REBIND a package.
      • COPY--The authority to COPY from the indicated package
      • CREATE IN--The authority to create a package in the indicated collection.
  • Ação do sistema
    • The indicated package is not bound, rebound, or freed.
  • Resposta ao Desenvolvedor
    • The indicated privilege must be granted to the authorization ID that will become the package owner.

      SQLSTATE: 42501

© Copyright IBM Corp.