Skip to content

Commit b902205

Browse files
authored
Update data-flow-troubleshoot-guide.md
1 parent e687b76 commit b902205

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

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

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: kromerm
77
manager: anandsub
88
ms.service: data-factory
99
ms.topic: troubleshooting
10-
ms.date: 02/04/2020
10+
ms.date: 04/02/2020
1111
---
1212
# Troubleshoot data flows in Azure Data Factory
1313

@@ -50,6 +50,18 @@ This article explores common troubleshooting methods for data flows in Azure Dat
5050
- **Causes**: No column name was specified
5151
- **Recommendation**: Set an alias if using a SQL function such as min()/max(), etc.
5252

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+
5365
## General troubleshooting guidance
5466

5567
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

Comments
 (0)