Required Parameter Group: | |||
1 | request variable | Input | Char(*) |
2 | length of request variable | Input | Binary(4) |
3 | request variable format | Input | Char(8) |
4 | error code | I/O | Char(*) |
Library Name/Service Program: QTCM/QZHTINCONF | |||
Threadsafe: Yes |
Use the QzhtChgTCMBasicConfig API to change 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 pass the information used to change the basic configuration information for a triggered cache manager server.
The number of bytes that the calling program provides for request variable.
The format name of the request variable data. The following values must be used:
The structure in which to return error information.
Offset | Type | Field | |
---|---|---|---|
Dec | Hex | ||
0 | 0 | Char(32) | Server name |
32 | 20 | Binary(4) | Autostart property |
36 | 24 | Binary(4) | Local TCP port |
40 | 28 | Binary(4) | Offset to root directory |
44 | 2C | Binary(4) | Length of root directory |
48 | 30 | Binary(4) | Maximum number of retries |
52 | 34 | Binary(4) | Defer time between retries |
56 | 38 | Binary(4) | Memory buffer size |
Char(*) | 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. |
0 | QZHT_NO, QZHT_FALSE, QZHT_DISABLED: The server is not set to start when startup of *AUTOSTART servers is requested. |
-1 | QZHT_DEFAULT: The default value is used. |
-2 | QZHT_NO_CHANGE: No change is made to the current auto start setting. |
Special values and their meanings are as follows:
0 | QZHT_NONE: No defer time is to be used. |
-1 | QZHT_DEFAULT: The default value is to be used. |
-2 | QZHT_NO_CHANGE: The current defer time value is not to be changed. |
Special values and their meanings are as follows:
0 | QZHT_NONE: Do not retry failing actions. |
-1 | QZHT_DEFAULT: The default action is specified. |
-2 | QZHT_NO_CHANGE: The current maximum number of retries value is not to be changed. |
-3 | QZHT_NOMAX: Failing actions are to be retried until successful. |
Special values and their meanings are as follows:
-1 | QZHT_DEFAULT: The default value is to be used. |
-2 | QZHT_NO_CHANGE: The current memory buffer size value is not to be changed. |
Special values and their meanings are as follows:
0 | QZHT_NONE: Same as -2 (QZHT_NO_CHANGE). |
-1 | QZHT_DEFAULT: The default value is to be used for Root directory. The value for Root directory is null. |
-2 | QZHT_NO_CHANGE: The current root directory name is not to be changed for Root directory. The value for Root directory is null. |