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/known-issues.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Learn about the currently known issues with Azure Synapse Analytics
5
5
author: charithcaldera
6
6
ms.author: ccaldera
7
7
ms.reviewer: wiassaf, joanpo
8
-
ms.date: 04/08/2024
8
+
ms.date: 01/30/2025
9
9
ms.service: azure-synapse-analytics
10
10
ms.subservice: overview
11
11
ms.topic: troubleshooting-known-issue
@@ -21,6 +21,8 @@ To learn more about Azure Synapse Analytics, see the [Azure Synapse Analytics Ov
21
21
22
22
|Azure Synapse Component|Status|Issue|
23
23
|:---------|:---------|:---------|
24
+
|Azure Synapse dedicated SQL pool|[Data Factory copy command fails with error "The request could not be performed because of an I/O device error"](#data-factory-copy-command-fails-with-error-the-request-could-not-be-performed-because-of-an-io-device-error)|Has workaround|
25
+
|Azure Synapse dedicated SQL pool|[COPY INTO statement fails with error “An internal DMS error occurred that caused this operation to fail.” when managed identity is used](#copy-into-statement-fails-with-error-an-internal-dms-error-occurred-that-caused-this-operation-to-fail--when-managed-identity-is-used)|Has workaround|
24
26
|Azure Synapse dedicated SQL pool|[Customers are unable to monitor their usage of dedicated SQL pool by using metrics](#customers-are-unable-to-monitor-their-usage-of-dedicated-sql-pool-by-using-metrics)|Has workaround|
25
27
|Azure Synapse dedicated SQL pool|[Query failure when ingesting a parquet file into a table with AUTO_CREATE_TABLE='ON'](#query-failure-when-ingesting-a-parquet-file-into-a-table-with-auto_create_tableon)|Has workaround|
26
28
|Azure Synapse dedicated SQL pool|[Queries failing with Data Exfiltration Error](#queries-failing-with-data-exfiltration-error)|Has workaround|
@@ -40,6 +42,18 @@ To learn more about Azure Synapse Analytics, see the [Azure Synapse Analytics Ov
40
42
41
43
## Azure Synapse Analytics dedicated SQL pool active known issues summary
42
44
45
+
### Data Factory copy command fails with error "The request could not be performed because of an I/O device error"
46
+
47
+
Azure Data Factory pipelines use the `COPY INTO` Transact-SQL statement to ingest data at scale into dedicated SQL pool tables. In some rare cases, the `COPY INTO` statement can fail when loading CSV files into dedicated SQL pool table when file split is used in an Azure Data Factory pipeline. File splitting is a mechanism that improves load performance when a small number of larger (1 GB+) files are loaded in a single copy task. When file splitting is enabled, a single file can be loaded by multiple parallel threads, where every thread is assigned a part of the file.
48
+
49
+
**Workaround**: Impacted customers should disable file split in Azure Data Factory.
50
+
51
+
### COPY INTO statement fails with error “An internal DMS error occurred that caused this operation to fail.” when managed identity is used
52
+
53
+
When using `COPY INTO` command with a managed identity, the statement can fail after a long-running query with error message “An internal DMS error occurred that caused this operation to fail”.
54
+
55
+
**Workaround**: Impacted customers may use an alternative authentication method for the storage account, such as a Shared Access Key.
56
+
43
57
### Customers are unable to monitor their usage of dedicated SQL pool by using metrics
44
58
45
59
An internal upgrade of our telemetry emission logic, which was meant to enhance the performance and reliability of our telemetry data, caused an unexpected issue that affected some customers' ability to monitor their dedicated SQL pool, `tempdb`, and Data Warehouse Data IO metrics.
0 commit comments