High severitygateway
Power BI Refresh Error:
UserErrorSelfHostedIntegrationRuntimeNotRunning
What does this error mean?
The self-hosted integration runtime (SHIR) referenced by the ADF pipeline is offline. ADF cannot dispatch activities to the runtime.
Common causes
- 1The SHIR Windows service (Microsoft Integration Runtime) is stopped on the host machine
- 2The host machine is powered off, rebooted, or in maintenance
- 3A SHIR auto-update in progress temporarily took the node offline
- 4The SHIR node lost connectivity to the Azure Service Bus relay endpoint
- 5The SHIR registration key expired and the node needs to be re-registered
How to fix it
- 1Log in to the SHIR host and verify 'Microsoft Integration Runtime' is running in Services.msc.
- 2If the service is stopped, start it and wait 2–3 minutes for the node to reconnect to ADF.
- 3Check SHIR status in ADF Studio under Manage > Integration Runtimes — it should show 'Running'.
- 4Verify the host machine can reach *.servicebus.windows.net on port 443.
- 5If all else fails, re-register the SHIR using the authentication key from the ADF portal.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/self-hosted-integration-runtime-troubleshoot-guide