There are substantial concurrent MappingDataflow executions which is causing failures due to throttling under subscription

Matthew Ethan Tam 0 Reputation points
2025-04-14T09:54:51.0533333+00:00

I am getting a few errors. Firstly, when I trigger a pipeline, I get the error in the title:

Operation on target file failed: There are substantial concurrent MappingDataflow executions which is causing failures due to throttling under subscription 'xxxx', ActivityId: 'xxxx'.

My synapse workspace is in South Africa North, and I don't have any other pipelines running, and I tried to set concurrency to 1 and it didn't change anything.

Secondly, my Data flow debug doesn't work, it wont allow me to enable it, I have tried all time periods, I get the error

Failed to setup debug session. Session ID:

and when I click on the details of the error I get:

Debug session is already terminated.

I am using AutoResolveIntegrationRuntime as my IR, but oddly I can see the format and get a preview of the files in my storage account, and I have tested the connection of the IR to my storage account and it successfully can access the storage account, and all my managed private endpoints have been approved and configured correctly

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,318 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Smaran Thoomu 22,840 Reputation points Microsoft External Staff
    2025-04-14T10:40:43.5266667+00:00

    Hi @Matthew Ethan Tam
    Regarding the throttling error:

    "There are substantial concurrent MappingDataflow executions which is causing failures due to throttling under subscription…"

    Even though you have set the pipeline concurrency to 1, the throttling is at the subscription level, not just pipeline-level concurrency.
    This means there could be:

    • Other dataflows, activities, or services in your subscription consuming capacity.
    • Mapping Data Flows is a heavy operation and is subject to vCore limits of your Azure Integration Runtime (IR). Even if no other pipelines are running, the capacity of your subscription region may be constrained, especially in high-demand regions like South Africa North.

    Suggested Steps:

    1. Review quota limits for Data Flows in Synapse or ADF and consider raising a support ticket to increase them or let us know.
    2. Instead of AutoResolve IR, consider setting up a dedicated Azure IR with reserved capacity to avoid shared throttling.

    Regarding the Data Flow Debug issue:

    "Failed to setup debug session. Session ID: Debug session is already terminated."

    This is often related to the same underlying resource capacity issue. When the region or subscription is experiencing throttling, debug clusters can fail to start or terminate prematurely.

    Suggested Steps:

    1. Check quota limits for the debug cluster in Synapse (especially if you’re using AutoResolve IR, which depends on shared compute).
    2. Try switching to a different Integration Runtime if possible.

    Given both symptoms (throttling and debug failure), this looks like a regional capacity constraint or subscription-level quota issue. I recommend:

    • Reviewing quotas.
    • Testing with a dedicated IR.
    • It is advisable to investigate the capacity and quota limits within your subscription and region.

    I hope this information helps. Please do let us know if you have any further queries.


    Kindly consider upvoting the comment if the information provided is helpful. This can assist other community members in resolving 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.