-
Do we know what could cause this error mid execution? Vuser 5 successfully completed 39 queries before hitting this error. All other Vusers successfully completed the test. Below is a portion of the output, including some successful queries by Vuser 6 after Vuser 5 hit the error. What I am looking for is a way to prevent or minimize this error from happening. Thanks!
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Error 0x274C/10060 "Communication link failure" is a network error where communication has been lost. Note that Vuser 6 continuing should not be an indication for Vuser 5. Each Virtual User loads the ODBC library and makes a connection separately so in this case only Vuser 5 lost connection. This depends on your network configuration eg whether you are using TCP, Azure or whether for example a connection timedout etc. |
Beta Was this translation helpful? Give feedback.
-
It is possible TCP could help. This error is occurring at the level of the ODBC driver below HammerDB in this case ODBC Driver 17 for SQL Server. Therefore, another troubleshooting potential is to open the ODBC Data Source Administrator and enable tracing to see if that gives more information when the error occurs. |
Beta Was this translation helpful? Give feedback.
Error 0x274C/10060 "Communication link failure" is a network error where communication has been lost. Note that Vuser 6 continuing should not be an indication for Vuser 5. Each Virtual User loads the ODBC library and makes a connection separately so in this case only Vuser 5 lost connection. This depends on your network configuration eg whether you are using TCP, Azure or whether for example a connection timedout etc.