Hitachi

Hitachi Advanced Database Messages


KFAA30732-E

No response can be received from the HADB server because processing on the HADB server timed out. (M+J+O)

An error occurred in the application program or command because HADB server processing did not terminate when the timeout period expired. <SQLSTATE: 52330>

S:

Terminates processing.

Action:
  • If this message is output during execution of an application program

    Make sure that the appropriate timeout period is specified.

    If the timeout period is appropriate, re-execute the application program.

    If the timeout period is not appropriate, change the timeout period, and then re-execute the application program.

    If this message is output, it means that the connection to the HADB server has been closed. You must restore the connection when re-executing the application program.

    The timeout period is specified in the following operands of the client definition:

    adb_clt_rpc_sql_wait_time

    adb_clt_rpc_con_wait_time

    If you are using the JDBC driver, the timeout period is specified in the properties having the same names as the above or with a method such as setQueryTimeout.

  • If this message is output during execution of a command

    If an error message is output after the KFAA30732-E message, take the appropriate action for that message.

    If no error message is output after the KFAA30732-E message, re-execute the command. At this time, make sure that the timeout period specified for the command is appropriate. If the timeout period is not appropriate, change it, and then re-execute the command.