Skip to content

Commit c913063

Browse files
authored
Update connector-troubleshoot-guide.md
1 parent e615b01 commit c913063

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,17 @@ You can refer to the troubleshooting pages for each connector to see problems sp
4343

4444
The following errors are general to the copy activity and could occur with any connector.
4545

46+
#### Error code: 2200
47+
48+
- **Message**: `The underlying connection was closed: An unexpected error occurred on a send.`
49+
50+
- **Cause**: This typically indicates an authentication failure during data transfer operations. This can occur when the remote party closes the transport stream.
51+
52+
- **Reccomendation**:
53+
- Verify the source connection and test it to ensure it is functioning correctly.
54+
- Check the authentication method used for the connection.
55+
- Review firewall configuration settings for Azure Cosmos DB to ensure they allow the necessary traffic.
56+
4657
#### Error code: 20000
4758

4859
- **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

Comments
 (0)