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


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

   
 
  • Causa
    • EXTERNAL FUNCTION function-name (SPECIFIC NAME specific-name) HAS RETURNED AN ERROR SQLSTATE WITH DIAGNOSTIC TEXT msg-text.

      An SQLSTATE of the form 38xxx was returned by function function-name, along with message text msg-text.

      If the third character is not 5 (i.e. '385xx') then the last 3 characters of the SQLSTATE value were chosen by the function, to indicate the reason of the failure.
      SQLSTATEs values of the form 385xx are issued by IBM with a different SQLCODE.
  • Ação do sistema
    • The actions in the external function should be rolled back.
  • Resposta ao Desenvolvedor
    • Contact the author of the function or your database administrator.
      Until the problem is resolved, the function should not be used.

      SQLSTATE: 42601

© Copyright IBM Corp.