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


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 -719

   
 
  • Causa
    • BIND ADD ERROR USING auth-id AUTHORITY PACKAGE package-name ALREADY EXISTS.

      An attempt is made to add a package that already exists.
      The combination of 'location.collection.package.version' must be unique in the SYSIBM.SYSPACKAGE table.
      In addition, the combination of 'location.collection.package.consistency-token' must be unique.
      auth-id
      Authorization ID of the invoker of the BIND subcommand.
      package-name
      Name of the package (location.collection.package.version).
  • Ação do sistema
    • No package is created.
  • Resposta ao Desenvolvedor
    • Check the SYSIBM.SYSPACKAGE catalog table for names of existing application packages.
      Re-invoke the BIND subcommand with a 'location.collection.package.version' that is not in use.

      SQLSTATE: 42710
© Copyright IBM Corp.