Hello @Francisco Dominguez ,
Welcome to the MS Q&A platform.
Please correct me if my understanding is wrong. You are running a debug session on a pipeline with dataflow and getting a throttling error.
You will generally see the error when the parallel data flows go beyond the max value.
Could you please let me know if this is a new pipeline? Did it succeed at any time(intermittent or failing every time)? When did you notice the issue for the first time?
If you are seeing this error message consistently,
Can you please create a new integration runtime, and split your pipelines across multiple integration runtimes, and see if it resolves the issue
Here are the details regarding this error message from the documentation page.
Error message:
Type=Microsoft.DataTransfer.Execution.Core.ExecutionException,Message=There are substantial concurrent MappingDataflow executions which is causing failures due to throttling under Integration Runtime 'AutoResolveIntegrationRuntime'.
Cause
You've reached the integration runtime's capacity limit. You might be running a large amount of data flow by using the same integration runtime at the same time. See Azure subscription and service limits, quotas, and constraints for details.
Resolution
Run your pipelines at different trigger times.
Create a new integration runtime, and split your pipelines across multiple integration runtimes.
I hope this helps.
------------------------------
- Please don't forget to click on or upvote 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 how you can be part of Q&A Volunteer Moderators