Determining if you have the latest ODBC driver versionDescription<!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internalTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:0; } .sp td{ border-bottom: 1px solid; border-right: 1px solid; border-color:#E0E0E0; background-color: #ffffff; height: 20px; padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; } .sphr td{ border-right: 1px solid; border-bottom: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; height: 20px; } .title { color: #D1232B; font-weight:; font-size:25px; } .hd1{ color: #D1232B; font-weight:; font-size:18px; } .hd2{ color: #646464; font-weight:bold; font-size:16px; } .hd3{ color: #7a7a7a; font-weight:; font-size:16 px; text-decoration:; } .hd4{ color: #000000; font-weight:bold; font-size:14 px; text-decoration:; } --> Determining if you have the latest ODBC driver version Symptoms Cannot connect to the instanceError message received during processingQueried information lostPrecision errors receivedConnection dropped CauseA common cause of ODBC driver issues is not having the latest ODBC version installed. If you do not have the latest version, uninstall the old version and install the new one. ResolutionTo verify that your instance is running the latest ODBC version, check the build date and time of the ODBC driver. To do this, use CheckVersion located in the Service-Now\ODBC\ip\tools folder. This is an executable Windows host script that reports the build date and time of the current ODBC driver. Use the scrpt to determine which build of the ODBC driver is running. If the CheckVersion tool is absent, the ODBC driver is out of date and should be uninstalled and reinstalled. For more information, see ODBC Driver in the ServiceNow product documentation.Starting with the ODBC driver version 1.0.9 you can view the version of the installed driver in the Microsoft Windows Programs And Features control panel.Prior to ODBC driver version 1.0.7.1, the only way to identify the version is: 1. Go to <installations_folder>\ODBC\ip\oajava\service_now. 2. Open glide-odbc.jar as an archive. 3. Navigate to META-INF folder. 4. Open MANIFEST.MF file. 5. Look for the buildVersion or Implementation-Version property. <!-- p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px Calibri} p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px Calibri; min-height: 17.0px} -->