Version
All versions
Explanation
The client is unable to establish a connection.
The following error message is output to $ALTIBASE_HOME/trc/altibase_boot.log.
Cause
The error description can be viewed with the AltiErr utility as below.
This error message is written to altibase_boot.log when a client of a version incompatible with the server tried to establish a connection.
This error keeps its message history and has no affect on the Altibase server.
Action
If this error persists, find the client that is attempting to connect and re-install it with a version compatible with the server.
1. Check the server version with the following command:
2. Check the client version with the following command:
Reference
1. For ALTIBASE HDB 5.3.1 and below, the cm protocol version of the server and client must be identical for the client to connect to the server.
2. For ALTIBASE HDB 5.3.3 and above, backwards compatibility for the server and client is supported.
The client can connect to a server of the same or higher version regardless of its cm protocol version whereas, connection fails if the client is of a higher version than the server.
In this context, the first three numbers of a product version are denoted as the version (the fourth and succeeding numbers which indicate the patch versions are irrelevant).
# Connection examples of server and client compatibility for different versions
|
Server Version |
Client Version |
Result |
Remarks |
---|---|---|---|---|
Server Version > Client Version |
6.3.1 |
5.3.3 |
Success |
Backward compatibility is supported for 5.3.3 and above. |
Server Version > Client Version |
6.3.1 |
4.3.9 |
Failure |
Backward compatibility is supported only if the version of both the server and client is 5.3.3 and above. |
ServerVersion < Client Version |
6.1.1 |
6.3.1 |
Failure |
If the version of the client is newer than the server, connection fails regardless of the Altibase version. |