Databases
Note: This section applies to the Cleo Harmony and Cleo VLTrader applications
only.
In the web UI, go to
. In the native UI, select .Use the Databases panel to configure one or more databases to be used either for VersaLex Transfer Logging or one of the optional Cleo VLNavigator applications. See Transfers and Applications. When you click New Database Connection, the Database Connection Configuration dialog appears. Enter values for the following fields:
- Connection Type
- Choose ODBC for databases where ODBC (Open DataBase Connectivity) is used. Choose MySQL Connector/J if a MySQL JDBC connection is used. Otherwise, select Other.
- Connection String
- JDBC connection string for accessing the database.
- Driver String
- This string describes the path to the Java class that will be used for accessing the database.
- Username
- Username for accessing the database (if required).
- Password
- Password for accessing the database (if required).
- Single Record Timeout (seconds)
- Prevents VersaLex from hanging on single-records transactional (i.e., transfer log and operator trail log) inserts and updates.
- Test Database Connection
- Attempts to create a database connection using the entered Connection String, Driver String, Username, and Password and indicates success or failure.
See Database Definitions for information about JDBC drivers and driver/connection string values.