Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Properties of an EIS partner

The following table contains all the properties of an EIS partner.

The meanings and values permitted for the various properties can be found in the Management Console online help system under Configuring BeanConnect Proxies – EIS Partners – Editing an EIS partner with the General, UTM Partner, Communication Services, CICS Partner, Availability Check tabs.

Keyword (key) in
MC-CLI
1

Field name in the
GUI
1

Funct. 1

Property value 1

active

Active

cd / g / m

BcDef.BOOL_xxx 2

avail.char-code

Character Code

cd / g / m

BcDef.CHAR_CODE_xxx 2

avail.check-service

Check Service

c / g / m

BcDef.EIS_AVAIL_NO_CHECK_SERVICE
or (String)

avail.message

Message

c / g / m

(String)

avail.password

Password

c / m

(String)

avail.user

Users

c / g / m

(String)

cics.cp-name 3

Control Point - Name

cm / g / m

(String)

cics.cp-network 3

Control Point - Network
Name

cm / g / m

(String)

cics.dlc-type 3

DLCType

cd / g / m

BcDef.DLC_TYPE_xxx 2

cics.eis-platform 3

EIS Platform

g

BcDef.PLATFORM_xxx 2

cics.lu-ipaddress 3

Logical Unit - IP Address

cm / g / m

(String)

cics.lu-name 3

Logical Unit - Name

cm / g / m

(String)

cics.lu-network 3

Logical Unit - Network
Name

cm / g / m

(String)

cics.mac-address 3

MAC Address

cm4 / g / m

(String)

cics.partner-type 3

PartnerType

cd / g / m

BcDef.TYPE_xxx 2

cics.vtam-group-
name
3

Vtam - Group Name

cm / g / m

(String)

cs.lu62gateway-
port
3 5

Lu62 Gateway
Listener Port

cm / g / m

(String numeric)

cs.lu-name 3 5

Logical Unit Name

cm / g / m

(String)

cs.mode-name 3

Mode Name

cm / g / m

(String)

connections

Connections

cd / g / m

(String numeric)

desc

Description

c / g / m

(String)

name

Name

cm / g / m

(String)

id

ID

g

(String)

prefix

Prefix

cd / g / m6

(String)

type

Type

cmcf / g

BcDef.PTYPE_UTM /
BcDef.PTYPE_CICS

utm.access-point 7

Access Point

cd / g / m

BcDef.ACCESS_POINT_xxx 2

utm.access-point-
name
7

Access Point Name

c / g / m

(String)

utm.admin-
permission
7

Admin Permission

cd / g / m

BcDef.BOOL_xxx 2

utm.api-mode 7

Application Program
Interface Mode of
EIS Partner

cd / g / m

BcDef.EIS_API_MODE_xxx 2

utm.appl-entity-
qualifier
7

Application Entity
Qualifier

cd / g / m

(String)

utm.appl-process-
title
7

Application Process
Title

cd / g / m

(String)

utm.hosts 7

Hosts

cm / g / m

(String)

utm.is-bs2000 7

Is BS2000

cd / g / m

BcDef.BOOL_xxx 2

utm.listener-port 7

Listener Port

cm / g / m

(String numeric)

utm.partner-
idletimer.sec
7

Partner Idletimer

cd / g / m

(String numeric)

utm.partner-lpap 7

Partner LPAP

cm / g / m

(String)

utm.proxy-auto-
conn
7

Proxy AutoConnect

cd / g / m

(String numeric)

utm.proxy-cont-
winners
7

Proxy Contention
Winners

cd / g / m

(String numeric)

utm.proxy-host 7

Proxy Hostname

cd / g / m

(String)

utm.proxy-
idletimer.sec
7

Proxy Idletimer

cd / g / m

(String numeric)

utm.transport-
selector
7

Transport Selector

c / g / m

(String)

utm.transport-
selector-format
7

Transport Selector
Format

cd / g / m

BcDef.TSEL_FORMAT_xxx 2

1 For the meanings of the columns and abbreviations, see Properties

2 The possible values of xxx can be found in the JavaDoc (Java class BcDef) in the JavaDoc subdirectory of the Management Console installation directory.

3 All properties with the prefix "cics." and "cs." can only be read and modified in the case of EIS partners of type cics.

4 The property cics.mac-address is a mandatory parameter when creating the object if "cics.dlc-type"=BcDef.DLC_TYPE_LAN ("lan") has been specified.

5 The properties can also be read using the getGatewayPorts()/getLuNames() functions and can be modified using the modifyGatewayPorts()/modifyLuNames() functions.

6 If the ID number is > 99 then no default value is generated for the property prefix. The property therefore has to be specified explicitly at the time of creation.

7 Properties with the prefix "utm." can only be read and modified in the case of EIS partners of type utm.

Notes:

  • Not all combinations of properties can be modified. In some cases, properties cannot be modified if other properties have certain values. Thus, for example

    • avail.user, avail.password, avail.char-code cannot be modified if
      avail.check-service=BcDef.EIS_AVAIL_NO_CHECK_SERVICE

    • utm.access-point-name, utm.transport-selector,
      utm.transport-selector-format cannot be modified if
      utm-access-point=BcDef.ACCESS_POINT_CREATE_GENERIC.

      For more information, see the description (online help system) of the Management Console (e.g. for utm.api-mode).

  • The property Availability Check – Perform Check is not available here because no automatic checks are performed in the MC-CLI.

  • In the case of cs.lu62gateway-port and cs.lu-name, a string containing a list of values is specified as follows for a proxy cluster: <value1>(<proxy-name1>)<value2>(<proxy-name2>), ... If a proxy name contains the special characters '(' or ')' then it is no longer possible to interpret the string unambiguously. In this case, the functions get/setGatewayPorts() and get/setLuNames() should be used.

  • In the case of utm.proxy-host, a string containing a list of values is specified as follows for a proxy cluster: <value1>(<proxy-name1>), <value2>(<proxy-name2>), ... If a proxy name contains the special characters '(' or ')' then it is no longer possible to interpret the string unambiguously, ...If a proxy name contains the special characters '(' or ')' then it is no longer possible to interpret the string unambiguously.

  • In the case of utm.hosts, a string containing a list of values is specified as follows: <utmhost-name1>, <utmhost-name2>, ...In the case of an EIS partner that is not a UTM cluster application, the list consists of only one element.