1 | Connection handle | Output | Char(16) |
2 | Clustered hash table server name | Input | Char(10) |
3 | Error code | I/O | Void(*) |
The Connect Clustered Hash Table (QcstConnectCHT) API establishes a connection to the clustered hash table server specified. This API returns a connection handle that will be used on all requests to specified clustered hash table server.
It is recommended to disconnect using the Disconnect Clustered Hash Table (QcstDisconnectCHT) API when the connection is no longer needed.
Restrictions:
The connection handle to use on all requests into the specified clustered hash table server.
The name of the clustered hash table server to connect to.
The structure in which to return error information. For the format of the structure, see Error Code Parameter.
Message ID | Error Message Text |
---|---|
CPF24B4 E | Severe error while addressing parameter list. |
CPF3C1E E | Required parameter &1 omitted. |
CPF3CF1 E | Error code parameter not valid. |
CPF3CF2 E | Error(s) occurred during running of &1 API. |
CPFBB26 E | Cluster Resource Services not active or not responding. |
CPFBB4D E | Cluster Resource Services cannot process the request. |
CPFBD09 E | Clustered hash table server &1 not active or not responding. |
CPFBD0A E | Clustered hash table server &1 internal error. |
Top | Cluster APIs | APIs by category |