.png)
Community Manager
Options
- Article History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 03-14-2022 01:48 PM
Steps to Create a Custom SQL Connector
-
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
Labels: