Hi @Repkin Dmitry ,
Please share us the error message from the SQL server error log for analysis.
What is the SQL server version? Please using select @@version to check this.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We have an application that communicate with MS SQL Server.
The issue appeared in case of communication failure. We are trying to recover connection but application crashed in MS ODBC driver code:
Stack trace:
> msvcr120.dll!abort() Line 88 C
msvcr120.dll!_purecall() Line 59 C
msodbcsql13.dll!ConnectionRecoveryManager::Recover(void) Unknown
msodbcsql13.dll!ConnectionRecoveryManager::RecoverThreadRoutine(void *) Unknown
ntdll.dll!RtlpTpWorkCallback() Unknown
ntdll.dll!TppWorkerThread() Unknown
kernel32.dll!BaseThreadInitThunk() Unknown
ntdll.dll!RtlUserThreadStart() Unknown
How to resolve this issue?
SQL driver version: 2017.0140.1000.169
Hi @Repkin Dmitry ,
Please share us the error message from the SQL server error log for analysis.
What is the SQL server version? Please using select @@version to check this.