How To
Summary
These are the steps you need to follow to create a Generic SQL Data Source in Netcool Impact for connection to an HP Vertica database.
Steps
Data Source Name: You can use any unique name of your choice - alphanumeric.
JDBC Driver Name: This should be: com.vertica.jdbc.Driver This is the driver class name and not the name of the driver .jar file.
Username: This the username to access the database.
Password: The password for the above user.
Select a non-zero value for the Maximum SQL Connections, a number between 2 and 5 is fine to start with.
Initially I suggest you select 'Disable backup' initially, you might need to change this if you have an HA database configuration.
Hostname: The hostname for the database server.
Port: The port for the database server - the default seems to be 5433 for Vertica.
URL: Typically this will be something like: jdbc:vertica://<Hostname>:<Port>/<DatabaseName> where <Hostname> and <Port> are the same values you specified above and <DatabaseName> is the name of the Vertica database you are accessing.
Data Source Name: TestVertica
JDBC Driver Name: com.vertica.jdbc.Driver
Username: labuser
Password: labpass1
Maximum SQL Connections: 2
Failure policy: Disable backup
Hostname: Server12.lab.ibm.com
Port: 5433
URL: jdbc:vertica://Server12.lab.ibm.com:5433/MyDatabase
Document Location
Worldwide
Was this topic helpful?
Document Information
Modified date:
10 December 2020
UID
ibm16380848