Self Hosted Integration Runtime Error: The remote server returned an error: (503) Server Unavailable

Z.K.Z 221 Reputation points
2022-10-31T11:48:38.127+00:00

Hi,

we have a self hosted IR installed on a on prem server. I'm trying to copy a json file to a ADLS Gen2 Storage. It worked a while ago and when I use the preview feature, I can see the content of the file. Also while testing the connection with the ADLS connector, it shows it's successful. But when I execute the pipeline, I receive the following error message:

{  
    "errorCode": "2200",  
    "message": "ErrorCode=AdlsGen2OperationFailed,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=ADLS Gen2 operation failed for: An error occurred while sending the request.. Account: 'dl*****212'. FileSystem: 'files'..,Source=Microsoft.DataTransfer.ClientLibrary,''Type=System.Net.Http.HttpRequestException,Message=An error occurred while sending the request.,Source=mscorlib,''Type=System.Net.WebException,Message=The remote server returned an error: (503) Server Unavailable.,Source=System,'",  
    "failureType": "UserError",  
    "target": "Copy data",  
    "details": []  
}  

Any idea why this happens suddenly? Is this maybe a firewall issue?

Edit:

The connection of the linked service is shown as successful:

255993-image.png

Thanks and best regards

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,559 questions
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
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,624 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. PRADEEPCHEEKATLA 90,641 Reputation points Moderator
    2022-11-01T06:49:58.32+00:00

    Hello @Z.K.Z ,

    Thanks for the question and using MS Q&A platform.

    As per the error message The remote server returned an error: (503) Server Unavailable - it could be sometimes a transient/intermittent issue as the calling service is too busy to handle requests, and it returns HTTP error 503. The recommendation here is to Rerun the copy activity after several minutes and see if that helps.

    If the issue still persists, I would recommend you to please test your Linked service connections to ADLS Gen2 and Synapse and see if you could narrow down the root cause of the issue.

    Else we request you to please trigger run the pipeline and do share the failed pipeline runID and failed activity runID including complete error message, so that we can further investigate into this and assist accordingly.

    Hope this will help. Please let us know if any further queries.

    ------------------------------

    • Please don't forget to click on 130616-image.png or upvote 130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
    • Want a reminder to come back and check responses? Here is how to subscribe to a notification
    • If you are interested in joining the VM program and help shape the future of Q&A: Here is jhow you can be part of Q&A Volunteer Moderators

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.