14.1 Error-handling flow
If an error occurs in the HADB server, you must identify the cause of the error and eliminate it. The action you take differs depending on the error that has occurred and whether the HADB server terminated abnormally.
First check whether the HADB server terminated abnormally. Execute the following command.
- Command to be executed
-
adbls -d srv
The HADB server's status is displayed. Check the item STATUS in the execution result.
-
If STATUS is ABORT
The HADB server terminated abnormally. See 14.1.1 Steps to take when the HADB server terminated abnormally.
-
If STATUS is neither of the above
The HADB server did not terminate abnormally. See 14.1.2 Steps to take when the HADB server did not terminate abnormally.