The following properties apply to AB Suite and EAE data source projects:
Property | Description |
---|---|
Data Source Project Name | Indicates the name of the data source project that was given when the project was created. This value is read only. |
Description | A description of the application and data source project. |
Connection Timeout (Seconds) | The amount of time in seconds allowed for a connection to occur. Connection timeout value must be an integer in the range of 0-120. The default is 30 seconds. |
Reply Timeout (Seconds) | The amount of time in seconds allowed for a reply to be received. The value can be any 32 bit integer. The default is 20 seconds. |
Connector Type | Indicates the name of the connector type. This value is read-only. |
Server Host Name | Identifies the name of the host system where the AB Suite or EAE application is running. Note: To deploy an application on the ePortal platform and before staging the application, ensure that the host name matches the back-end server name that is configured in the ePortal Manager. The deployment fails if the host name does not match the back-end server name. |
Port Number | Identifies the port number on which the Remote Access to Linc (RATL) server is listening. The default value is 2449. A port number must be an integer in the range 1-65535. |
Station Prefix | The station prefix used to indicate how that station name should be constructed when RATL establishes a connection with the host. Note: Station Prefix applies to AB Suite and EAE on MCP only; It does not apply to OS 2200. RATL is configured to create a station name that uniquely identifies each connection it makes to COMS. The user can use the Station Prefix property to override the configured setting defined for RATL. The station prefix, configured by the user, can contain a numerator to uniquely qualify the name, where multiple connections are desired from the same client. The numerator is represented by a string of one or more consecutive hash characters (#). The number of consecutive hash characters indicates the minimum number of digits in the numerator. In addition, the station prefix can contain the variables $IPADDRESS and $USER. $IPADDRESS is replaced with the IP address of the web browser user. $USER is replaced with the User ID for active user. Examples:
|
Use Secure Connection | If selected, the application uses a secure connection with TLS when connecting to the ClearPath server. |
User ID | The User ID for logging on to the host system. Leave this empty if you plan to use runtime credentials as described in Orchestration Tasks for AB Suite/EAE Projects, or if the View is configured for anonymous access. |
Password | The password for logging on to the host system. Leave this empty if you plan to use runtime credentials as described in Orchestration Tasks for AB Suite/EAE Projects, or if the View is configured for anonymous access. |
Connection Mode | The connection type sent to the Remote Access To Linc (RATL) server. This setting affects the GLB.GUI and GLB.STYLE variable in the AB Suite/EAE runtime system. Possible values are Component Enable, PCE, and NOF. |
Application Name | The Component Enabler application name, as specified in the Developer Segment options. This value is automatically configured using information discovered by the AB Suite/EAE Ispec Import Dialog. If you import Ispecs for more than one application, you can enter the application name which will be used to connect to the host first. This value is read-only. |
Bundle Name | The Component Enabler bundle name, as specified by the Developer bundle folder name. This value is automatically configured using information discovered by the AB Suite/EAE Ispec Import Dialog. This value is read-only. |
Package Prefix | The Component Enabler Package Prefix as specified in the Developer Segment options. This value is automatically configured using information discovered by the AB Suite/EAE Ispec Import Dialog. This value is read-only. |
View Name | The name of the RATL Server view to be used for the connection. |
RATL Start Version | The RATL version to be used for connecting to the RATL Server. The version is 12 for EAE and 13 for AB Suite. This value is automatically configured using information discovered by the AB Suite/EAE Ispec Import Dialog. This value is read-only. |
Enable Object Pooling | Indicates whether the Component Enabler runtime should use COM+ Object Pooling to share instances of the LINCEnvironment object across multiple client requests. This is used only for stateless environments. The default value is False (unchecked). Note: Object pooling is not supported if you import Ispecs from multiple applications. Refer to Support for Multiple AB Suite/EAE Applications for more information. |
Minimum Pool Size | Specifies the minimum number of pooled connections available in COM+ that is used with component enabler. Note: You can change the value, if required. |
Maximum Pool Size | Specifies the maximum number of pooled connections available in COM+ that is used with Component Enabler. Note: You can change the value, if required. |
Connection Pooling Assembly | Displays the fully qualified name of the Pooling Assembly registered in COM+ that is used by component enabler. Note: This option is disabled until the Enable Object Pooling option is enabled. |
Connection Pooling Type Name | Displays the type name defined in the component enabler connection pooling assembly for an application. Note: This option is disabled until the Enable Object Pooling option is enabled. |
Fireup Ispec for Pooling | The name of the Ispec that displays when a new session starts in an environment that is pooled. This option is used only when object pooling is enabled (checked). |
Reverse Message Sequence | A boolean value that indicates if the display order of messages in the MessageList_ field in an ePortal message should be reversed. If there are multiple messages, in some cases, the messages may appear in reverse order. When False, messages display in the AlertBox, with the most recent message at the top of the list. When True, messages display in the AlertBox, with the most recent messages at the bottom of the list. The default value is False (unchecked). Refer to Metadata Fields in Support for AB Suite/EAE Features and AlertBox in Other ePortal Controls. |
Enable Logging | Indicates whether to enable logging of the Component Enabler Trace information. In the ePortal environment, CE Trace statements are written to the ePortal log file. The default value is False (unchecked). |
Enable Redundant Connections | If selected, the ePortal application is enabled to communicate with the redundant host applications at the same time. |
Redundant Connection List | The string that specifies the redundant connections. Redundant connections are specified in a string. Each redundant connection specification is separated by a semicolon. Each connection specification consists of Name = Value strings, separated by commas. Name can be any DataSource epconfig tag name (varies by DataSource type). The Names are the element tag names in the DataSource.epconfig file. Names are case-sensitive. Example: HostName=Host1, PortNumber=1234; HostName= Host2, PortNumber=4567 Note: To deploy an application on the ePortal platform and before staging the application, ensure that the host name matches the back-end server name that is configured in ePortal Manager. The deployment fails if the host name does not match the back-end server name. |
Redundant Connection Load Balancing | Specifies the load balancing method used by this application. The possible values are: RoundRobin and FailOver. In the RoundRobin method, the Orchestration connect processing rotates in round-robin style to select the application connection to be used when establishing a session. For stateful connections, the selected connection is used throughout the session. If an application connection is unreachable during the connect processing, the next connection in the list is tried. If all connections are unreachable, the connect failed event is raised. An unreachable application connection is removed from the list of connections. In the FailOver method, the Orchestration connect processing always attempts to establish a session using the primary connection. If the connection is unreachable, then the connection is established using the next connection in the list. If all connections fail, the usual error is returned. If the primary connection becomes unreachable, the next reachable connection is promoted to primary connection. |
Redundant Connection Retry Interval | The maximum time specified in minutes before retrying an unreachable connection. The actual time between connection retries will gradually increase until this value is reached. The value must be a non-negative integer value. |