Configure ServiceNow SQL API JDBC driver on client machine
Configure the JDBC driver settings on your client machine to establish a connection to your ServiceNow instance and access data through the SQL API.
Before you begin
Verify the following prerequisites are met:
- You have downloaded the ServiceNow SQL API JDYou have valid client machine. See Download the SQL API drivers on client machine for more information.
- JDK 17 is installed on your client machine.
- You have a valid ServiceNow credentials for a Service Account with the required roles assigned. See Create a Service Account and assign Roles for more information.
- Your client machine's IP address is included in the SQL API IP filter criteria. Separour ServiceNow instance URL and Service Account credentials.
Role required: local administrator on client machine for installation
About this task
After configuring the JDBC driver, your applications can execute SQL queries against authorized ServiceNow tables through the SQL API.
Procedure
Result
After successfully configuring the JDBC driver, your BI tool or application can connect to ServiceNow and execute SQL queries against authorized tables. You can now query ServiceNow data directly without requiring data export or replication.