-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use MangedIdentity to access Azure SQL Server. Microsoft.Data.SqlClient.SqlException (0x80131904): The operation was canceled. #2343
Comments
Duplicate of #1495 |
Hi @wangenbao1001, did you get this issue resolved? I am also suffering with same issue even using SqlClient 5.1.4 with Auzre.Identity 1.10.4. |
@zheweiwangMicrosoft Have you tried 5.2 preview 5? |
@ErikEJ Not yet, but we can try. any idea when MDS 5.2 will be officially released? Also do you know if such issue is related with #1946 or is it useful if we increase connection timeout from 30 to 60 seconds in connection string? |
You should always have a 60 second connection timeout when using Azure SQL. 5.2 is planned for end of this month. |
I also upgrade to 5.2.0-preview5.24024.3, and it is also still happening. |
Yes. It is still happening with MDS 5.2.0-preview5.24024.3 and Azure.Identity 1.10.4. Sorry for deleted my previous comment by mistake. |
Any updates on this? |
Still seeing "System.OperationCanceledException" even after upgrading to MDS 5.2.1, as the fix does not seem to be released to 5.2.1 yet - is there an ETA for the release?
|
We continue to see intermittent connection issues with release v5.2.1, where the fix hasn't been included yet 080e669 Any plans when ^ fix will be released? Much appreciated |
We use MangedIdentity to access Azure SQL Server.
In an instant, there will be connections to a large number of different dbs.
We received a lot of issues like
SDK version:
Another info:
When I use
Microsoft.Data.SqlClient: 5.0.0
, I received issues like below, then I upgrade to5.1.5
The text was updated successfully, but these errors were encountered: