Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Configure ServiceNow SQL API ODBC driver on client machine

Configure connection settings for the installed ODBC driver including server URL and authentication credentials to enable data access from BI tools to your ServiceNow instance.

Before you begin

  • 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. See Create IP filter criteria for more information.
  • You have the necessary connection parameters including your ServiceNow instance URL and Service Account credentials.

Role required: local administrator on client machine for installation

About this task

After installing the ServiceNow SQL API ODBC driver on your client machine, you must configure the connection settings to establish a secure connection to your ServiceNow instance. After configuration, you can test the connection to verify that your client machine can successfully communicate with the ServiceNow SQL API.

Procedure

  1. Open the Start Menu.

  2. Select and hold (or right-click) on the Management Console.

  3. Select Run as Administrator.

  4. Navigate to ServiceNow SQL API - ODBC Manager > Manager (local configuration) > <drive>:\Program Files\ServiceNow\ODBC\cfg\oadm.in > Services > >ServiceNow_ODBC > Service Settings > IP Parameters.Navigate to ServiceNow SQL API - ODBC Manager > Manager (local configuration) > <drive>:\Program Files\ServiceNow\ODBC\cfg\oadm.in > Services > >ServiceNow_ODBC > Service Settings > IP Parameters.

  5. Open the ServiceJVMClassPath parameter.

Image omitted: sql-api-odbcdriver-ip-parameters.png
UI screen of ODBC driver ServiceJVMClassPath.
  1. Append the value, separated by semicolons, with the location where the bc-fips-2.0.0.jar, bcutil-fips-2.0.3.jar, and bcpkix-fips-2.0.7.jar files are extracted.

    See Download the SQL API drivers on client machine to locate the JAR files.

    For example, the JAR file location follows this pattern:

    <Windows-machine-local-path>\<folder-name>\bc-fips-2.0.0.jar;<Windows-machine-local-path>\<folder-name>\bcpkix-fips-2.0.7.jar;<Windows-machine-local-path>\<folder-name>\bcutil-fips-2.0.3.jar.

    If you change the location of the JAR files, you must update the path in the ServiceJVMClassPath parameter.

  2. Open the Start Menu.

  3. Select and hold (or right-click) on ODBC Data Source Administrator (32-bit or 64-bit) based on the ODBC driver you installed.

  4. Select Run as Administrator.

  5. Select the System DSN tab.

  6. Create a DSN or configure an existing DSN (32-bit or 64-bit) based on the ODBC driver you installed.

  7. In the SN ServiceNow Local ODBC Driver Setup dialog, configure the following connection settings:

FieldValue
Data Source NameAny descriptive name such as Instance1Use one name per connected instance.
DescriptionThis is optional.
Service NameServiceNow_ODBCThis field must match exactly as set in ODBC Data Source details.
Service Data SourceServiceNowThis field must match exactly as set in ODBC Data Source details.
Custom Properties`url=https://.service-now.com`Enter your ServiceNow instance URL.
Image omitted: sql-api-odbcdriver-dns-setting.png
UI screen of ODBC driver DNS settings.
  1. Select Apply.

  2. Verify the connection by selecting Test Connection and entering the Service Account username and password.

    If the test is successful, you will see a confirmation message indicating that the connection was established.

  3. Save the data source configuration by selecting OK.

  4. Close the ODBC Data Source Administrator by selecting OK.

Result

The ServiceNow SQL API ODBC driver is configured on your client machine. You can connect your ODBC-compatible applications, such as Power BI, or Excel, to this data source to access your ServiceNow data.

What to do next

You can use Interactive SQL application to verify the connection and test SQL queries. See Test SQL API ODBC driver connection using Interactive SQL.

Parent Topic:Configuring SQL API

sndocs is an independent community mirror and is not affiliated with or endorsed by ServiceNow.

ServiceNow, the ServiceNow logo, Now, and other ServiceNow marks are trademarks and/or registered trademarks of ServiceNow, Inc., in the United States and/or other countries. Other company and product names may be trademarks of the respective companies with which they are associated.

© 2026 ServiceNow, Inc. All rights reserved.

Documentation content is redistributed under the Apache License 2.0 from the ServiceNowDocs repository.