BEA eLink TCP for CICS 3.0   Information Center     

        HOME   |   SEARCH   |   CONTACT   |   PDF FILES |   WHAT'S NEW 
 
        TABLE OF CONTENTS   |   PREVIOUS TOPIC   |   NEXT TOPIC   |   INDEX  

Configuring and Administering BEA eLink TCP for CICS

It is the responsibility of the BEA TUXEDO administrator to set up the configuration file, but close coordination with the BEA TUXEDO application developer and the CICS programmer is necessary.

The following subsections describe the BEA eLink for Mainframe TCP for CICS (hereafter referenced as eLink TCP for CICS) Maintenance System. The BEA eLink TCP for CICS Maintenance System is an online CICS application for use in configuring, maintaining, and administering the BEA eLink TCP for CICS gateway. The following topics explain the Maintenance System:

To start the administration system, enter the transaction code as defined to CICS in the installation procedure.


Menu Navigation

You can access any of the following five groups of menus for maintaining connections, requesters, outbound services, the user connection account, and inbound services. The following table describes how you can use each group of menus.

Menu Type Use

Connections

To monitor and control configured and active connections

Requester

To configure and maintain remote endpoints

Outbound Service Information

To configure each remote service and specify which Requester should be used for each service.

User Connection Account

To configure and maintain the local endpoint.

Inbound Service Information

To configure each local service.

Each of these topics is discussed in more detail in the following sections.


The Main Menu

The Main menu gives you access to all the maintenance screens.

 BEAPMNU                    BEA CONNECT TCP FOR CICS                  BEAM M1

SELECTION SCREEN


TABLE OPERATION
---------------- -----------

C - CONNECTION 1 - INSERT
R - REQUESTER 2 - UPDATE
S - OUTBOUND SERVICE INFORMATION 3 - INQUIRE
U - USER CONNECTION ACCOUNT 4 - DELETE
I - INBOUND SERVICE INFORMATION 5 - BROWSE




SELECTION: __ (e.g. R3)



ENTER: PROCESS, PF3: EXIT

Usage

Use the Main menu to access the screens that make up the maintenance system. To move from the Main menu to a sub-menu, enter the appropriate two-character code. The first character in the code denotes the area in which you want to operate and the second character denotes the operation you want to perform on that area.

The following are the codes for the areas of operation:

The following are the codes for the allowable operations:

Because some operations are not available in all three areas, the following table lists the valid combinations.

.
Enter This Code To Access This Screen

C2

Update Connection

C3

Inquire Connection

C5

Browse Connection

R1

Insert Requester

R2

Update Requester

R3

Inquire Requester

R4

Delete Requester

R5

Browse Requester

S1

Insert Outbound Service Information

S2

Update Outbound Service Information

S3

Inquire Outbound Service Information

S4

Delete Outbound Service Information

S5

Browse Outbound Service Information

U2

Update User Connection Account

U3

Inquire User Connection Account

I1

Insert Inbound Service Information

I2

Update Inbound Service Information

I3

Inquire Inbound Service information

I4

Delete Inbound Service Information

I5

Browse Inbound Service Information

You can use the maintenance system screens to view and alter a connection, but not to insert (create) or delete a connection. Connections are created and deleted by BEA eLink TCP for CICS in its normal operation.

The maintenance system will check the two-character selection code that you enter and will display the appropriate screen if the code is valid. If the code you enter is not valid you will receive an error message.

Note: The maintenance screens use the field name LOGICAL MACHINE NAME. The logical machine name corresponds to a eLink TCP for TUXEDO gateway ID.


The Connections Screens

The three screens available for maintaining connection instances are labeled Update, Inquiry and Browse. The screens allow you to make an inquiry concerning a specific connection, to browse a list of all connections, or to disable/enable a connection.

A connection instance is an established TCP/IP connection between a remote endpoint and either a Requester or a Handler. For the purposes of BEA eLink TCP for CICS, a remote endpoint is a BEA eLink TCP for TUXEDO Handler executing within a remote BEA TUXEDO domain.

PF Keys

The following function keys are available on various connection screens.

ENTER
Process the selection code entered

PF3
Transfer to Main Menu

PF5
Transfer to Connections Browse screen

PF7
Display the previous page of records

PF8
Display the next page of records

Note: If you enter data and press PF3 or PF5 before pressing ENTER, the current operation process is aborted and the new screen is displayed.

Update Connection Screen (C2)

Use the UPDATE CONNECTION screen to update a record from the Connection file. When the screen initially displays, the LOGICAL MACHINE NAME and TYPE fields are unprotected. Enter a valid Gateway ID (GWID) and TYPE and press ENTER. The screen redisplays showing the data from the record you specified and the STATUS field is unprotected. The message RECORD READY FOR UPDATE displays. You can now make changes to the record.

 BEAPCON                    BEA CONNECT TCP FOR CICS                  BEAM C2

UPDATE CONNECTION



LOGICAL MACHINE NAME: ________________

TYPE: _

STATUS: _

MAX MSG SIZE: _____

NUMBER REQUESTS: _____
NUMBER SUCCESS REQS: _____
NUMBER RECONNECTS: _____
NUMBER OPEN SOCKETS: __
NUMBER SESSIONS ACTIVE: __


ENTER: PROCESS, PF3: MENU, PF5: BROWSE

Fields

Field Name Description

Logical Machine Name

This is the GWID. Give it a unique name up to 16 characters. Example: (bankmach1)

Type

The type of connection. Specify I for incoming connections or O for outgoing connections.

Status

The status of the connection. Specify E to enable the connection. Specify D for normal shutdown which will allow initiated tasks to complete prior to disconnecting. Specify A for immediate shutdown which will abort all initiated tasks and disconnect.

Max Msg Size

The largest message allowed to be sent across this connection. The maximum is 31936. Example: (31000)

Number Requests

The number of service requests made during this connection.

Number Success Reqs

The number of successful requests.

Number Reconnects

The number of reconnects. If the connection fails, this number determines how many attempts the system will make to reestablish the connection before marking the connection disabled.

Number Open Sockets

The number of sockets that are currently opened by the Requester.

Number Sessions Active

The number of active sessions on this connection.

Inquire Connection Screen (C3)

Use this screen to inquire about a record from the Connection file. When the screen is initially displayed, the LOGICAL MACHINE NAME and TYPE fields are unprotected. Enter a valid GWID and TYPE and press ENTER. The screen is redisplayed with the data from the record you specified and the LOGICAL MACHINE NAME and TYPE fields are unprotected.

 BEAPCON                    BEA CONNECT TCP FOR CICS                  BEAM C3

INQUIRE CONNECTION



LOGICAL MACHINE NAME: ________________

TYPE: _

STATUS: _

MAX MSG SIZE: _____

NUMBER REQUESTS: _____
NUMBER SUCCESS REQS: _____
NUMBER RECONNECTS: _____
NUMBER OPEN SOCKETS: __
NUMBER SESSIONS ACTIVE: __


ENTER: PROCESS, PF3: MENU, PF5: BROWSE

Fields

Field Name Description

Logical Machine Name

This is the GWID. Give it a unique name up to 16 characters. Example: (bankmach1)

Type

The type of connection. Specify I for incoming connections or O for outgoing connections.

Status

The status of the connection. Specify E to enable the connection. Specify D for normal shutdown which will allow initiated tasks to complete prior to disconnecting. Specify A for immediate shutdown which will abort all initiated tasks and disconnect.

