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/connector-troubleshoot-guide.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ ms.topic: troubleshooting
8
8
ms.date: 09/25/2024
9
9
ms.author: jianleishen
10
10
ms.custom: synapse
11
+
ai-usage: ai-assisted
11
12
---
12
13
13
14
# Troubleshoot Azure Data Factory and Azure Synapse Analytics connectors
@@ -43,6 +44,17 @@ You can refer to the troubleshooting pages for each connector to see problems sp
43
44
44
45
The following errors are general to the copy activity and could occur with any connector.
45
46
47
+
#### Error code: 2200
48
+
49
+
-**Message**: `The underlying connection was closed: An unexpected error occurred on a send.`
50
+
51
+
-**Cause**: This typically indicates an authentication failure during data transfer operations. This can occur when the remote party closes the transport stream.
52
+
53
+
-**Reccomendation**:
54
+
- Verify the source connection and test it to ensure it is functioning correctly.
55
+
- Check the authentication method used for the connection.
56
+
- Review firewall configuration settings for Azure Cosmos DB to ensure they allow the necessary traffic.
57
+
46
58
#### Error code: 20000
47
59
48
60
-**Message**: `Java Runtime Environment cannot be found on the Self-hosted Integration Runtime machine. It is required for parsing or writing to Parquet/ORC files. Make sure Java Runtime Environment has been installed on the Self-hosted Integration Runtime machine.`
0 commit comments