Forum Discussion

Balu-badrianth777's avatar
Balu-badrianth777
Copper Contributor
Feb 27, 2023

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

  • 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.

Resources