Max Msg Size

The largest message allowed to be sent across this connection. The maximum is 31936. Example: (31000)

Number Requests

The number of service requests made during this connection.

Number Success Reqs

The number of successful requests.

Number Reconnects

The number of reconnects. If the connection fails, this number determines how many attempts the system will make to reestablish the connection before marking the connection disabled.

Number Open Sockets

The number of sockets that are currently opened by the Requester.

Number Sessions Active

The number of active sessions on this connection.

Browse Connection Screen (C5)

Use this screen to browse records in the Connection file and to select individual records for further processing. If you access this screen from the Main menu, the first record on file is displayed at the top of the screen. If you access this screen from the Connection Update screen or the Inquire screen, the list starts with the key received from that screen.

To select a record for processing enter a valid selection code in the SEL CDE field. For example, to make an inquiry about a record, enter "3". If you enter more than one selection code, the first one is used and all others are ignored. After the selection code is validated and processed, the screen for that process is displayed, and the record key appears in the LOGICAL MACHINE NAME field.

 BEAPCON                    BEA CONNECT TCP FOR CICS                  BEAM C5

BROWSE CONNECTION


SEL LOGICAL MACHINE STA MAXMSG NUMBER NUMBER NUMBER SOCK SESS ACT
CDE NAME TUS SIZE REQS SUCREQ RECONS ETS IONS IVE TYPE
--- ---------------- --- ------ ------ ------ ------ ---- ---- --- ----

_ ________________ _ _____ _____ _____ _____ __ __ _ _
_ ________________ _ _____ _____ _____ _____ __ __ _ _
_ ________________ _ _____ _____ _____ _____ __ __ _ _
_ ________________ _ _____ _____ _____ _____ __ __ _ _
_ ________________ _ _____ _____ _____ _____ __ __ _ _
_ ________________ _ _____ _____ _____ _____ __ __ _ _
_ ________________ _ _____ _____ _____ _____ __ __ _ _
_ ________________ _ _____ _____ _____ _____ __ __ _ _
_ ________________ _ _____ _____ _____ _____ __ __ _ _
_ ________________ _ _____ _____ _____ _____ __ __ _ _

* SELCDE = (2: UPD, 3: INQ)
ENTER: PROCESS, PF3: MENU, PF7: PREV, PF8: NEXT
BEG/END OF FILE


The Requester Screens

A Requester is responsible for collecting request information to be sent to the remote BEA TUXEDO domain. The Requester establishes network connectivity, transmits data to BEA TUXEDO, and receives data from BEA TUXEDO. Each Requester is responsible for one and only one remote endpoint (or one TCP/IP address/port combination). You can configure more than one Requester to point to the same endpoint, but each Requester worries about only one endpoint.

On the following maintenance screens, each instance of the Requester is given a logical machine ID (LMID). You can give a Requester any unique LMID that is meaningful to you. Every service name is associated with one or more LMIDs. That's how the Requester knows which remote machine is responsible for a particular service.

PF Keys

The following function keys are available on various requester screens.

ENTER
Process the selection code entered

PF3
Transfer to Main menu

PF5
Transfer to Requester Browse screen

PF7
Display the previous page of records

PF8
Display the next page of records

Note: If you enter data and press PF3 or PF5 before pressing ENTER, the operation process is aborted and the appropriate screen is displayed.

Insert Requester Screen (R1)

Use this screen to configure a new Requester by inserting a new record into the Requester file.

When the screen is first displayed, all the fields are unprotected. Type the required data as described in the table below, then press ENTER. After the data is validated and processed, the screen is redisplayed and all the fields are unprotected.

 BEAPREQ                    BEA CONNECT TCP FOR CICS                  BEAM R1

INSERT REQUESTER

LMID: ________________ MULTIPLEX_CNT: __
DNS: ________________________________________________________________
HOST ADDRESS: _______________
PORT NUMBER: _____
MIN TIME (MILLISEC): _____
SECURITY(Y/N): _ MAX TIME (MILLISEC): _____
ACCOUNT ID: ________ DELTA TIME (MILLISEC): _____
PASSWORD: IDLE TIME (SECONDS): _____
REQ IDLE TIME (SECONDS): _____
MAX QUEUE SIZE: _____ LATENCY TIME (SECONDS): __
MAX MSG SIZE: _____ MAX CONNS: __
RETRY LIMIT: _____ IBM TCP(Y/N): _

LMID TYPE: _ QUEUE NAME 1: ________
START TRAN-ID: ____ QUEUE NAME 2: ________
CICS DATA: ___

ENTER: PROCESS, PF3: MENU, PF5: BROWSE

Fields

Field Name Description

Logical Machine Name

This is the LMID. Give it a unique name up to 16 characters. Example: (bankmach1)

DNS

The host name that the domain name service recognizes.

Host Address

The TCP/IP dot address. Example: (199.99.99.99)

Port Number

The TCP/IP port. Check with the TCP/IP administrator for available ports. Example: (11111)

Security

The status of security. Y specifies that security is on and N denotes that security is off.

Note: For additional security information, refer to "Configuring eLink TCP Security."

Account ID

An eight-character ID. This must be the same ID that is used on the BEA TUXEDO side configuration. Coordinate with the BEA TUXEDO Administrator. Required if there is an entry in the Password field. Example: (CICS001A)

Password

An eight-character password. This must be the same as on the BEA TUXEDO side configuration. Coordinate with the BEA TUXEDO Administrator. Required if there is an entry in the Account ID field. Example: (LETMEIN1)

Max Queue Size

Specifies the size of the local queue where requests are stored for servicing. A typical setting is 200.

Max Msg Size

The largest message allowed to be sent across this connection. The maximum is 31936. Example: (4096)

Retry Limit

If the connection fails, this number determines how many attempts the system will make to reestablish the connection before marking the connection disabled. Example: (5).

LMID Type

The version of TPS the remote system is running (C for CICS, I for IMS, T TUXEDO)

Start TranID

The ID of the transaction to be started if the remote system type is CICS.

CICS Data

A string to be passed to the IBM TCP/IP Listener for use with the eLink TCP for CICS gateway. The default is " ".

Multiplex Cnt

The number of concurrent requests for each connection.

Min Time

The minimum length of time (in milliseconds) for a socket read to wait for data to be processed.

Note: If you are running Interlink CPT, this value will be rounded up to the nearest second. The recommended value for running with Interlink CPT is 400. For information about recommended configuration values and system behavior, refer to the BEA eLink TCP Release Notes.

Max Time

The maximum length of time (in milliseconds) for a socket read to wait for data to be processed.

Note: If you are running Interlink CPT, this value will be rounded up to the nearest second. The recommended value for running with Interlink CPT is less than or equal to 3000. For information about recommended configuration values and system behavior, refer to the BEA eLink TCP Release Notes.

Delta Time

The time increase (in milliseconds) from Min Time to Max Time.

Note: If you are running Interlink CPT, this value will be rounded up to the nearest second. The recommended value for running with Interlink CPT is greater than 50. For information about recommended configuration values and system behavior, refer to the BEA eLink TCP Release Notes.

Idle Time

The amount of time in seconds that a connection is idle before it is closed. Idle Time should be a smaller amount of time than Req Idle Time. A typical setting is 30 seconds.

Req Idle Time

The amount of time in seconds that a Requester is idle before it terminates. A typical setting is 120 seconds.

Latency Time

Network time and system processing time added to give a true system wait time (in seconds).

