Copy Activity goes into Internal Server 500 error for rest identity.

Jadhav, Karan 10 Reputation points
2023-02-20T13:40:48.99+00:00

Hello,
I am using copy activity and selecting rest_identity for call data from different API. I made a main and micro pipeline. The main pipeline consists of calling the token which is being passed to several micro pipeline. Out of 5 micro-pipeline, one of them is failing.
issue

The one which is failing consists of some large data size(in MBs) in comparison to other API calls which is in (KBs). I have tried increasing the timeout from general and source side. Still it gives in the Internal server 500. Also, I tried running the same in the Azure Portal where we run, test and monitor the code.
azure_portal

Can you please help? Thanks!

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.
4,886 questions
{count} votes

1 answer

Sort by: Most helpful
  1. HimanshuSinha-msft 19,476 Reputation points Microsoft Employee
    2023-02-21T20:16:08.2533333+00:00

    Hello @Jadhav, Karan ,
    Thanks for the question and using MS Q&A platform.

    I am assuming that the activity which is failing has a response in MB's as compared to the others which is in KB's. I am assuming that you are using Web activity and with all the information which you shared, I want to point to the fact that Web activity has got a hard limit of 4MB as response payload size and may thats the reason that the activity is failing.

    https://learn.microsoft.com/en-us/azure/data-factory/control-flow-web-activity

    User's image

    Thanks

    Himanshu

    Please accept as "Yes" if the answer provided is useful , so that you can help others in the community looking for remediation for similar issues. 


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.