Activation specification properties hold the inbound event processing configuration information for a message endpoint. They can be set through the Adapter Connection wizard .
When you configure the adapter, specify the activation specification properties listed below.
Property | Type | Description | Default value | Example |
---|---|---|---|---|
AutoCreateEDT | Boolean | Flag that indicates whether the adapter should create the EDT table automatically if it does not already exist. The default is True. | None | None |
Connect string | String | Determines the Siebel instance information. For Siebel 7.5. Siebel: //Gateway Server/ enterprise name/ Object Manager/ Siebel Server. For Siebel 7.7. Siebel: //Gateway Server: portnumber/ enterprise name/ Object Manager | None | None |
DeliveryType | String | Either ordered or unordered. This property determines the order in which the events are published. Ordered means one at a time, while unordered means all at once. The default is ordered. | None | None |
EDT BiDi format | String | Specified BiDi format for EDT properties. | ILYNN | Five letters, long string. |
EDT DatabaseName | String | The name of event recovery database. | None | None |
EDTDriverName | String | The name of the XA database driver to use to connect to the event distribution table for inbound events. For example: com.ibm.db2j .DB2jXAData Source. If no value is present, the event manager cannot perform recovery. | None | None |
EDTSchema Name | String | The schema used to automatically create the event recovery database. | None | None |
EDTTableName | String | The name of event recovery table. | None | None |
EDTURL | String | The URL to the EDT database. | None | None |
EDT URL BiDi special format | String | Specifies the name of the category for values subject to special treatment during bi-directional transformation invocation. | NORMAL _STRING | WIN_DIR, WIN_NET_DIR, UNIX_DIR, MVS_DIR, URL_WIN_DIR, URL_UNIX_DIR, URL_FTP_HTTP, EMAIL_ FOLDER, JDBC_URL_SQL, SIEBEL_ CONNSTR _77, NORMAL _STRING |
EDTUserName | String | The user name for connecting to the database. | None | None |
EDTUser Password | String | The user password for connecting to the database. | None | None |
ESI BiDi format | String | Specifies the bi-directional format used by the Siebel enterprise information system to store content business data. | ILYNN | Five letters, long string. |
EIS BiDi special format | String | Specifies the name of the category for values subject to special treatment during BiDi transformation invocation. | NORMAL _STRING | WIN_DIR, WIN_NET_DIR, UNIX_DIR, MVS_DIR, URL_WIN_DIR, URL_UNIX_DIR, URL_FTP_HTTP, EMAIL_ FOLDER, JDBC_URL_SQL, SIEBEL _CONNSTR_77, NORMAL _STRING |
Event component name | String | Specifies the name of the Siebel component for the event table. | None | None |
Event component name BiDi format | String | None | ILYNN | Five letters, long string. |
Language code | String | The Siebel instance language. | None | None |
Metadata BiDi format | String | None | ILYNN | Five letters, long string. |
Password | String | The password for the corresponding user name. | None | None |
Password BiDi format | String | None | ILYNN | Five letters, long string. |
PollPeriod | Integer that is equal to or greater than 0. | The rate in milliseconds at which to poll the EIS event store for new inbound events. If 0, the adapter will not wait between cycles. The poll cycle is established at a fixed rate, meaning that is an execution of the poll cycle is delayed (for example, the prior poll cycle takes longer than expected to complete the next cycle will occur immediately to catch up.) This is a required property. The default is 500. | None | None |
PollQuantity | Integer that is greater than 0. | This property is used to determine the number of events to deliver to each endpoint per poll cycle. It is a required property. | None | None |
RetryInterval | Integer | Used to reestablish the connection for inbound delivery. | None | None |
Skip BiDi transformation | String | None | <empty string> | True, False, <empty string> |
Skip BiDi transformation for connection string | String | None | <empty string> | True, False, <empty string> |
Skip BiDi transformation for EDT | StringTrue, False, <empty string> | None | <empty string> | True, False, <empty string> |
Skip BiDi transformation for EDT URL | String | None | <empty string> | True, False, <empty string> |
Skip BiDi transformation for event component name | String | None | <empty string> | True, False, <empty string> |
Skip BiDi transformation for password | String | None | <empty string> | True, False, <empty string> |
Skip BiDi transformation for user name | String | Used to control invocation of BiDi transformation on the user name. If True, the transformation is invoked. If False the transformation is not invoked. An empty string is used for the invocation of the lookup mechanism | <empty string> | True, False, <empty string> |
User name | String | The user name to log into the Siebel application. | None | None |
User name BiDi format | String | Specified BiDi format for the user name. | ILYNN | Five letters, long string. |