![]() |
VOOZH | about |
The CData JDBC Driver for ServiceNow integrates ServiceNow data with wizards and analytics in IDEs like Aqua Data Studio. This article shows how to connect to ServiceNow data through the connection manager and execute queries.
CData simplifies access and integration of live ServiceNow data. Our customers leverage CData connectivity to:
Many users access live ServiceNow data from preferred analytics tools like Tableau, Power BI, and Excel, and use CData solutions to integrate ServiceNow data with their database or data warehouse.
You can use the connection manager to define connection properties and save them in a new JDBC data source. The ServiceNow data source can then be accessed from Aqua Data Studio tools.
URL: Enter the JDBC URL, which starts with jdbc:servicenow: and is followed by a semicolon-separated list of connection properties.
ServiceNow uses the OAuth 2.0 authentication standard. To authenticate using OAuth, register an OAuth app with ServiceNow to obtain the OAuthClientId and OAuthClientSecret connection properties. In addition to the OAuth values, specify the Instance, Username, and Password connection properties.
See the "Getting Started" chapter in the help documentation for a guide on connecting to ServiceNow.
For assistance in constructing the JDBC URL, use the connection string designer built into the ServiceNow JDBC Driver. Either double-click the JAR file or execute the jar file from the command-line.
java -jar cdata.jdbc.servicenow.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.)jdbc:servicenow:OAuthClientId=MyOAuthClientId;OAuthClientSecret=MyOAuthClientSecret;Username=MyUsername;Password=MyPassword;URL=https://myinstance12345.service-now-com;InitiateOAuth=GETANDREFRESH;
You can now query the tables exposed.
👁 A query executed in the Table Data Editor. (QuickBooks is shown.)Download a free trial of the ServiceNow Driver to get started:
Download NowLearn more:
👁 ServiceNow IconRapidly create and deploy powerful Java applications that integrate with ServiceNow data includingSchedules, Timelines, Questions, Syslogs, and more!