Max Conns

The maximum number of connections the Requester will open. The maximum value is 50.

IBM TCP

The TCP/IP stack being used. Specify Y if the IBM TCP/IP stack is being used or N if the Interlink stack is being used.

Queue Name 1

The name of a TS Q that is used for communications between the Pre-requester and the Requester.

Queue Name 2

The name of a TS Q that is used for communications between the Pre-requester and the Requester.

Update Requester Screen (R2)

Use this screen to update a record from the Requester file.The fields are the same as the ones on the Requester Insert screen, but on this screen you can change the values.

When the screen is first displayed, the LOGICAL MACHINE NAME field is unprotected. Enter a logical machine name and press ENTER. The screen is redisplayed showing the data from the requested record. The HOST ADDRESS, PORT NUMBER, ACCOUNT ID, PASSWORD, MAX MSG SIZE, and CONNECT RETRY LIMIT fields are unprotected. The following message is displayed: RECORD READY FOR UPDATE.

After the changes you entered are validated and processed, the screen is redisplayed and the LOGICAL MACHINE NAME field is unprotected.

 BEAPREQ                    BEA CONNECT TCP FOR CICS                  BEAM R2

UPDATE REQUESTER

LMID: ________________ MULTIPLEX_CNT: __
DNS: ________________________________________________________________
HOST ADDRESS: _______________
PORT NUMBER: _____
MIN TIME (MILLISEC): _____
SECURITY(Y/N): _ MAX TIME (MILLISEC): _____
ACCOUNT ID: ________ DELTA TIME (MILLISEC): _____
PASSWORD: IDLE TIME (SECONDS): _____
REQ IDLE TIME (SECONDS): _____
MAX QUEUE SIZE: _____ LATENCY TIME (SECONDS): __
MAX MSG SIZE: _____ MAX CONNS: __
RETRY LIMIT: _____ IBM TCP(Y/N): _

LMID TYPE: _ QUEUE NAME 1: ________
START TRAN-ID: ____ QUEUE NAME 2: ________
CICS DATA: ___

ENTER: PROCESS, PF3: MENU, PF5: BROWSE

Fields

Field Name Description

Logical Machine Name

This is the GWID. Give it a unique name up to 16 characters. Example: (bankmach1)

DNS

The host name that the domain Name Service recognizes.

Host Address

The TCP/IP dot address. Example: (199.99.99.99)

Port Number

The TCP/IP port. Check with the TCP/IP administrator for available ports. Example: (11111)

Security

The status of security. Y specifies that security is on and N denotes that security is off.

Note: For additional security information, refer to "Configuring eLink TCP Security."

Account ID

An eight-character ID. This must be the same ID that is used on the BEA TUXEDO side configuration. Coordinate with the BEA TUXEDO Administrator. Required if there is an entry in the Password field. Example: (CICS001A)

Password

An eight-character password. This must be the same as on the BEA TUXEDO side configuration. Coordinate with the BEA TUXEDO Administrator. Required if there is an entry in the Account ID field. Example: (LETMEIN1)

Max Queue Size

Specifies the size of the local queue where requests are stored for servicing. A typical setting is 200.

Max Msg Size

The largest message allowed to be sent across this connection. The maximum is 31936. Example: (4096)

Retry Limit

If the connection fails, this number determines how many attempts the system will make to reestablish the connection before marking the connection disabled. Example: (5).

LMID Type

The version of TPS the remote system is running (C for CICS, I for IMS, T for TCP, L for InterLink)

Start TranID

The ID of the transaction to be started if the remote system type is CICS.

CICS Data

A string to be passed to the IBM TCP/IP Listener for use with the eLink TCP for CICS gateway. The default is " ".

Multiplex Cnt

The number of concurrent requests for each connection.

Min Time

The minimum length of time (in milliseconds) for a socket read to wait for data to be processed.

Note: If you are running Interlink CPT, this value will be rounded up to the nearest second. The recommended value for running with Interlink CPT is 400. For information about recommended configuration values and system behavior, refer to the BEA eLink TCP Release Notes.

Max Time

The maximum length of time (in milliseconds) for a socket read to wait for data to be processed.

Note: If you are running Interlink CPT, this value will be rounded up to the nearest second. The recommended value for running with Interlink CPT is less than or equal to 3000. For information about recommended configuration values and system behavior, refer to the BEA eLink TCP Release Notes.

Delta Time

The time increase (in milliseconds) from Min Time to Max Time.

Note: If you are running Interlink CPT, this value will be rounded up to the nearest second. The recommended value for running with Interlink CPT is greater than 50. For information about recommended configuration values and system behavior, refer to the BEA eLink TCP Release Notes.

Idle Time

The amount of time in seconds that a connection is idle before it is closed. Idle Time should be a smaller amount of time than Req Idle Time. A typical setting is 30 seconds.

Req Idle Time

The amount of time in seconds that a Requester is idle before it terminates. A typical setting is 120 seconds.

Latency Time

Network time and system processing time added to give a true system wait time (in seconds).

Max Conns

The maximum number of connections the Requester will open. The maximum value is 50.

IBM TCP

The TCP/IP stack being used. Specify Y if the IBM TCP/IP stack is being used or N if the Interlink stack is being used.

Queue Name 1

The name of a TS Q that is used for communications between the Pre-requester and the Requester.

Queue Name 2

The name of a TS Q that is used for communications between the Pre-requester and the Requester.

Inquire Requester Screen (R3)

Use this screen to make an inquiry about a record from the Requester file. The screen is initially displayed with the LOGICAL MACHINE NAME field unprotected. Enter the logical machine name and press ENTER. The screen is redisplayed with the data from the requested record and the LOGICAL MACHINE NAME field is unprotected.

 BEAPREQ                    BEA CONNECT TCP FOR CICS                  BEAM R3

INQUIRE REQUESTER

LMID: ________________ MULTIPLEX_CNT: __
DNS: ________________________________________________________________
HOST ADDRESS: _______________
PORT NUMBER: _____
MIN TIME (MILLISEC): _____
SECURITY(Y/N): _ MAX TIME (MILLISEC): _____
ACCOUNT ID: ________ DELTA TIME (MILLISEC): _____
PASSWORD: IDLE TIME (SECONDS): _____
REQ IDLE TIME (SECONDS): _____
MAX QUEUE SIZE: _____ LATENCY TIME (SECONDS): __
MAX MSG SIZE: _____ MAX CONNS: __
RETRY LIMIT: _____ IBM TCP(Y/N): _

LMID TYPE: _ QUEUE NAME 1: ________
START TRAN-ID: ____ QUEUE NAME 2: ________
CICS DATA: ___

ENTER: PROCESS, PF3: MENU, PF5: BROWSE

Fields

Field Name Description

Logical Machine Name

This is the GWID. Give it a unique name up to 16 characters. Example: (bankmach1)

DNS

The host name that the domain Name Service recognizes.

Host Address

The TCP/IP dot address. Example: (199.99.99.99)

Port Number

The TCP/IP port. Check with the TCP/IP administrator for available ports. Example: (11111)

Security

The status of security. Y specifies that security is on and N denotes that security is off.

Note: For additional security information, refer to "Configuring eLink TCP Security."

Account ID

An eight-character ID. This must be the same ID that is used on the BEA TUXEDO side configuration. Coordinate with the BEA TUXEDO Administrator. Required if there is an entry in the Password field. Example: (CICS001A)

Password

