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 | Field name in the | Funct. 1 | Property value 1 |
| Active | cd / g / m |
|
| Character Code | cd / g / m |
|
| Check Service | c / g / m |
|
| Message | c / g / m | (String) |
| Password | c / m | (String) |
| Users | c / g / m | (String) |
| Control Point - Name | cm / g / m | (String) |
| Control Point - Network | cm / g / m | (String) |
| DLCType | cd / g / m | BcDef.DLC_TYPE_xxx 2 |
| EIS Platform | g | BcDef.PLATFORM_xxx 2 |
| Logical Unit - IP Address | cm / g / m | (String) |
| Logical Unit - Name | cm / g / m | (String) |
| Logical Unit - Network | cm / g / m | (String) |
| MAC Address | cm4 / g / m | (String) |
| PartnerType | cd / g / m | BcDef.TYPE_xxx 2 |
| Vtam - Group Name | cm / g / m | (String) |
| Lu62 Gateway | cm / g / m | (String numeric) |
| Logical Unit Name | cm / g / m | (String) |
| Mode Name | cm / g / m | (String) |
| Connections | cd / g / m | (String numeric) |
| Description | c / g / m | (String) |
| Name | cm / g / m | (String) |
| ID | g | (String) |
| Prefix | cd / g / m6 | (String) |
| Type | cmcf / g |
|
| Access Point | cd / g / m |
|
| Access Point Name | c / g / m | (String) |
| Admin Permission | cd / g / m |
|
| Application Program | cd / g / m |
|
| Application Entity | cd / g / m | (String) |
| Application Process | cd / g / m | (String) |
| Hosts | cm / g / m | (String) |
| Is BS2000 | cd / g / m |
|
| Listener Port | cm / g / m | (String numeric) |
| Partner Idletimer | cd / g / m | (String numeric) |
| Partner LPAP | cm / g / m | (String) |
| Proxy AutoConnect | cd / g / m | (String numeric) |
| Proxy Contention | cd / g / m | (String numeric) |
| Proxy Hostname | cd / g / m | (String) |
| Proxy Idletimer | cd / g / m | (String numeric) |
| Transport Selector | c / g / m | (String) |
| Transport Selector | cd / g / m |
|
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
andcs.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 functionsget/setGatewayPorts()
andget/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.