Test the ODBC driver
After configuring the ODBC driver, test that the driver can connect to the base instance as the ODBC user and can query data from a target table.
Before you begin
You must have administrator-level access for the Windows computer on which you want to test the ODBC driver.
About this task
To test the connection, run the ODBC Administrator program.
Procedure
In Windows, navigate to Start > Programs > ServiceNow ODBC > ODBC Administrator.
The ServiceNow ODBC data source is installed as a system data source.
Select the System DSN tab, and then select the ServiceNow data source.
Click Configure.
ServiceNow system data source
- Click Test Connect in the ODBC driver Setup dialog box.
Test data source connection
Enter the login credentials.
These are the usual ServiceNow base system login credentials for the ODBC user you created.
Log on to data source
Click OK to log in to the data source.
Click OK again when the success message appears.
Generate logs for debugging
If you experience unexpected behavior when using the ODBC driver, you can enable debug logging and generate debug logs to help identify the issue.- Test a query
To verify that the user has the appropriate permissions to send requests to the instance using ODBC, run a query using Interactive SQL. - ODBC troubleshooting
Review these troubleshooting resources to resolve issues with the ODBC driver.
Parent Topic:Create data sources from other apps using ODBC driver
Related topics