Forum Discussion
Balu-badrianth777
Feb 27, 2023Copper Contributor
Azure Data Factory - Inner Activity Failed In For Each
Operation on target ForEachFile failed: Activity failed because an inner activity failed
and also pls find the error in emails Pipeline: InsertLoadInfo
Activity: InternalServerError executing request.
1 Reply
Sort By
- Martin-Apps4RentIron Contributor
This error means one of the activities inside your ForEach loop failed, which causes the whole ForEach activity to fail. To troubleshoot, check the activity run details in ADF Monitor tab and look at which item in the loop failed and why. The InternalServerError usually points to an issue with the linked service or destination system (for example, database timeout, authentication, or network issue). Fix the root cause in the failing inner activity, then rerun the pipeline.