on 03-14-2022 01:48 PM
Copy the JDBC driver jar into <INCORTA_HOME>/IncortaNode/runtime/lib in all Incorta nodes (aka. all servers running Incorta)
Restart analytics and loader services
Go to the Data tab and click [ + New ] → Add Data Source
Select Custom SQL
Options Driver Class, Connection String and Validation Query are specific to each database
For example, Informix from IBM would look like this:
Java Driver Class: com.informix.jdbc.IfxDriver
Connection String: jdbc:informix-sqli://<host>:<port>/<database>:informixserver=<dbservername>
Validation Query: select count(*) from systables