An eight-character password. This must be the same as on the BEA TUXEDO side configuration. Coordinate with the BEA TUXEDO Administrator. Required if there is an entry in the Account ID field. Example: (LETMEIN1)

Max Queue Size

Specifies the size of the local queue where requests are stored for servicing. A typical setting is 200.

Max Msg Size

The largest message allowed to be sent across this connection. The maximum is 31936. Example: (4096)

Retry Limit

If the connection fails, this number determines how many attempts the system will make to reestablish the connection before marking the connection disabled. Example: (5).

LMID Type

The version of TPS the remote system is running (C for CICS, I for IMS, T for TCP, L for InterLink)

Start TranID

The ID of the transaction to be started if the remote system type is CICS.

CICS Data

A string to be passed to the IBM TCP/IP Listener for use with the eLink TCP for CICS gateway. The default is " ".

Multiplex Cnt

The number of concurrent requests for each connection.

Min Time

The minimum length of time (in milliseconds) for a socket read to wait for data to be processed.

Note: If you are running Interlink CPT, this value will be rounded up to the nearest second. The recommended value for running with Interlink CPT is 400. For information about recommended configuration values and system behavior, refer to the BEA eLink TCP Release Notes.

Max Time

The maximum length of time (in milliseconds) for a socket read to wait for data to be processed.

Note: If you are running Interlink CPT, this value will be rounded up to the nearest second. The recommended value for running with Interlink CPT is less than or equal to 3000. For information about recommended configuration values and system behavior, refer to the BEA eLink TCP Release Notes.

Delta Time

The time increase (in milliseconds) from Min Time to Max Time.

Note: If you are running Interlink CPT, this value will be rounded up to the nearest second. The recommended value for running with Interlink CPT is greater than 50. For information about recommended configuration values and system behavior, refer to the BEA eLink TCP Release Notes.

Idle Time

The amount of time in seconds that a connection is idle before it is closed. Idle Time should be a smaller amount of time than Req Idle Time. A typical setting is 30 seconds.

Req Idle Time

The amount of time in seconds that a Requester is idle before it terminates. A typical setting is 120 seconds.

Latency Time

Network time and system processing time added to give a true system wait time (in seconds).

Max Conns

The maximum number of connections the Requester will open. The maximum value is 50.

IBM TCP

The TCP/IP stack being used. Specify Y if the IBM TCP/IP stack is being used or N if the Interlink stack is being used.

Queue Name 1

The name of a TS Q that is used for communications between the Pre-requester and the Requester.

Queue Name 2

The name of a TS Q that is used for communications between the Pre-requester and the Requester.

Delete Requester Screen (R4)

Use this screen to delete a record from the Requester file.

Warning: Deleting a Requester record can have serious ramifications. Think carefully before performing this operation. If there are any Service records that point to this GWID, any client calls to those services will be rejected because BEA eLink will not know to which remote machine the request should go.

The screen is initially displayed with the LOGICAL MACHINE NAME field unprotected. Enter the logical machine name and press ENTER. The screen is then redisplayed with the data from the requested record and the LOGICAL MACHINE NAME field is protected. The following message is displayed: TO CONFIRM DELETE, PRESS ENTER AGAIN.

 BEAPREQ                    BEA CONNECT TCP FOR CICS                  BEAM R4

DELETE REQUESTER

LMID: ________________ MULTIPLEX_CNT: __
DNS: ________________________________________________________________
HOST ADDRESS: _______________
PORT NUMBER: _____
MIN TIME (MILLISEC): _____
SECURITY(Y/N): _ MAX TIME (MILLISEC): _____
ACCOUNT ID: ________ DELTA TIME (MILLISEC): _____
PASSWORD: IDLE TIME (SECONDS): _____
REQ IDLE TIME (SECONDS): _____
MAX QUEUE SIZE: _____ LATENCY TIME (SECONDS): __
MAX MSG SIZE: _____ MAX CONNS: __
RETRY LIMIT: _____ IBM TCP(Y/N): _

LMID TYPE: _ QUEUE NAME 1: ________
START TRAN-ID: ____ QUEUE NAME 2: ________
CICS DATA: ___

ENTER: PROCESS, PF3: MENU, PF5: BROWSE

Fields

Field Name Description

Logical Machine Name

This is the GWID. Give it a unique name up to 16 characters. Example: (bankmach1)

DNS

The host name that the domain Name Service recognizes.

Host Address

The TCP/IP dot address. Example: (199.99.99.99)

Port Number

The TCP/IP port. Check with the TCP/IP administrator for available ports. Example: (11111)

Security

The status of security. Y specifies that security is on and N denotes that security is off.

Note: For additional security information, refer to "Configuring eLink TCP Security."

Account ID

An eight-character ID. This must be the same ID that is used on the BEA TUXEDO side configuration. Coordinate with the BEA TUXEDO Administrator. Required if there is an entry in the Password field. Example: (CICS001A)

Password

An eight-character password. This must be the same as on the BEA TUXEDO side configuration. Coordinate with the BEA TUXEDO Administrator. Required if there is an entry in the Account ID field. Example: (LETMEIN1)

Max Queue Size

Specifies the size of the local queue where requests are stored for servicing. A typical setting is 200.

Max Msg Size

The largest message allowed to be sent across this connection. The maximum is 31936. Example: (4096)

Retry Limit

If the connection fails, this number determines how many attempts the system will make to reestablish the connection before marking the connection disabled. Example: (5).

LMID Type

The version of TPS the remote system is running (C for CICS, I for IMS, T for TCP, L for InterLink)

Start TranID

The ID of the transaction to be started if the remote system type is CICS.

CICS Data

A string to be passed to the IBM TCP/IP Listener for use with the eLink TCP for CICS gateway. The default is " ".

Multiplex Cnt

The number of concurrent requests for each connection.

Min Time

The minimum length of time (in milliseconds) for a socket read to wait for data to be processed.

Note: If you are running Interlink CPT, this value will be rounded up to the nearest second. The recommended value for running with Interlink CPT is 400. For information about recommended configuration values and system behavior, refer to the BEA eLink TCP Release Notes.

Max Time

The maximum length of time (in milliseconds) for a socket read to wait for data to be processed.

Note: If you are running Interlink CPT, this value will be rounded up to the nearest second. The recommended value for running with Interlink CPT is less than or equal to 3000. For information about recommended configuration values and system behavior, refer to the BEA eLink TCP Release Notes.

Delta Time

The time increase (in milliseconds) from Min Time to Max Time.

Note: If you are running Interlink CPT, this value will be rounded up to the nearest second. The recommended value for running with Interlink CPT is greater than 50. For information about recommended configuration values and system behavior, refer to the BEA eLink TCP Release Notes.

Idle Time

The amount of time in seconds that a connection is idle before it is closed. Idle Time should be a smaller amount of time than Req Idle Time. A typical setting is 30 seconds.

Req Idle Time

The amount of time in seconds that a Requester is idle before it terminates. A typical setting is 120 seconds.

Latency Time

Network time and system processing time added to give a true system wait time (in seconds).

Max Conns

The maximum number of connections the Requester will open. The maximum value is 50.

IBM TCP

The TCP/IP stack being used. Specify Y if the IBM TCP/IP stack is being used or N if the Interlink stack is being used.

Queue Name 1

The name of a TS Q that is used for communications between the Pre-requester and the Requester.

Queue Name 2

The name of a TS Q that is used for communications between the Pre-requester and the Requester.

Browse Requester Screen (R5)

