You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/synapse-analytics/sql/resources-self-help-sql-on-demand.md
-10Lines changed: 0 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -580,16 +580,11 @@ This error can occur when the authentication method is user identity, which is a
580
580
581
581
The error message might also resemble: `File {path} cannot be opened because it does not exist or it is used by another process.`
582
582
583
-
- If an Azure AD user has a connection open for more than one hour during query execution, any query that relies on Azure AD fails. This scenario includes queries that access storage by using Azure AD pass-through authentication and statements that interact with Azure AD like CREATE EXTERNAL PROVIDER. This issue frequently affects tools that keep connections open, like in the query editor in SQL Server Management Studio and Azure Data Studio. Tools that open new connections to execute a query, like Synapse Studio, aren't affected.
584
583
- The Azure AD authentication token might be cached by the client applications. For example, Power BI caches the Azure AD token and reuses the same token for one hour. The long-running queries might fail if the token expires during execution.
585
584
586
585
Consider the following mitigations:
587
586
588
587
- Restart the client application to obtain a new Azure AD token.
@@ -648,16 +643,11 @@ This error can occur when the authentication method is user identity, which is a
648
643
649
644
The error message might also resemble the following pattern: `File {path} cannot be opened because it does not exist or it is used by another process.`
650
645
651
-
- If an Azure AD user has a connection open for more than one hour during query execution, any query that relies on Azure AD fails, including queries that access storage by using Azure AD pass-through authentication and statements that interact with Azure AD like CREATE EXTERNAL PROVIDER. This issue frequently affects tools that keep connections open, like the query editor in SQL Server Management Studio and Azure Data Studio. Client tools that open new connections to execute a query, like Synapse Studio, aren't affected.
652
646
- The Azure AD authentication token might be cached by the client applications. For example, Power BI caches an Azure AD token and reuses it for one hour. The long-running queries might fail if the token expires in the middle of execution.
653
647
654
648
Consider the following mitigations to resolve the issue:
655
649
656
650
- Restart the client application to obtain a new Azure AD token.
0 commit comments