Error code 2200 Unable to connect to remote server

Glenda 1 Reputation point
2023-01-10T17:52:08.037+00:00

Can anyone help with this error? It happens intermittently in Synapse Studio (more often than not) on a Copy activity using a REST API { "errorCode": "2200", "message": "Failure happened on 'Source' side. ErrorCode=RestResourceReadFailed,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Fail to read from REST resource.,Source=Microsoft.DataTransfer.ClientLibrary,''Type=System.Net.Http.HttpRequestException,Message=An error occurred while sending the request.,Source=mscorlib,''Type=System.Net.WebException,Message=Unable to connect to the remote server,Source=System,''Type=System.Net.Sockets.SocketException,Message=A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 184.29.168.39:443,Source=System,'", "failureType": "UserError", "target": "CopyNote", "details": [] }

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
5,373 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MartinJaffer-MSFT 26,236 Reputation points
    2023-01-11T20:34:46.8033333+00:00

    Hello Glenda and welcome to Microsoft Q&A.

    Given you get this error intermittently, and the details of the error message, I think you should check the status of whatever service you are connecting to.

    It sounds like the (non-Azure) server is under such a heavy load, it is either unable to respond, or is too slow to respond.

    Another thing to try, is increasing the retry options on your Copy activity. Since the issue is intermittent, the next attempt might work.

    User's image

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.