![]() |
VOOZH | about |
With CData Drivers for Certinia, you can use data access standards to unlock connectivity to business intelligence tools like Tableau. The CData JDBC Driver for Certinia allows you to connect from Tableau on Windows and macOS. This article covers how to discover schemas and query Certinia data data in real-time.
Before starting Tableau, make sure you've placed the .jar file in the correct folder:
Once your .jar file is in place, establishing a connection is straightforward.
There are several authentication methods available for connecting to Certinia: login credentials, SSO, and OAuth.
Set the User and Password to your login credentials. Additionally, set the SecurityToken. By default, the SecurityToken is required, but you can make it optional by allowing a range of trusted IP addresses.
To disable the security token:
To obtain the security token:
If you do not have access to the user name and password or do not want to require them, use the OAuth user consent flow. See the OAuth section in the Help for an authentication guide.
Set UseSandbox to true (false by default) to use a Certinia sandbox account. Ensure that you specify a sandbox user name in User.
For assistance in constructing the JDBC URL, use the connection string designer built into the Certinia JDBC Driver. Either double-click the .jar file or execute the .jar file from the command-line.
From Windows:
java -jar 'C:\Program Files\CData[product_name]\lib\cdata.jdbc.certinia.jar'
From MacOS:
java -jar cdata.jdbc.certinia.jar
Fill in the connection properties and copy the connection string to the clipboard.
๐ Using the built-in connection string designer to generate a JDBC URL (Salesforce is shown.)When you configure the JDBC URL, you may also want to set the Max Rows connection property. This will limit the number of rows returned, which is especially helpful for improving performance when designing reports and visualizations.
The following is a sample URL created in the designer:
jdbc:certinia:User=myUser;Password=myPassword;Security Token=myToken;InitiateOAuth=GETANDREFRESH;
Using the CData JDBC Driver for Certinia with Tableau, you can easily create robust visualizations and reports on Certinia data. Download a free, 30-day trial and get started today.
Download a free trial of the Certinia Driver to get started:
Download NowLearn more:
๐ Certinia IconRapidly create and deploy powerful Java applications that integrate with Certinia.