Required Parameter Group: | |||
1 | receiver variable | Output | Char(*) |
2 | length of receiver variable | Input | Binary(4) |
3 | receiver variable format | Input | Char(8) |
4 | server name | Input | Char(32) |
5 | error code | I/O | Char(*) |
Library Name/Service Program: QTCM/QZHTINCONF | |||
Threadsafe: Yes |
Use the QzhtRtvTCMBasicConfig API to retrieve the basic configuration information for a triggered cache manager server. The API is a callable service implemented as an ILE entry point within the QZHTINCONF *SRVPGM in the QTCM *LIB.
The QTCM/H(QZHTINCONF) header file includes ILE C prototypes for this API.
The variable used to return the basic configuration information for the triggered cache manager server.
The number of bytes that the calling program provides for receiver variable. This value must be greater than or equal to 8.
The format name of receiver variable data. The following values must be used:
The name used to identify the triggered cache manager server from which the configuration information is retrieved (left justified and padded with blanks if necessary).
The structure in which to return error information.
Offset | Type | Field | |
---|---|---|---|
Dec | Hex | ||
0 | 0 | Binary(4) | Bytes returned |
4 | 4 | Binary(4) | Bytes available |
8 | 8 | Char(32) | Server name |
40 | 28 | Binary(4) | Autostart property |
44 | 2C | Binary(4) | Local TCP port |
48 | 30 | Binary(4) | Offset to root directory |
52 | 34 | Binary(4) | Length of root directory |
56 | 38 | Binary(4) | Maximum number of entries |
60 | 3C | Binary(4) | Defer time between retries |
64 | 40 | Binary(4) | Memory buffer size |
Binary(4) | Root directory |
Special values and their meanings are as follows:
1 | QZHT_YES, QZHT_TRUE, QZHT_ENABLED: The server is set to start when startup of *AUTOSTART servers is requested. |
2 | QZHT_NO, QZHT_FALSE, QZHT_DISABLED: The server is not set to start when startup of *AUTOSTART servers is requested. |
Special values and their meanings are as follows:
0 | QZHT_NONE: Failing actions are not retried. |
-3 | QZHT_NOMAX: Retry failing actions until successful. |