SQL - SQLCODE's - Códigos positivos - +4748


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 +4748

   
 
  • Causa
    • THE statement STATEMENT FOR OBJECT object-name WAS SUCCESSFUL ON THE DB2 SERVER.
      THE OBJECT MAY NOT HAVE BEEN SUCCESSFULLY PROCESSED ON THE ACCELERATOR SERVER FOR REASON reason-code.

      The statement for object-name was successful, but an error occurred on the accelerator server.

      object-name
      The name of the object that was specified to be dropped.
      reason-code
      A numeric value that provides additional information about why the statement cannot be executed in the accelerator server.
      Possible values are:
      1. A row corresponding to the table does not exist in the SYSACCELERATEDTABLES catalog table.
      2. The accelerator server is not available for one of the following reasons:
        • The accelerator server has not been started.
        • The accelerator server was started in EXPLAIN ONLY mode.
        • The accelerator server was started in maintenance mode.
        • The accelerator server accelerator does not exist.
      3. A DRDA error was encountered.
  • Ação do sistema
    • The object was dropped at the Db2® server. The object might not have been dropped at the associated accelerator server.
  • Resposta ao Desenvolvedor
    • Use the reason code to determine the cause of the failure, and take the appropriate action.
      1. No action is needed.
        The table on the accelerator has already been dropped.
      2. When the accelerator is available, invoke the accelerator procedure to drop the table on the accelerator.
      3. The drop did not get processed on the accelerator because a connection could not be established with the accelerator.
        When the accelerator is available, invoke the accelerator procedure to drop the table on the accelerator.

      SQLSTATE: 0169B