Running Oracl e TMA TCP fo r CI CS
Starting the Requester Program
The Requester is started automatically when the first service request for it is made by a CICS client program. At that point, the Requester establishes a connection with its remote endpoint and updates its control tables with
If the gateway receives additional service requests, they are accommodated as long as the maximum multiplex count for the existing connection is not exceeded. Also, additional connections are opened, as necessary, until the configured maximum connection count is reached or all requests are accommodated.
Processing TMA TCP for CICS Originated Service Requests
1.The CICS client program (your program) issues an EXEC CICS LINK command to the TMA TCP for CICS
2.The
3.The request is then handed over to the Requester.
4.The Requester transmits the request information to the remote Oracle Tuxedo domain.
5.If the request is a type that needs a response, the Requester receives that response back from Oracle Tuxedo, and hands the data over to the
6.The
Shutting Down the Requester
There are two ways to shut down the Requester:
zUse the administrative tool (described in “Configuring and Administering Oracle TMA TCP for CICS”) to disable the Requester. This method causes the selected Requester to clean up its tables and shut down gracefully. It also prohibits any service requests invoking it. When you are ready, use the administrative tool to enable the Requester.
Oracle Tuxedo Mainframe Adapter for TCP CICS User Guide |