Use this screen to browse a list of the records in the Requester file. Additionally, you can select a record for further processing by entering a valid selection code in the first column of that record's row.

If you access this screen from the Main menu the first record on file is displayed at the top of the screen. If you access this screen from the Insert, Update, Inquire, or Delete screens, the key received from that screen determines which records are displayed.

To choose a record, enter a valid selection code in the SEL CDE field next to that record. For example, to make an inquiry about a record, enter "3". If you enter more than one selection code, the first one is used and the others are ignored.

After the entry in the SEL CDE field is validated and processed, the screen for that process is displayed and the record key appears in the LOGICAL MACHINE NAME field.

  BEAPREQ                    BEA CONNECT TCP FOR CICS                  BEAM R5

BROWSE REQUESTER


SEL LOGICAL MACHINE HOST PORT MAXM CONN LMID START
CDE NAME ADDRESS NUM SIZE R-LIM TYPE TRNID
--- ---------------- --------------- ----- ----- ----- ---- -----

_ ________________ _______________ _____ _____ _____ _ ____
_ ________________ _______________ _____ _____ _____ _ ____
_ ________________ _______________ _____ _____ _____ _ ____
_ ________________ _______________ _____ _____ _____ _ ____
_ ________________ _______________ _____ _____ _____ _ ____
_ ________________ _______________ _____ _____ _____ _ ____
_ ________________ _______________ _____ _____ _____ _ ____
_ ________________ _______________ _____ _____ _____ _ ____
_ ________________ _______________ _____ _____ _____ _ ____
_ ________________ _______________ _____ _____ _____ _ ____

* SELCDE = (1: INS, 2: UPD, 3: INQ, 4: DEL)
ENTER: PROCESS, PF3: MENU, PF7: PREV, PF8: NEXT
RECORD NOT FOUND


The Outbound Service Information Screens

A service is a name associated with some component of work. That component of work might be a banking transaction, an airline flight reservation, or an order for a dozen widgets. In BEA TUXEDO, a client program that needs work done makes a "service request." A process called a server performs the work described in the service request on behalf of the client, then returns the results of its efforts back to the client. In MVS this would be referred to as a call to a "black box."

In a CICS application that uses BEA eLink TCP for CICS, a service name is passed in the data area in an EXEC CICS LINK command and the results are returned in that same area. The service screens use the terms "service name" and "remote service name". The service name (e.g., CIC01XXYYZZ) is what the service is known as to your CICS environment and the remote service name (e.g., WITHDRAWL) is what the service is known as to BEA TUXEDO. For simplicity, you can make both names the same, but if naming conventions differ, you can use different names.

BEA eLink TCP for CICS uses a "first available" scheme for locating a remote machine on which to satisfy a service request. You can add more than one entry for each service and use a different GWID for each one. BEA eLink will attempt to satisfy a service request using the first record for a particular service. If that remote endpoint is busy or disabled, BEA eLink will try the next LMID configured for that service until all configured LMIDs are exhausted.

PF Keys

The following function keys are available on various outbound service screens.

ENTER
Process the selection code entered

PF3
Transfer to Main menu

PF5
Transfer to Browse screen

PF7
Display the previous page of records

PF8
Display the next page of records

Note: If you enter data and press PF3 or PF5 before pressing ENTER, the operation process is aborted and the appropriate screen is displayed.

Insert Outbound Service Information Screen (S1)

Use this screen to insert a record into the service name file. The screen is first displayed with all fields unprotected. Enter the required data in the appropriate fields and press ENTER. After the data is validated and processed, the screen is redisplayed and all the fields are unprotected.

 BEAPSVC                    BEA CONNECT TCP FOR CICS                  BEAM S1

INSERT OUTBOUND SERVICE INFORMATION



SERVICE NAME: ________________

LOGICAL MACHINE NAME: ________________

REMOTE SERVICE NAME: ________________

SERVICE TIMEOUT(SEC): _____

SECURITY(Y/N): _






ENTER: PROCESS, PF3: MENU, PF5: BROWSE

Fields

Field Name Description

Service Name

The service name as it is known to the CICS programmer

Logical Machine Name

This is a symbolic name as it was defined on the Requester Insert screen. It denotes the remote machine on which this service should be processed.

Remote Service Name

The name as it is known in the remote BEA TUXEDO domain.

Service Timeout:

The number of seconds to wait for timing out this service request.

Security

The status of security. Y specifies that security is on and N denotes that security is off.

Update Outbound Service Information Screen (S2)

Use this screen to update a record from the service name file. When the screen is first displayed, the SERVICE NAME and LOGICAL MACHINE NAME fields are unprotected. Enter the service name and logical machine name, and press ENTER. The screen is then redisplayed with the data from the requested record and the REMOTE SERVICE NAME and SERVICE TIMEOUT(SEC) fields are unprotected.The following message is displayed: RECORD READY FOR UPDATE.

After the changes are validated and processed, the screen is redisplayed and the SERVICE NAME and LOGICAL MACHINE NAME fields are unprotected.

 BEAPSVC                    BEA CONNECT TCP FOR CICS                  BEAM S2

UPDATE OUTBOUND SERVICE INFORMATION



SERVICE NAME: ________________

LOGICAL MACHINE NAME: ________________

REMOTE SERVICE NAME: ________________

SERVICE TIMEOUT(SEC): _____

SECURITY(Y/N): _






ENTER: PROCESS, PF3: MENU, PF5: BROWSE

Fields

Field Name Description

Service Name

The service name as it is known to the CICS programmer

Logical Machine Name

This is a symbolic name as it was defined on the Update Outbound Service Information screen. It denotes the remote machine on which this service should be processed.

Remote Service Name

The name as it is known in the remote BEA TUXEDO domain.

Service Timeout:

The number of seconds to wait for timing out this service request.

Security

The status of security. Y specifies that security is on and N denotes that security is off.

Inquire Outbound Service Information Screen (S3)

Use this screen to make an inquiry about a record from the Service Name file. The screen is initially displayed with the SERVICE NAME and LOGICAL MACHINE NAME fields unprotected. Enter the service name and logical machine name and press ENTER. The screen is redisplayed with the data from the requested record and the SERVICE NAME and LOGICAL MACHINE NAME fields are unprotected.

 BEAPSVC                    BEA CONNECT TCP FOR CICS                  BEAM S3

INQUIRE OUTBOUND SERVICE INFORMATION



SERVICE NAME: ________________

LOGICAL MACHINE NAME: ________________

REMOTE SERVICE NAME: ________________

SERVICE TIMEOUT(SEC): _____

SECURITY(Y/N): _






ENTER: PROCESS, PF3: MENU, PF5: BROWSE

Fields

Field Name Description

Service Name

The service name as it is known to the CICS programmer

Logical Machine Name

This is a symbolic name as it was defined on the Inquire Outbound Service Information screen. It denotes the remote machine on which this service should be processed.

Remote Service Name

The name as it is known in the remote BEA TUXEDO domain.

Service Timeout:

The number of seconds to wait for timing out this service request.

Security

The status of security. Y specifies that security is on and N denotes that security is off.

Delete Outbound Service Information Screen (S4)

Use this screen to delete records from the service name file. The screen is initially displayed with the SERVICE NAME and LOGICAL MACHINE NAME fields unprotected. Type the service name and logical machine name and press ENTER. The screen is redisplayed with the data from the record requested and all the fields protected.

