Skip to content

Commit d88c653

Browse files
authored
Merge pull request #218411 from charithcaldera/patch-3
Create Synapse Known Issues.md
2 parents fba4fe9 + 0966860 commit d88c653

File tree

5 files changed

+220
-126
lines changed

5 files changed

+220
-126
lines changed
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
---
2+
title: Known issues
3+
titleSuffix: Azure Synapse Analytics
4+
description: Learn about the currently known issues with Azure Synapse Analytics, and their possible workarounds or resolutions.
5+
author: charithdilshan
6+
ms.author: ccaldera
7+
ms.date: 12/08/2022
8+
ms.service: synapse-analytics
9+
ms.subservice: overview
10+
ms.topic: conceptual
11+
ms.reviewer: wiassaf
12+
---
13+
14+
# Azure Synapse Analytics known issues
15+
16+
This page lists the known issues in [Azure Synapse Analytics](overview-what-is.md), as well as their resolution date or possible workaround.
17+
Before submitting a Support request, please review this list to see if the issue that you are experiencing is already known and being addressed.
18+
19+
To learn more about Azure Synapse Analytics, see the [Overview](index.yml), and [What's new in Azure Synapse Analytics?](whats-new.md).
20+
21+
## Active Known issues
22+
23+
|Issue |Date discovered |Status |Synapse Component|
24+
|---------|---------|---------|---------|
25+
|[Query failures from Serverless SQL to Cosmos DB analytical store](#query-failures-from-serverless-sql-pool-to-azure-cosmos-db-analytical-store)|June 2022|Has Workaround|Azure Synapse Serverless SQL pool|
26+
|[Query failures while reading Cosmos Data using OPENROWSET](#query-failures-while-reading-cosmos-data-using-openrowset)|September 2022|Has Workaround|Azure Synapse Serverless SQL Pool|
27+
|[Queries failing with Data Exfiltration Error](#queries-failing-with-data-exfiltration-error)|October 2022|Has Workaround|Azure Synapse Dedicated SQL Pool|
28+
|[Blob storage linked service with User Assigned Managed Identity (UAMI) is not getting listed](#blob-storage-linked-service-with-user-assigned-managed-identity-uami-is-not-getting-listed)|October 2022|Has Workaround|Azure Synapse Workspace|
29+
|[Failed to delete Synapse workspace & Unable to delete virtual network](#failed-to-delete-synapse-workspace--unable-to-delete-virtual-network)|November 2022|Has Workaround|Azure Synapse Workspace|
30+
31+
## Azure Synapse Analytics Serverless SQL Pool known issues summary
32+
33+
### Query failures from Serverless SQL pool to Azure Cosmos DB analytical store
34+
35+
Queries from a serverless SQL pool to Azure Cosmos DB analytical store might fail with one of the following error messages:
36+
37+
- `Resolving CosmosDB path has failed with error 'This request is not authorized to perform this operation'`
38+
- `Resolving CosmosDB path has failed with error 'Key not found'`
39+
40+
The following conditions must be true to confirm this issue:
41+
42+
1) The connection to Azure Cosmos DB analytical store uses a private endpoint.
43+
2) Retrying the query succeeds.
44+
45+
**Workaround**: The engineering team is aware of this behavior and following actions can be taken as quick mitigation:
46+
47+
1) Retry the failed query. It will automatically refresh the expired token.
48+
2) Disable the private endpoint. Before applying this change, confirm with your security team that it meets your company security policies.
49+
50+
### Query failures while reading Cosmos Data using OPENROWSET
51+
52+
Queries from serverless SQL pool to Cosmos DB Analytical Store using OPENROWSET fails with the following error message:
53+
54+
`Resolving CosmosDB path has failed with error 'bad allocation'.`
55+
56+
**Workaround**: The engineering team is aware of this behavior and working on a fix. If you encounter this error engage Microsoft Support Team for assistance.
57+
58+
## Azure Synapse Analytics Dedicated SQL pool known issues summary
59+
60+
### Queries failing with Data Exfiltration Error
61+
62+
Synapse workspaces created from an existing dedicated SQL Pool report query failures related to [Data Exfiltration Protection](security/workspace-data-exfiltration-protection.md) with generic error message while Data Exfiltration Protection is turned off in Synapse Analytics:
63+
64+
`Data exfiltration to '{****}' is blocked. Add destination to allowed list for data exfiltration and try again.`
65+
66+
**Workaround**: If you encountered a similar error, engage Microsoft Support Team for assistance.
67+
68+
## Azure Synapse workspace known issues summary
69+
70+
The following are known issues with the Synapse workspace.
71+
72+
### Blob storage linked service with User Assigned Managed Identity (UAMI) is not getting listed
73+
74+
The linked service may not be visible under the **Data Hub** -> **Linked** -> **Azure Blob Storage** after configuring the blob storage linked service to use "User Assigned Managed Identity" authentication in Azure Synapse Analytics.
75+
76+
**Workaround**: The engineering team is currently aware of this behavior and working on a fix. As an alternative, use "System Assigned Managed Identity" authentication method instead of "User Assigned Managed Identity".
77+
78+
### Failed to delete Synapse workspace & Unable to delete virtual network
79+
80+
Deleting a Synapse workspace fails with the error message:
81+
82+
`Failed to delete Synapse workspace '[Workspace Name]'. Unable to delete virtual network. The correlationId is ********-****-****-****-************;`
83+
84+
**Workaround**: The problem can be mitigated by retrying the delete operation. The engineering team is aware of this behavior and working on a fix.
85+
86+
## Next steps
87+
88+
- [Synapse Studio troubleshooting](troubleshoot/troubleshoot-synapse-studio.md)
89+
- [Troubleshoot serverless SQL pool in Azure Synapse Analytics](sql/resources-self-help-sql-on-demand.md)
90+
- [Best practices for serverless SQL pool in Azure Synapse Analytics](sql/best-practices-serverless-sql-pool.md)
91+
- [Troubleshoot a slow query on a dedicated SQL Pool](/troubleshoot/azure/synapse-analytics/dedicated-sql/troubleshoot-dsql-perf-slow-query)

articles/synapse-analytics/sql/create-use-views.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ from openrowset(
7676
) as rows
7777
```
7878

79-
Review the known issues on [Synapse serverless SQL pool self-help page](resources-self-help-sql-on-demand.md#delta-lake).
79+
For more information, review [Synapse serverless SQL pool self-help page](resources-self-help-sql-on-demand.md#delta-lake) and [Azure Synapse Analytics known issues](../known-issues.md).
8080

8181
## Partitioned views
8282

@@ -117,7 +117,7 @@ The folder name in the `OPENROWSET` function (`yellow` in this example) that is
117117
> [!div class="mx-imgBorder"]
118118
>![Yellow Taxi Delta Lake folder](./media/shared/yellow-taxi-delta-lake.png)
119119
120-
Review the known issues on [Synapse serverless SQL pool self-help page](resources-self-help-sql-on-demand.md#delta-lake).
120+
For more information, review [Synapse serverless SQL pool self-help page](resources-self-help-sql-on-demand.md#delta-lake) and [Azure Synapse Analytics known issues](../known-issues.md).
121121

122122
## JSON views
123123

@@ -189,3 +189,9 @@ ORDER BY
189189
## Next steps
190190

191191
For information on how to query different file types, refer to the [Query single CSV file](query-single-csv-file.md), [Query Parquet files](query-parquet-files.md), and [Query JSON files](query-json-files.md) articles.
192+
193+
- [What's new in Azure Synapse Analytics?](../whats-new.md).
194+
- [Best practices for serverless SQL pool in Azure Synapse Analytics](best-practices-serverless-sql-pool.md)
195+
- [Troubleshoot serverless SQL pool in Azure Synapse Analytics](resources-self-help-sql-on-demand.md)
196+
- [Troubleshoot a slow query on a dedicated SQL Pool](/troubleshoot/azure/synapse-analytics/dedicated-sql/troubleshoot-dsql-perf-slow-query)
197+
- [Synapse Studio troubleshooting](../troubleshoot/troubleshoot-synapse-studio.md)

0 commit comments

Comments
 (0)