Database Configuration
Prerequisites
Few Systems supported by OpsHub Integration Manager require Database Connection. By default, OpsHub Integration Manager is deployed on HSQL Database Server, MSSQL Database Server, MySQL Database Server, PostgreSQL Database Server or Oracle Database Server.
If Database Connection requires connection to database other than the Database server on which OpsHub Integration Manager is deployed, then follow the given steps below:
Download the required database driver on which you want new database connection to be created. For downloading, refer the links below:
MySQL Server: MySQL Server Driver
MS SQL Server: MS SQL Server Driver
Oracle Server: Oracle Server Driver
PostgreSQL Server: PostgreSQL Server Driver
HSQLDB Server: No need for any jar download. It is already bundled with OpsHub Integration Manager.
Stop the OpsHub Integration Manager Server.
Copy the downloaded driver into
[Installation Directory]\OpsHubServer\libfolder.Start OpsHub Integration Manager Server.
Create Connection

Steps for Creating Database Connection:
Login into OpsHub Integration Manager.
Navigate to Administration -> Connection Management.
Click on Create Connection.
Select Database Type from the drop-down menu, for which you want to create database connection.
Enter Database Connection name of your choice.
Enter Database HostName of the database server.
Enter Database Port on which the database server is running on. Port may not be required in case of database is on named instance on MS SQL Server.
Enter Instance Name in case of database is on named instance in MS SQL Server.
Enter DatabaseName of the database server. In case of HSQLDB it should be complete Path of the Database. For example:
file:<database/path>orhsql://localhost/If the database type requires schema to be entered, then optionally enter Database Schema Name.
Enter Database User Name; as in case of HSQLDB enter
SA.Enter Database Password of the database server. In case of HSQLDB keep it blank.
Click on Save button to save the Database Configuration.
View Connections

Steps for viewing Database Connections:
Navigate to Administration -> Connection Management.
Click on View Connections.
This will display all the configured connections.
Edit Connection

Navigate to Administration -> Connection Management.
Click on View Connections.
Click on Edit Connection next to the Database Connection you want to edit in the configured connections.
Edit the properties you want to change.
Click on Save button, for saving the edited connection.
Last updated

