3.2.1.2 Step 2: Edit the UBBCONFIG File

The UBBCONFIG file is an ASCII file that can be edited with any text editor. To edit the UBBCONFIG file, complete the following tasks:

  1. Create a UBBCONFIG file for each application. Refer to the Configuration section in the appropriate ATMI platform product documentationfor more specific information about the UBBCONFIG file.
  2. Establish a new gateway configuration or modify an existing one by defining the domain and gateway administrative servers to the ATMI system in the UBBCONFIG file.
  3. If the CRM is to run as an ATMI server in a local configuration, add a CRM entry to the *SERVERS section of the UBBCONFIG file. For a description, refer to the Oracle Tuxedo Mainframe Adapter for SNA CRM Administration Guide.

    Note: If the CRM is started as an ATMI process, it must precede the GWSNAX entry in the UBBCONFIG file.

  4. Establish the Oracle Tuxedo Mainframe Adapter for SNA Gateway by adding an entry to the *SERVERS section of the UBBCONFIG file. For a description, refer to the GWSNAX command in Appendix A, Administration Mode Commands. The following gateway features may be enabled in the UBBCONFIG file:
    • Data transformation
    • Bypassing user ID mapping
    • Encryption
    • Authentication
  5. Refer to the appropriate ATMI platform documentation for instruction for using tmloadcf to load the UBBCONFIG file.

Listing Sample UBBCONFIG File Entries Specifying CRM as an ATMI Server

*GROUPS
        SNAGRP  LMID=mysys
                GRPNO=4

       LOCGRP  LMID=mysys
               BRPNO=5
*SERVERS
      DEFAULT:CLOPT = “-A”

      DMADM SRVGRP=LOCGRP
             SRVID=14

      GWADM SRVGRP=SNAGRP
             SRVID=14
             REPLYQ=Y
             RESTART=N
             GRACE=0

      SNACRM SRVGRP=SNAGRP
             SRVID=15
             CLOPT=“-A--//dalhps2:4452 SNAGRP”
             RESTART=Y
             RCMD=rstsnagrp    
             GRACE=120
             MAXGEN=2

      GWSNAX SRVRGRP=SNAGRP
             SRVID=16
             RQADDR=”SNADOM”
  REPLYQ=N
  RESTART=Y
  RCMD=rstsnagrp
  GRACE=120
  MAXGEN=2