|
| 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) |
0 commit comments