Изменить

Поделиться через


Configuring and Controlling TPs (CPI-C)

The following table shows how the characteristics of the transaction programs (TPs) and selection of the logical units (LUs) for a conversation are controlled.

Characteristic How controlled
Type of conversation: basic or mapped. Written into the code. For two TPs to communicate successfully, both must use the same type of conversation, basic or mapped. The default for conversation type is mapped. The type can be changed with the Set_Conversation_Type call. For more information, see Basic and Mapped Conversations Compared.
Type of TP: invoking or invokable. Written into the code. Invoking TPs start with Initialize_Conversation and Allocate. Invokable TPs start with Accept_Conversation. For more information, see Invoking TPs and Invokable TPs.
The local LU alias to be used by an invoking TP. Three options:

- Configured with a registry or environment variable.
- Configured (using SNA Manager) as the default local APPC LU for the user who starts the invoking TP.
- Configured (using SNA Manager) as a member of the default outgoing local APPC LU pool.

For more information, see Invoking TPs and SNA Service Configuration.
The symbolic destination name used by an invoking TP. Written into the code, in Initialize_Conversation.
The invokable (partner) TP requested by an invoking TP. Specified within the symbolic destination name, which can be configured using SNA Manager.
The LU alias to be used by an invokable TP (the partner LU alias from the point of view of the invoking TP). Specified within the symbolic destination name, which can be configured through SNA Management using SNA Manager. For more information, see Invoking TPs and SNA Service Configuration and Matching Invoking and Invokable TPs.
Type of autostarted invokable TP: queued or nonqueued. Configured with registry or environment variables. For more information, see Configuring Invokable TPs.
Local LU and remote LU aliases. Configured using SNA Manager.
The pairing of local and remote LUs, and the mode used for each LU-LU pair. Configured using SNA Manager.