Skip to content

Commit 9cee880

Browse files
authored
Merge pull request #300725 from KrishnakumarRukmangathan/patch-50
Update data-flow-troubleshoot-guide.md
2 parents 9461827 + 01b8d55 commit 9cee880

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/data-factory/data-flow-troubleshoot-guide.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: kromerm
66
ms.reviewer: daperlov
77
ms.subservice: data-flows
88
ms.topic: troubleshooting
9-
ms.date: 02/13/2025
9+
ms.date: 06/03/2025
1010
---
1111

1212
# Troubleshoot mapping data flows in Azure Data Factory (ADF)
@@ -1159,6 +1159,11 @@ Note: Please check that the given database is of type 'Dedicated SQL pool (forme
11591159
- **Cause**: Transient error
11601160
- **Recommendation**: Retry the request after a wait period.
11611161

1162+
### Error code: SystemErrorSynapseSparkJobFailed (Ongoing)
1163+
- **Message**: Job failed during run time with state=[dead]. Credentials were not provided for the WASB URI.
1164+
- **Cause**: Data flow is unsupported in Synapse workspaces using Spark version 3.4 when DEP (Data Exfiltration Protection) is enabled by selecting "Allow outbound data traffic only to approved targets" during workspace network configuration.
1165+
- **Recommendation**: Disable the above settings during workspace creation. For more information, see this [document](https://learn.microsoft.com/azure/synapse-analytics/security/how-to-create-a-workspace-with-data-exfiltration-protection)
1166+
11621167
## Miscellaneous troubleshooting tips
11631168
- **Issue**: Unexpected exception occurred and execution failed.
11641169
- **Message**: During Data Flow activity execution: Hit unexpected exception and execution failed.

0 commit comments

Comments
 (0)