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


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

   
 
  • Causa
    • bind-type FOR object-type object-name WITH MARK release-dependency-mark FAILED BECAUSE object-type DEPENDS ON FUNCTIONS OF THE RELEASE FROM WHICH FALLBACK HAS OCCURRED.

      The plan or package indicated depends on a function of DB2 which is not supported by the currently active release.
      bind-type
      REBIND
      object-type
      PLAN | PACKAGE
      object-name
      Name of the application plan, or the package
      release-dependency-mark
      A one-character mark showing the oldest release of DB2 can support this plan or package.
      The release dependency mark for the plan is kept in the IBMREQD columns in the DB2 catalog in SYSIBM.SYSPLAN (plans), SYSIBM.SYSPACKAGE(packages).
  • Ação do sistema
    • The REBIND operation for this plan or package is not performed.
  • Resposta ao Desenvolvedor
    • The plan or package cannot be used until the DB2 subsystem is remigrated to the newer release.

      Notify the system programmer.

      Warn users not to use the plan or package until the DB2 subsystem has been remigrated to the newer release.

      SQLSTATE: 56066

© Copyright IBM Corp.