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/data-factory/data-flow-troubleshoot-guide.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: kromerm
7
7
manager: anandsub
8
8
ms.service: data-factory
9
9
ms.topic: troubleshooting
10
-
ms.date: 02/04/2020
10
+
ms.date: 04/02/2020
11
11
---
12
12
# Troubleshoot data flows in Azure Data Factory
13
13
@@ -50,6 +50,18 @@ This article explores common troubleshooting methods for data flows in Azure Dat
50
50
-**Causes**: No column name was specified
51
51
-**Recommendation**: Set an alias if using a SQL function such as min()/max(), etc.
52
52
53
+
### Error code: GetCommand OutputAsync failed
54
+
55
+
-**Message**: During Data Flow debug and data preview: GetCommand OutputAsync failed with ...
56
+
-**Causes**: This is a back-end service error. You can retry the operation and also restart your debug session.
57
+
-**Recommendation**: If retry and restart do not resolve the issue, contact customer support.
58
+
59
+
### Error code: Hit unexpected exception and execution failed
60
+
61
+
-**Message**: During Data Flow activity execution: Hit unexpected exception and execution failed.
62
+
-**Causes**: This is a back-end service error. You can retry the operation and also restart your debug session.
63
+
-**Recommendation**: If retry and restart do not resolve the issue, contact customer support.
64
+
53
65
## General troubleshooting guidance
54
66
55
67
1. Check the status of your dataset connections. In each Source and Sink transformation, visit the Linked Service for each dataset that you are using and test connections.
0 commit comments