All versions
The client is unable to establish a connection.
The following error message is output to $ALTIBASE_HOME/trc/altibase_boot.log.
ERR-7101d(errno=11) Protocol header error.(TCP 127.0.0.1:60264) |
The following error description can be viewed with the AltiErr utility:
$ altierr 0x7101D
|
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 a message history and has no affect on the Altibase server.
If this error persists, find the client that is attempting to connect and re-install it with a version compatible with the server.
# How to check the server/client version
$ altibase -v |
|
$ java -jar $ALTIBASE_HOME/lib/Altibase.jar |
Altibase Installation Directory (e.g., C:\Program Files (x86)\Altibase\altibase-server-6.3.1) -> lib Directory |
If this error persists, find the client that is attempting to connect and re-install it with a version compatible with the server.
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, backward compatibility for the server and client is supported.
The client can connect to a server of the same or newer version regardless of its cm protocol version whereas, connection fails if the client is of a newer 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).
# 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 |
Succeeds |
Backward compatibility is supported for 5.3.3 and above. |
Server Version > Client Version |
6.3.1 |
4.3.9 |
Fails |
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 |
Fails |
If the version of the client is newer than the server, connection fails regardless of the Altibase version. |