Forum Discussion

shoefried's avatar
shoefried
Frequent Visitor
1 year ago
Solved

Get Metadata activity doesnt terminate sometimes

In our datafactory solution we have a pipeline which uncludes a few "Get Metadata"-activities. The pipeline runs every 30minutes and sometimes it fails (around 1/70 of the runs) because one of the "G...
  • v-hashadapu's avatar
    1 year ago

    Hi shoefried , Thank you for reaching out to the Microsoft Community Forum.

     

    This issue likely stems from ADLS Gen 2 throttling, network issues, or ADF service timeouts. To fix, add a timeout and retry policy (3 retries, 30s delay) to each activity, check ADLS metrics for throttling or errors in Azure Monitor, ensure your Integration Runtime is healthy, and enable detailed ADF logs via Diagnostic Settings.

     

    If the above doesn’t resolve your issue, contacting Microsoft support and raising a support ticket with them is the best solution as suggested by lbendlin . Make sure to provide them with all the troubleshooting steps you've already taken to help them understand the issue better and provide a solution.

    https://learn.microsoft.com/en-us/power-bi/support/create-support-ticket

    If this helped solve the issue, please consider marking it 'Accept as Solution' so others with similar queries may find it more easily. If not, please share the details, always happy to help.
    Thank you.