Connector-specific configuration properties provide information needed by the connector at runtime. Connector-specific properties also provide a way of changing static information or logic within the connector without having to recode and rebuild the agent.
The following table lists the connector-specific configuration properties
for the connector. See the sections that follow for explanations of the
properties.
Table 19. Connector-specific configuration properties
Name | Meaning | Possible values | Default value |
---|---|---|---|
ApplicationPassword | Password for the Siebel user account |
| CWCONN |
ApplicationUserName | User account for the Siebel application |
| CWCONN |
ArchiveProcessed | Specifies whether the connector archives events for which there are no current subscriptions. | True or False | True |
ConnectErrors | A set of errors returned from Siebel which are checked in the connector. These errors are considered to be fatal, and the connector is terminated when it encounters these errors. | Any network failure or connectivity failure messages. These messages are separated by the ';' delimiter. |
|
ConnectorID | Used in case the system has been configured to handle multiple connectors. | An integer value denoting the connector. |
|
ConnectString | With the new Siebel architecture, the Siebel Java Data Bean can connect to the Siebel Object Manager using the connect string. There is no need to know the configuration file, simply read the file and connect to the Object Manager. | protocol://machinename/ enterprisename/objectmanager/ servername | N/A |
ConnectString
(for Siebel, version 7.5) | With the new Siebel architecture, the Siebel Java Data Bean can connect to the Siebel Object Manager using the connect string. There is no need to know the configuration file, simply read the file and connect to the Object Manager. | protocol://machinename/ enterprisename/objectmanager_ languageCode/ servername | N/A |
DataBeanPoolSize | Indicates the maximum number of beans in the data bean pool. | An integer determining the bean pool size. |
|
DataBeanRefreshInterval | The value is used to refresh the Siebel data bean resources when the connector is running against Siebel 6.2.x The connector logs off after the requests processed are equal to this value and logs back in. | An integer value indicating the DataBeanRefreshInterval which corresponds to the number of requests to be processed by the connector before a refresh call. |
|
EventProcessingSupport | Indicates whether the adapter processes the event or not. Can be used to switch off subscription services if necessary. | Boolean | True |
PollAttributeDelimiter | In case of multiple name-value pairs in the object key, this value determines the delimiter between the keys. If not set, the default is; (semi-colon). | Character | ; |
PollQuantity | Determines the number of events that gets processed with a pollForEvents call. | Integer representing the number of events that gets processed with a pollForEvents call. | 1 |
ResonateSupport | Indicates if Resonate has been installed with the Siebel server. The connector bean pool uses Attach/Detach calls (Siebel7) only if Resonate is installed. If not, it logs off after processing a certain number of requests. | Boolean(Logoff from the bean is decided by the DataBeanRefreshInterval) setting. | false |
SiebelLanguageCode | Three letter NLS character set code used by Siebel for the languages supported. Default is US English with ENU as the NLS representation. | With Siebel 7, the languages supported with their language codes is listed below: Italian (Std) -- ITA Japanese -- JPN Korean --KOR Norwegian -NOR (Bokmal) Polish -- POL Portuguese -- PTB (Brazil) Portuguese -- PTG (Portugal) Russian - RUS Spanish -- ESN (Modern Sort) Swedish -- SVE Turkish -- TUR English (US) -- ENU + all the other languages supported by NLS |
|
SiebelVersion | Allows the adapter to run against a specified version of Siebel without accessing the SchemeVersion Siebel business object to obtain the version. Use of the default value is recommended. | 6, 7, or NONE | NONE |
SupportNameValuePairs | Used for determining the event object key format. If not set or if set to true, the object key value needs to be a name-value pair with an "=" between the name and the value. If set to false, only one rowId can be specified. | True or False | False |
UseDefaults | For create operations, determines whether the connector checks for a valid value or a default value for each required business object attribute. | True or False | False |
ViewMode | Retained for backward compatibility. The value is used if there is not VM asi specified for the business component. | An integer value. Refer to VM asi for details. |
|