ODBC Error Messages: Determining if you need to reduce the value of timeout settingsIssue <!-- 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:; } --> ODBC Error Messages: Determining if you need to reduce the value of timeout settings Symptoms driver not loadingdriver times out waiting for a response CauseIf you receive an error message during a query indicating that the ODBC driver timed out waiting for a response, this is likely caused by overly aggressive proxy server or firewall socket inactivity timeout settings. Resolution If you receive the following error message when running a query, ERROR [HY000] [DataDirect][ODBC Open Access SDK driver][OpenAccess SDK SQL Engine] Error running query for execute: The ODBC driver timed out waiting for a response. This is often caused by overly aggressive proxy server or firewall socket inactivity timeout settings. You may need to set instance property glide.soap.request_ processing_timeout to a smaller value. Error Message: Socket timeout [1010], this indicates that the driver timed out during a long-running query and you can set the instance property to a smaller value to prevent this from happening again. Create an integer property on the instance called glide.soap.request_processing_timeout and set the value to 28 seconds. (This is based on the 30 second socket inactivity timeout value.)This new setting causes the SOAPProcessor to perform a temporary HTTP redirect after 28 seconds to keep the connection alive while the long-running query is executing on the instance.