The following message is displayed: TO CONFIRM DELETE, PRESS ENTER: AGAIN. After you press enter to confirm the deletion, the screen is redisplayed and the SERVICE NAME and LOGICAL MACHINE NAME fields are unprotected.

 BEAPSVC                    BEA CONNECT TCP FOR CICS                  BEAM S4

DELETE OUTBOUND SERVICE INFORMATION



SERVICE NAME: ________________

LOGICAL MACHINE NAME: ________________

REMOTE SERVICE NAME: ________________

SERVICE TIMEOUT(SEC): _____

SECURITY(Y/N): _






ENTER: PROCESS, PF3: MENU, PF5: BROWSE

Fields

Field Name Description

Service Name

The service name as it is known to the CICS programmer

Logical Machine Name

This is a symbolic name as it was defined on the Delete Outbound Service Information screen. It denotes the remote machine on which this service should be processed.

Remote Service Name

The name as it is known in the remote BEA TUXEDO domain.

Service Timeout:

The number of seconds to wait for timing out this service request.

Security

The status of security. Y specifies that security is on and N denotes that security is off.

Browse Outbound Service Information Screen (S5)

Use this screen to browse the records in the service name file. If you access this screen from the Main menu the first record on file is displayed at the top of the screen. If you access this screen from the Insert, Update, Inquire, or Delete screens, the list starts with the record key received from that screen.

To select a record for processing, enter a valid selection code. For example, to make an inquiry about a record, enter "3". If you enter more than one selection code, the first one is used, and the others are ignored. After the selection code is validated and processed, the screen for that process is displayed and the record key appears in the SERVICE NAME and LOGICAL MACHINE NAME fields.

 BEAPSVC                    BEA CONNECT TCP FOR CICS                  BEAM S5

BROWSE SERVICE NAME


SEL SERVICE LOGICAL MACHINE REMOTE SERVICE SERVICE
CDE NAME NAME NAME TIMEOUT SEC
--- ---------------- ---------------- ---------------- ------- ---

_ ________________ ________________ ________________ _____ _
_ ________________ ________________ ________________ _____ _
_ ________________ ________________ ________________ _____ _
_ ________________ ________________ ________________ _____ _
_ ________________ ________________ ________________ _____ _
_ ________________ ________________ ________________ _____ _
_ ________________ ________________ ________________ _____ _
_ ________________ ________________ ________________ _____ _
_ ________________ ________________ ________________ _____ _
_ ________________ ________________ ________________ _____ _

* SELCDE = (1 -INS, 2 -UPD, 3 -INQ, 4 -DEL)
ENTER: PROCESS, PF3: MENU, PF7: PREV, PF8: NEXT
RECORD NOT FOUND


The User Connection Account Screens

A Handler is responsible for receiving service requests from the remote BEA TUXEDO domain. The User Connection Account screens allow for dynamic manipulation of the configuration used by all Handler programs in the system.

Note: To apply changes that have been made to the User Connection Account file, you must restart the connection.

PF Keys

The following function keys are available on various user account screens.

ENTER
Process the data entered

PF3
Transfer to Main menu

Note: If you enter data and press PF3 before pressing ENTER, the operation process is aborted and the appropriate screen is displayed.

Update User Connection Account Screen (U2)

Use this screen to update a record from the account file. If a record does not exist, one will be inserted into the account file. When the screen first displays, all fields are unprotected. After the changes are validated and processed, the screen is redisplayed.

 BEAPUSR                    BEA CONNECT TCP FOR CICS                  BEAM U2

UPDATE USER CONNECTION ACCOUNT

ACCOUNT: MIN TIME (MILLISEC): 10

PASSWORD: MAX TIME (MILLISEC): 3000

SECURITY: N DELTA TIME (MILLISEC): 150

MULTIPLEX COUNT: 10 IDLE TIME (SECONDS): 60










ENTER: PROCESS, PF3: MENU

Fields

Field Name Description

Account

An eight-character ID. This must be the same ID that is used on the BEA TUXEDO side configuration for connection requests. Coordinate with the BEA TUXEDO Administrator. Required if there is an entry in the Password field. Example: (CICS001A)

Password

An eight-character password. This must be the same as on the BEA TUXEDO side configuration for connection requests. Coordinate with the BEA TUXEDO Administrator. Required if there is an entry in the Account ID field. Example: (LETMEIN1)

Security

The status of gateway security. Y denotes that security is activated and N denotes that security is not activated. If this field is set to N, the values in the Account and Password fields will have no effect.

Multiplex Cnt

The number of concurrent incoming service requests for each Handler.

Min Time

The minimum length of time (in milliseconds) for a socket read to wait for data to be processed.

Note: If you are running Interlink CPT, this value will be rounded up to the nearest second. The recommended value for running with Interlink CPT is 400. For information about recommended configuration values and system behavior, refer to the BEA eLink TCP Release Notes.

Max Time

The maximum length of time (in milliseconds) for a socket read to wait for data to be processed.

Note: If you are running Interlink CPT, this value will be rounded up to the nearest second. The recommended value for running with Interlink CPT is less than or equal to 3000. For information about recommended configuration values and system behavior, refer to the BEA eLink TCP Release Notes.

Delta Time

The time increase (in milliseconds) from Min Time to Max Time.

Note: If you are running Interlink CPT, this value will be rounded up to the nearest second. The recommended value for running with Interlink CPT is greater than 50. For information about recommended configuration values and system behavior, refer to the BEA eLink TCP Release Notes.

Idle Time

The amount of time in seconds a Handler is idle before it terminates.

Inquire User Connection Account Screen (U3)

Use this screen to make an inquiry about a record from the account file. The screen is displayed with the data from the requested record and all fields are protected.

 BEAPUSR                    BEA CONNECT TCP FOR CICS                  BEAM U3

INQUIRE USER CONNECTION ACCOUNT

ACCOUNT: MIN TIME (MILLISEC): 10

PASSWORD: MAX TIME (MILLISEC): 3000

SECURITY: N DELTA TIME (MILLISEC): 150

MULTIPLEX COUNT: 10 IDLE TIME (SECONDS): 60










ENTER: PROCESS, PF3: MENU
INQUIRE COMPLETED

Fields

Field Name Description

Account

An eight-character ID. This must be the same ID that is used on the BEA TUXEDO side configuration. Coordinate with the BEA TUXEDO Administrator. Required if there is an entry in the Password field. Example: (CICS001A)

Password

An eight-character password. This must be the same as on the BEA TUXEDO side configuration. Coordinate with the BEA TUXEDO Administrator. Required if there is an entry in the Account ID field. Example: (LETMEIN1)

Security

The status of gateway security. Y denotes that security is activated and N denotes that security is not activated. If this field is set to N, the values in the Account and Password fields will have no effect.

Multiplex Cnt

The number of concurrent requesters.

Min Time

The minimum length of time (in milliseconds) for a socket read to wait for data to be processed.

Note: If you are running Interlink CPT, this value will be rounded up to the nearest second. The recommended value for running with Interlink CPT is 400. For information about recommended configuration values and system behavior, refer to the BEA eLink TCP Release Notes.

Max Time

The maximum length of time (in milliseconds) for a socket read to wait for data to be processed.

Note: If you are running Interlink CPT, this value will be rounded up to the nearest second. The recommended value for running with Interlink CPT is less than or equal to 3000. For information about recommended configuration values and system behavior, refer to the BEA eLink TCP Release Notes.

Delta Time

The time increase (in milliseconds) from Min Time to Max Time.

