Changing an Allowed Translation Type Screen

This procedure is used to change the attributes of an allowed translation type (TT) screen in the database using the chg-scr-tt command. The parameters used by the chg-scr-tt command are shown in the Gateway Screening Attributes section. The general rules that apply to configuring gateway screening entities are shown in the Gateway Screening Configuration section.

The example in this procedure is used to change the translation type 016 for the allowed CGPA screen iec to 210 and change the NSFI to stop.

The allowed TT screen can only reference an allowed CDPA screen. This can be verified using the rtrv-scr-cdpa:all=yes command. If the desired allowed CDPA screen is not in the database, perform one of these procedures to add the required screen to the database or change an existing screen in the database.

Specifying a Range of Values

A range of values can be specified for the type parameter. The range of values specified for the type parameter cannot include any values currently provisioned for the screen reference name.

For example, screening reference name scr1 contains these entries:

SR   TYPE      NSFI    NSR/ACT
scr1 110       STOP    ------
scr1 125       STOP    ------

Another entry for screening reference scr1 cannot contain a range of values that would include the type parameter values 110 or 125.

  1. Display the allowed TT screens in the database using the rtrv-scr-tt command.

    The following is an example of the possible output.

    rlghncxa03w 06-10-25 15:26:30 GMT EAGLE5 36.0.0
    SCREEN = ALLOWED TT
    SR    REF  RULES
    GW16  YES     1
    IEC   YES     3
    WRD2  YES     1
    WRD4  YES     1

    From the rtrv-scr-tt output, display the allowed TT screen you wish to remove using the rtrv-scr-tt command with the screening reference name. For this example, enter the rtrv-scr-tt:sr=iec command.

    The following is an example of the possible output.

    rlghncxa03w 06-10-25 15:26:30 GMT EAGLE5 36.0.0
    SCREEN = ALLOWED TT
    SR    TYPE     NSFI   NSR/ACT
    IEC   005&&010 STOP   ------
    IEC   012      STOP   ------
    IEC   016      CDPA   IEC

    If a gateway screening stop action set is to be assigned to the allowed TT screen being added to the database, go to step 2.

    Step 2 verifies the gateway screening stop action set names in the database. The gateway screening stop action set names are assigned only if the NSFI of the screen being changed in this procedure is STOP. If the NSFI of the screen will be changed to STOP, but a gateway screening stop action set name will not be assigned to the screen, skip steps 2 and 3 and go to step 4. If the NSFI of the screen will not be STOP, skip step 2 and go to step 3.

  2. Display the gateway screening stop action sets in the database with the rtrv-gws-actset command.

    This is an example of the possible output.

    rlghncxa03w 06-10-25 15:26:30 GMT EAGLE5 36.0.0
    ACT  ACT    ACT  ACT  ACT  ACT  ACT  ACT  ACT  ACT  ACT  ACT
    ID   NAME   1    2    3    4    5    6    7    8    9    10
    --   ------ ---- ---- ---- ---- ---- ---- ---- ---- ---- ----
    1    copy   copy      
    2    rdct   rdct      
    3    cr     copy rdct 
    4    cncf   cncf      
    5    cpcncf copy cncf 
    6    cncfrd cncf rdct 
    7    cpcfrd copy cncf rdct
    
    GWS action set table is (7 of 16) 44% full

    If the required gateway screening stop action set is not in the database, perform the Configuring Gateway Screening Stop Action Sets procedure to configure the required gateway screening stop action set.

    Note:

    If theNSFI of the screen being added in this procedure isSTOP, skip step 3 and go to step 4.
  3. Enter the rtrv-scr-cdpa command to verify that the screen that will be specified by the NSFI/NSR parameter combination in step 4 is in the database.

    If the desired screen is not in the database, perform one of these procedures to add the desired screen to the database or change an existing screen in the database.

  4. Change the attributes of an allowed TT screen using the chg-scr-tt command.

    If a gateway screening stop action is to be assigned to the allowed TT screen being changed, enter the chg-scr-tt command with the nsfi=stop parameter and the actname parameter with the name of a gateway screening stop action set shown in the output of the rtrv-gws-actset command executed in step 2.

    Caution:

    The EAGLE does not support redirecting MSUs for the DTA feature or intercepting ISUP IAM messages for the Calling Name Conversion Facility feature from the allowed TT screen. Gateway screening stop action sets containing either the RDCT (redirect) or CNCF (calling name conversion facility) stop actions should not be assigned to the allowed TT screen. If a gateway screening stop action set containing the RDCT or CNCF stop actions is specified with the chg-scr-tt command, unsolicited information message (UIM) 1128 is generated when the attempt is made to redirect MSUs from the allowed TT screen. Unsolicited information message (UIM) 1218 is generated when ISUP IAM MSUs are intercepted from the allowed TT screen. For more information on UIMs 1128 and 1218, go to Unsolicited Alarm and Information Messages Reference.

    The value of the ntype parameter can be from 0 to 255 or an asterisk (*). The current value of the type parameter must be entered exactly as shown in the rtrv-scr-tt output in step 1.

    A range of values can be specified for the ntype parameter. See the Specifying a Range of Values section for more information on how a range of values is used for the ntype parameter.

    For this example, enter this command.

    chg-scr-tt:sr=iec:type=016:ntype=210:nsfi=stop

    A message similar to the following should appear.

    rlghncxa03w 06-10-25 15:27:30 GMT  EAGLE5 36.0.0
    CHG-SCR-TT: SCREEN SET AFFECTED - IEC   4% FULL
    CHG-SCR-TT: MASP A - COMPLTD
  5. Verify the changes using the rtrv-scr-tt command with the screening reference name used in step 4.

    For this example, enter this command.

    rtrv-scr-tt:sr=iec

    The following is an example of the possible output.

    rlghncxa03w 06-10-25 15:26:30 GMT EAGLE5 36.0.0
    SCREEN = ALLOWED TT
    SR    TYPE     NSFI   NSR/ACT
    IEC   005&&010 STOP   ------
    IEC   012      STOP   ------
    IEC   210      STOP   ------
  6. Backup the new changes using the chg-db:action=backup:dest=fixed command.

    The following messages should appear, the active Maintenance and Administration Subsystem Processor (MASP) appears first.

    BACKUP (FIXED) : MASP A - Backup starts on active MASP.
    BACKUP (FIXED) : MASP A - Backup on active MASP to fixed disk complete.
    BACKUP (FIXED) : MASP A - Backup starts on standby MASP.
    BACKUP (FIXED) : MASP A - Backup on standby MASP to fixed disk complete.

Figure 5-9 Change an Allowed Translation Type Screen - Sheet 1 of 3



Figure 5-10 Change an Allowed Translation Type Screen - Sheet 2 of 3



Figure 5-11 Change an Allowed Translation Type Screen - Sheet 3 of 3