Configuring identity propagation on CICS TG

You must edit the ctg.ini file to set values for the APPLID, APPLIDQUALIFIER, and IPICSERVER parameters.

  1. Identify the Gateway daemon to CICS® for the connection over IPIC. Do this by setting values for the APPLID and APPLIDQUALIFIER parameters. The values must be in uppercase and are set in the PRODUCT section of the ctg.ini file; for example:
    SECTION PRODUCT
        APPLID=MYAPPL
        APPLIDQUALIFIER=MYQUAL
    ENDSECTION
  2. Define an IPICSERVER definition for your CICS server:
    1. Set HOSTNAME to the TCP/IP host name or TCP/IP address on which CICS is listening.
    2. Set PORT to the port number that your CICS server uses to listen for incoming IPIC requests; for example:
      SECTION IPICSERVER = CICSA
          HOSTNAME=cicssrv2.company.com
          PORT=50889
      ENDSECTION
  3. Save your updated ctg.ini file.
  4. Start CICS Transaction Gateway to apply the new definitions.

Information Information

Feedback


Timestamp icon Last updated: Tuesday, 19 November 2013


https://ut-ilnx-r4.hursley.ibm.com/tgzos_latest/help/topic/com.ibm.cics.tg.zos.doc//ctgzos/sc_idprop_ctg.html