Note: If you are running Interlink CPT, this value will be rounded up to the nearest second. The recommended value for running with Interlink CPT is greater than 50. For information about recommended configuration values and system behavior, refer to the BEA eLink TCP Release Notes.

Idle Time

The amount of time in seconds a program is idle before it terminates.


The Inbound Service Information Screens

A service is a name associated with some component of work. That component of work can be a banking transaction, an airline flight reservation, or an order for a dozen widgets. In BEA TUXEDO, a client program that needs work done makes a service request. A server performs the work described in the service request on behalf of the client, then returns the results of its efforts back to the client. In MVS this would be referred to as a call to a "black box."

The service screens use the terms LOCAL SERVICE NAME and REMOTE SERVICE NAME. The LOCAL SERVICE NAME (e.g., CIC01XXYYZZ) is what the service is known as to your CICS environment and the REMOTE SERVICE NAME (e.g., WITHDRAWL) is what the service is known as to BEA TUXEDO. For simplicity, you can make both names the same; however, different names can be used. Changes to the inbound service file will only be picked up when the connection is restarted.

PF Keys

The following function keys are available on various inbound service screens.

ENTER
Process the data entered

PF3
Transfer to Main menu

PF5
Transfer to Browse screen

PF7
Display the previous page of records

PF8
Display the next page of records

Note: If you enter data and press PF3 or PF5 before pressing ENTER, the operation process is aborted and the appropriate screen is displayed.

Insert Inbound Service Information Screen (I1)

Use this screen to insert a record into the service name file. The screen is first displayed with all fields unprotected. Enter the required data in the following fields and press ENTER. After the data is validated and processed, the screen is redisplayed and all the fields are unprotected.

 BEAPISN                    BEA CONNECT TCP FOR CICS                  BEAM I1

INSERT INBOUND SERVICE INFORMATION



REMOTE SERVICE NAME: ________________

LOCAL SERVICE NAME: ________________

TRANSACTION NAME: ____

MAX MESSAGE SIZE: _____

SECURITY (Y/N): _






ENTER: PROCESS, PF3: MENU, PF5: BROWSE

Fields

Field Name Description

Remote Service Name

The service name as it is known in the remote BEA TUXEDO domain.

Local Service Name

The service name as it is known to the CICS programmer.

Transaction Name

The name of the CICS transaction that is started to process this service request. This will usually be the transaction for the Application Handler program. For information about programming services without a reply, refer to the "Programming Services without a Response."

Warning: Services sending requests using a tpacall with the TPNOREPLY flag set must have a unique TRANSACTION NAME associated with it. Do not use the TRANSACTION NAME for the Application Handler program or an error message will result.

Max Message Size

The largest message allowed to be sent across this connection. The maximum is 31936. This is the size of the actual data; eLink TCP manages additional message size through its internal headers.

Security

The status of security. Y enables security for the specified service and N disables security for the specified service.

Update Inbound Service Information Screen (I2)

Use this screen to update a record in the inbound service name file. The screen is first displayed with the REMOTE SERVICE NAME field unprotected. Enter the remote service name and press ENTER. The screen is redisplayed with the data from the requested record and the LOCAL SERVICE NAME, TRANSACTION NAME, MAX MESSAGE SIZE, and SECURITY fields unprotected. The following message displays: RECORD READY FOR UPDATE.

After the changes are validated and processed, the screen is redisplayed and the REMOTE SERVICE NAME field is unprotected.

 BEAPISN                    BEA CONNECT TCP FOR CICS                  BEAM I2

UPDATE INBOUND SERVICE INFORMATION



REMOTE SERVICE NAME: ________________

LOCAL SERVICE NAME: ________________

TRANSACTION NAME: ____

MAX MESSAGE SIZE: _____

SECURITY (Y/N): _






ENTER: PROCESS, PF3: MENU, PF5: BROWSE

Fields

Field Name Description

Remote Service Name

The service name as it is known in the remote BEA TUXEDO domain.

Local Service Name

The service name as it is known to the CICS programmer.

Transaction Name

The name of the CICS transaction that is started to process this service request. This will usually be the transaction for the Application Handler program. For information about programming services without a reply, refer to the "Programming Services without a Response."

Warning: Services sending requests using a tpacall with the TPNOREPLY flag set must have a unique TRANSACTION NAME associated with it. Do not use the TRANSACTION NAME for the Application Handler program or an error message will result.

Max Message Size

The largest message allowed to be sent across this connection. The maximum is 31936. This is the size of the actual data; eLink TCP manages additional message size through its internal headers.

Security

The status of security. Y enables security for the specified service and N disables security for the specified service.

Inquire Inbound Service Information Screen (I3)

Use this screen to inquire about a record in the inbound service name file. The screen is first displayed with the REMOTE SERVICE NAME field unprotected. Enter the remote service name and press ENTER. The screen is redisplayed with the data from the requested record and the REMOTE SERVICE NAME field unprotected.

 BEAPISN                    BEA CONNECT TCP FOR CICS                  BEAM I3

INQUIRE INBOUND SERVICE INFORMATION



REMOTE SERVICE NAME: ________________

LOCAL SERVICE NAME: ________________

TRANSACTION NAME: ____

MAX MESSAGE SIZE: _____

SECURITY (Y/N): _






ENTER: PROCESS, PF3: MENU, PF5: BROWSE

Fields

Field Name Description

Remote Service Name

The service name as it is known in the remote BEA TUXEDO domain.

Local Service Name

The service name as it is known to the CICS programmer

Transaction Name

The name of the CICS transaction that is started to process this service request. This will usually be the transaction for the Application Handler program. For information about programming services without a reply, refer to the "Programming Services without a Response."

Warning: Services sending requests using a tpacall with the TPNOREPLY flag set must have a unique TRANSACTION NAME associated with it. Do not use the TRANSACTION NAME for the Application Handler program or an error message will result.

Max Message Size

The largest message allowed to be sent across this connection. The maximum is 31936. This is the size of the actual data; eLink TCP manages additional message size through its internal headers.

Security

The status of security. Y specifies that security is on and N denotes that security is off.

Delete Inbound Service Information Screen (I4)

Use this screen to delete a record in the inbound service name file. The screen is first displayed with the REMOTE SERVICE NAME field unprotected. Enter the remote service name and press ENTER. The screen is redisplayed with the data from the record requested and all fields protected. The following message displays: TO CONFIRM DELETE, PRESS ENTER AGAIN. After you press ENTER to confirm the deletion, the screen is redisplayed and the REMOTE SERVICE NAME field is unprotected.

 BEAPISN                    BEA CONNECT TCP FOR CICS                  BEAM I4

DELETE INBOUND SERVICE INFORMATION



REMOTE SERVICE NAME: ________________

LOCAL SERVICE NAME: ________________

TRANSACTION NAME: ____

MAX MESSAGE SIZE: _____

SECURITY (Y/N): _






ENTER: PROCESS, PF3: MENU, PF5: BROWSE

Fields

Field Name Description

Remote Service Name

The service name as it is known in the remote BEA TUXEDO domain.

Local Service Name

The service name as it is known to the CICS programmer

Transaction Name

The name of the CICS transaction that is started to process this service request. This will usually be the transaction for the Application Handler program. For information about programming services without a reply, refer to the "Programming Services without a Response."

Warning: Services sending requests using a tpacall with the TPNOREPLY flag set must have a unique TRANSACTION NAME associated with it. Do not use the TRANSACTION NAME for the Application Handler program or an error message will result.

