MetricSign
Start free
High severityconfigurationAzure Data Factory

ADF Pipeline Error:
ADF Pipeline Error 2010

What does this error mean?

The Self-hosted Integration Runtime is offline, or the Azure IR is expired or not registered.

Common causes

  • 1The Self-hosted Integration Runtime service on the host VM is stopped or crashed
  • 2The host VM is offline, rebooting, or has lost network/outbound connectivity to Azure
  • 3The Azure Integration Runtime registration has expired or was never completed
  • 4Authentication key rotated or node de-registered, leaving no active node in the IR pool

How to fix it

  1. 1Open ADF Studio → Manage → Integration runtimes and confirm the SHIR status; nodes should show 'Running'
  2. 2RDP to the SHIR host and verify the 'Integration Runtime Service' Windows service is started; restart if needed
  3. 3Check outbound connectivity from the host to *.servicebus.windows.net and the ADF region endpoints (port 443)
  4. 4If the IR shows expired/unregistered, re-register the node using a fresh authentication key from ADF
  5. 5Once the IR reports Online, rerun the failed pipeline activity from ADF Monitor

Frequently asked questions

What causes ADF Pipeline Error 2010?

Pipeline configuration or connectivity issue

Where can I find more details?

Open Azure Data Factory Monitor, find the failed run, click on the activity, and view the full error output in the Output tab.

Source · learn.microsoft.com/en-us/azure/data-factory/data-factory-troubleshoot-guide#error-code-2010

Other configuration errors