1 | Key | Output | Char(*) |
3 | Length of key to generate | Input | Binary(4) |
2 | Connection handle | Input | Char(16) |
4 | Error Code | I/O | Void(*) |
The Generate Clustered Hash Table Key (QcstGenerateCHTKey) API returns a universally unique key that can be used to store an entry into the clustered hash table.
The receiver variable that receives the generated key. The size of this parameter must be at least equal to the length of key to generate parameter.
The length of the key to be generated. This length must be equal to 16.
This is an active connection handle for the clustered hash table server. It is obtained by calling the Connect Clustered Hash Table (QcstConnectCHT) API.
The structure in which to return error information. For the format of the structure, see Error Code Parameter.
Message ID | Error Message Text |
---|---|
CPF3C1D E | Length specified in parameter &1 not valid. |
CPF3C19 E | Error occured with receiver variable specified. |
CPF3C1E E | Required parameter &1 omitted. |
CPF3C3C E | Value for parameter &1 not valid. |
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. |
CPFBD09 E | Clustered hash table server &1 not active or not responding. |
CPFBD0B E | Connection handle not active. |
Top | Cluster APIs | APIs by category |