This topic describes the properties used for signing on to an enterprise information system (EIS).
The process of connecting to a back-end application, such as an EIS, usually requires authentication in a JCA environment. The table titled "Application sign-on properties" describes the properties needed for signing on to an EIS when using the Adapter for JDBC.
Application sign-on properties
Property | Type | Globalized | Description |
---|---|---|---|
UserName | String | Yes | User name to log in to the EIS |
Password | String | Yes | Password for the corresponding user name |
DatabaseURL | String | Yes | Database URL used to connect to the database |
AutoCommit | Boolean | No | Value for AutoCommit to be set on the connection |
JDBCDriverClass | String | No | JDBC driver class for the driver that is used to connect to the database |
PingQuery | String | No | SQL query to test that there is a valid connection to the database |
EventTableName | String | Yes | Table in the EIS that contains events generated by the EIS for inbound processing |
Parent topic: Configuration properties