The parameters in the EVENT MANAGEMENT section of the file govern InterChange Server use of a DBMS on behalf of the event management service.
This parameter is required.
The name of an IBM-branded driver or DB2 driver data source where the event management service stores events. For an explanation of the JDBC URL, refer to the System Administration Guide.
Example: DATA_SOURCE_NAME = jdbc:ibm-crossworlds:oracle:// @server:1521;SID=EventsDB
There is no default value for this parameter.
The number of DBMS server connections InterChange Server can open on behalf of the event management service. Set this parameter only if you have partitioned the InterChange Server workload across multiple DBMS servers.
Example: MAX_CONNECTIONS = 20
MAX_CONNECTIONS = 2147483647
Specifies the maximum number of times that the server will try to reconnect to the database after the connection is found to be broken. The recommended retry count is 3. If the value is set to 0, this is equivalent to switching off the database connectivity resilience.
Use the DB_CONNECT_INTERVAL parameter to specify the amount of time to wait between retries.
DB_CONNECT_RETRIES = 3
Specifies the amount of time to wait between database connection retries. The recommended time is 60 seconds. Setting the retry interval too high will slow the system down unnecessarily. Setting the retry interval too low might lead to ICS shutdowns for database connectivity issues.
DB_CONNECT_INTERVAL = 60
The name that InterChange Server uses to log in to the data source on behalf of the event management service. Use this parameter to specify a nondefault login account.
In an environment where all services of InterChange Server the same DBMS, and where you have changed the user name and password of the login account, this value must be the same for Repository, Event Management, and Transactions.
In an environment where you have partitioned InterChange Server database resources across multiple DBMS servers, you can have a different user name for each DBMS server. In this case, the parameter specifies the user name that InterChange Server uses on behalf of the event management service. The account must have table creation privileges.
Example: USER_NAME = flowmon
USER_NAME = crossworlds
The encrypted password associated with the user name for the event management service.
Example: PASSWORD*=a6gefs