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
- 1Open ADF Studio → Manage → Integration runtimes and confirm the SHIR status; nodes should show 'Running'
- 2RDP to the SHIR host and verify the 'Integration Runtime Service' Windows service is started; restart if needed
- 3Check outbound connectivity from the host to *.servicebus.windows.net and the ADF region endpoints (port 443)
- 4If the IR shows expired/unregistered, re-register the node using a fresh authentication key from ADF
- 5Once the IR reports Online, rerun the failed pipeline activity from ADF Monitor
Frequently asked questions
Source · learn.microsoft.com/en-us/azure/data-factory/data-factory-troubleshoot-guide#error-code-2010