Remove Triggered Cache Manager Trigger Handler Description (QzhtRmvTCMTriggerHandlerDesc) API

Important: Information for this topic supports the latest PTF levels for HTTP Server for i5/OS . It is recommended that you install the latest PTFs to upgrade to the latest level of the HTTP Server for i5/OS. Some of the topics documented here are not available prior to this update. See http://www.ibm.com/servers/eserver/iseries/software/http/services/service.htm Link outside Information Center for more information.
Required Parameter Group:
1 request variable Input Char(*)
2 length of request 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 QzhtRmvTCMTriggerHandlerDesc API to remove trigger handler descriptions associated with triggered cache manager servers. Trigger handler descriptions that are removed are no longer utilized by the triggered cache manager servers the next time they are started. 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.

Authorities and locks

Required parameter group

request variable
INPUT: CHAR(*)

The variable used to pass the information used to remove an existing trigger handler description.

length of request variable
INPUT: BINARY(4)

The number of bytes that the calling program provides for the request variable.

request variable format
INPUT: CHAR(8)

The format name of the Request variable data. The following values must be used:

  • INDP0100: Basic information format for configuration descriptions.
error code
I/O: CHAR(*)

The structure in which to return error information.

INDP0100 format

Offset Type Field
Dec Hex
0 0 Char(32) Server name
32 20 Char(32) Description name

Field descriptions

Description name
The name of the removed trigger handler description (left justified and padded with blanks if necessary).
Server name
The name used to identify the triggered cache manager server from which the description is removed (left justified and padded with blanks if necessary).

Error messages

TCM7001 E
User &1 is not authorized.
TCM7030 E
Severe error occurred while addressing parameter list.
TCM7031 E
Request variable format is not valid.
TCM7033 E
Length of request variable is not valid for the specified format.
TCM703E E
Error code parameter is not valid
TCM70F0 E
Unknown error occurred while processing request.
TCM7101 D
User QTCM is not authorized to the configuration file for triggered cache manager server &1.
TCM7190 D
A configuration file for triggered cache manager server &1 was not found.
TCM72C0 D
Triggered cache manager &1 name is not valid.
TCM72C3 D
Value passed to offset &1 is not valid.
TCM74C0 D
Triggered cache manager server name is not valid.