High Availability Monitors Version A.03.02 Release Notes
NOF API Verbs (ACTIVATE_SESSION to OPEN_FILE)
DEFINE_CPIC_SIDE_INFO
Chapter 3 187
The type of the target TP (the valid characters for a TP
name are determined by the TP type). Possible values
are:
XC_APPLICATION_TP
Application TP. All characters in the TP name must be
valid ASCII characters.
XC_SNA_SERVICE_TP
Service TP. All characters, except the first, in the TP
name must be valid ASCII characters. The first
character must be a hexadecimal digit in the range
0x0-0x3F, excluding 0x0E and 0x0F.
def_data.side_info.tp_name
TP name of the target TP. This is a 64-byte ASCII
character string, padded on the right with ASCII
spaces.
def_data.side_info.mode_name
Name of the mode used to access the target TP. This is
an 8-byte ASCII character string, padded on the right
with spaces.
def_data.side_info.conversation_security_type
Specifies whether the target TP uses conversation
security. Possible values are:
XC_SECURITY_NONE
The target TP does not use conversation security.
XC_SECURITY_PROGRAM
The target TP uses conversation security. The
security_user_id
and
security_password
parameters specified below will be used to access the
target TP.
XC_SECURITY_PROGRAM_STRONG
As for XC_SECURITY_PROGRAM, except that the local
node must not send the password across the network in
clear text format. (This value is included for
compatibility with IBM CPI-C implementations. The