CPI-C configuration parameters
For each CPI-C symbolic destination name used by the application, collect the following information:
- Name
- The
symbolic destination name used by the CPI-C applications (also known as TPs)
that you want to run. This name can be 1-8 characters in length.
The application developer (or for a third-party application, the product documentation) can provide this name.
- Local LU
- The local LU for any conversations
initiated by TPs using this side information using one of the following methods:
- Local LU alias
- An alias for a local LU.
- Use default LU
- Specify this option to use a member of the default pool (if one exists) or the node control point LU (if no default pool is defined).
If the
APPCLLUenvironment variable is set, the local LU information you supply is ignored, and the LU specified for the environment variable is used instead. - Partner LU
- Either an alias or the fully qualified partner LU name for conversations initiated by local TPs using this side information. The partner LU must be an LU that is configured on the computer that runs the partner TP.
- Mode
- The name of the APPC mode that is to
be used to access the partner LU. In most cases, the mode is one of the following
predefined modes:
- A blank name
#BATCH#BATCHSC#INTER#INTERSCQPCSUPP
- Partner TP
- The name of the transaction program
with which the CPI-C application communicates:
- If the TP is a user application, specify the name as normal characters (up to 64 characters in length).
- If the TP is a service TP, specify the name in hexadecimal (up to 8 hexadecimal digits, representing 4 bytes).
The application developer (or for a third-party application, the product documentation) can provide this information.
- Security
- The level of conversation-level security
you want to use. The options are as follows:
None- The partner TP does not require security parameters to be checked.
Same- The partner TP uses security, but accepts verification by the local
TP of the user ID and password provided by the initiating TP. If you choose
a security level of
Same, you also need to specify a valid user ID that is accepted by the partner TP. Program- The partner TP requires a User ID and password. If you choose a security
level of
Program, you need to specify a valid user ID and password that are accepted by the partner TP. Programstrong- The partner TP requires a user ID and password. Both the local and remote nodes must support security enhancements so that the password is encrypted.
Refer to the documentation for the CPI-C application or consult the application programmer to find out what security parameters to use.
- User ID
- If you have chosen a security level
of
Same,Program, orProgram strong, specify a user ID to be sent on the initiating message to the remote application. This value must match a user ID that the application is defined to accept.This user ID is not related to Linux login user IDs on either the local or the remote node. If the remote node is running CS Linux, the user ID must be configured on the remote node using the Conversation Security Configuration dialog.
- Password
- If the security level is specified
as
ProgramorProgram strong, specify a password to be sent when the conversation is allocated. This value must match the password defined at the remote application for use with the supplied user name.This password is not related to Linux login passwords on either the local or the remote node. If the remote node is running CS Linux, the password must be configured on the remote node using the Conversation Security Configuration dialog.