Max Message Size

The largest message allowed to be sent across this connection. The maximum is 31936. This is the size of the actual data; eLink TCP manages additional message size through its internal headers.

Security

The status of security. Y specifies that security is on and N denotes that security is off.

The Browse Inbound Service Screen (I5)

Use this screen to browse the records in the inbound service name file. If you access this screen from the Main menu the first record on file is displayed at the top of the screen. If you access this screen from the Insert, Update, Inquire, or Delete screens, the list starts with the record key received from that screen.

To select a record for processing, enter a valid selection code. For example, to make an inquiry about a record, enter "3". If you enter more than one selection code, the first one is used, and the others are ignored. After the selection code is validated and processed, the screen for that process is displayed and the record key appears in the REMOTE SERVICE NAME field.

 BEAPISN                    BEA CONNECT TCP FOR CICS                  BEAM I5

BROWSE INBOUND SERVICE


SEL REMOTE SERVICE LOCAL SERVICE TRAN MAXM
CDE NAME NAME NAME SIZE SEC
--- ---------------- ---------------- ---- ----- ---

_ ________________ ________________ ____ _____ _
_ ________________ ________________ ____ _____ _
_ ________________ ________________ ____ _____ _
_ ________________ ________________ ____ _____ _
_ ________________ ________________ ____ _____ _
_ ________________ ________________ ____ _____ _
_ ________________ ________________ ____ _____ _
_ ________________ ________________ ____ _____ _
_ ________________ ________________ ____ _____ _
_ ________________ ________________ ____ _____ _

* SELCDE = (1 -INS, 2 -UPD, 3 -INQ, 4 -DEL)
ENTER: PROCESS, PF3: MENU, PF7: PREV, PF8: NEXT
RECORD NOT FOUND


Configuring eLink TCP Security

The eLink TCP product supports a security feature that allows a requester from BEA TUXEDO services to pass a USERID requirement through the CICS server interfaces for verification through a third-party security package.

Security Checking from UNIX to Mainframe

Figure 3-1 depicts the process flow for security verifications from eLink for Mainframe TCP for CICS on UNIX to a mainframe.

Figure 3-1 Security Checking for UNIX to Mainframe Transactions

  1. The eLink TCP for TUXEDO client will verify that the application password, userid, and user password are valid for the requested service. These values are verified by reviewing the tpusr, tpgrp, and tpacl files.

  2. If the user is accepted, the transaction request processes and the userid is passed to the remote gateway. If the user is rejected, the transaction request stops and a security violation occurs.

    Note: The userid must match in the TUXEDO and the mainframe environments or a security violation occurs.

  3. Accept the transaction request at the mainframe gateway based on the request coming from a trusted source. No password is passed.

  4. Verify the user name against the security system (such as RACF). If the user name is valid, an Application Handler is spawned. If the user name is not valid, the request is rejected and a security violation occurs.

  5. Complete the transaction request to the server.

Security Checking from Mainframe to UNIX

Figure 3-2 depicts the process flow for security verifications from a mainframe to eLink for Mainframe TCP for CICS on UNIX.

Figure 3-2 Security Checking for Mainframe to UNIX Transactions

  1. Authorization checking is done by the mainframe security package prior to initiating the client.

  2. Pass the transaction request from the client to the mainframe gateway.

  3. Accept the transaction request at the UNIX gateway based on the request coming from a trusted source. No password is passed.

  4. Decode the appkey to obtain the user and group numbers. Verify the user name against the security system. If the user name is valid and the user has the authority to run the transaction, the transaction request is accepted. If the user name is not valid, the request is rejected and a security violation occurs.

  5. Complete the transaction request to the server if the user name is accepted.

Setting Up Security for eLink TCP for CICS

The eLink TCP for CICS product supports enhanced security. This interface allows a requester from BEA TUXEDO services to pass a USERID through the CICS server interface for authorization through your security package.

Securing User Connections

Complete the following tasks to enable the security feature for each connection:

  1. Specify SECURITY=Y in the User Connection Account screen.

  2. Enter values for the ACCOUNT and PASSWORD fields in the User Connection Account screen.

    When SECURITY=Y, eLink TCP for CICS will verify that the ACCOUNT and PASSWORD values from the User Connection Account match the RMTACCT and PASSWORD values in the eLink TCP for TUXEDO GWICONFIG file *FOREIGN section. If these values do not match and SECURITY=Y, a security error occurs.

    If SECURITY=N, the gateway allows a connection without any verification.

Securing Inbound Services

Complete the following tasks to enable the security feature for each inbound service:

  1. Set up transaction security through the mainframe with the security administrator.

  2. Specify SECURITY=Y in the Inbound Services screen for each service you want to secure. When SECURITY=Y, the gateway will attempt to start user programs with the username that initiated the request as reported by the remote system.

    If SECURITY=N, the gateway will start user programs as the same user the gateway is running (as controlled by the socket listener).

Securing Outbound Connections from CICS to UNIX

Complete the following tasks to enable the security feature for each outbound connection:

  1. Specify SECURITY=Y on the appropriate Requester screen.

  2. Enter ACCOUNT and PASSWORD values on the appropriate Requester screen.

    Verify that the parameter values for ACCOUNT and PASSWORD in the Requester screen match the RMTACCT and PASSWORD values in the *FOREIGN section of the eLink TCP for TUXEDO GWICONFIG file.

    When SECURITY=Y, the requester program sends the ACCOUNT and PASSWORD to the remote UNIX system on connection initiation. When SECURITY=N, the gateway attempts to make a connection without any verification.

Securing Outbound Connections from CICS to CICS

Complete the following tasks to enable the security feature for each outbound connection:

  1. Specify SECURITY=Y on the appropriate Requester screen.

  2. Enter ACCOUNT and PASSWORD values on the appropriate Requester screen.

    Verify that the parameter values for ACCOUNT and PASSWORD in the Requester screen match the ACCOUNT and PASSWORD values in the User Connection Account screen.

    When SECURITY=Y, the requester program sends the ACCOUNT and PASSWORD to the remote CICS system on connection initiation. When SECURITY=N, the gateway attempts to make a connection without any verification.

Securing Outbound Connections from CICS to IMS

Complete the following tasks to enable the security feature for each outbound connection:

  1. Specify SECURITY=Y on the appropriate Requester screen.

  2. Enter ACCOUNT and PASSWORD values on the appropriate Requester screen.

    Verify that the parameter values for ACCOUNT and PASSWORD in the Requester screen match the ACCOUNT and PASSWORD values in the GATEWAY TYPE=REMOTE statement.

    When SECURITY=Y, the requester program sends the ACCOUNT and PASSWORD to the remote IMS system on connection initiation. When SECURITY=N, the gateway attempts to make a connection without any verification.

Securing Outbound Services

Complete the following tasks to enable the security feature for each outbound service:

  1. Enable security for the corresponding outbound connection.

  2. Specify SECURITY=Y on the appropriate Outbound Service screen.

  3. Set up security for the appropriate users on the target system.


Administering the Gateways

BEA TUXEDO has a set of tmadmin and dmadmin commands for the administration of the eLink TCP gateways. For detailed information about these commands, refer to the BEA TUXEDO Administrator's Guide and the BEA TUXEDO Domain User Guide.



          TABLE OF CONTENTS   |   PREVIOUS TOPIC   |   NEXT TOPIC   |   INDEX