High severitydata source
Power BI Refresh Error:
DF-SAPODP-SHIROFFLINE
What does this error mean?
The Self-Hosted Integration Runtime (SHIR) required for SAP ODP is offline or unreachable. SAP ODP always requires a Self-Hosted IR — the SAP system is on-premises and inaccessible from the Azure IR. Every run fails until the SHIR is online.
Common causes
- 1The Windows service for the Self-Hosted IR host stopped or crashed
- 2The host machine running the Self-Hosted IR was rebooted or patched and the IR service did not restart automatically
- 3Network connectivity between the IR host and the Azure Data Factory service endpoint was blocked (firewall, proxy, VPN)
- 4The IR host is offline due to scheduled maintenance or a hardware failure
How to fix it
- 1In ADF Studio, go to Manage > Integration runtimes and check the status of the Self-Hosted IR — it should show 'Running'; if it shows 'Offline', the host is the problem.
- 2Log into the Self-Hosted IR host machine and check that the 'Microsoft Integration Runtime' Windows service is running; if it is stopped, start it manually.
- 3After starting the service, wait 1–2 minutes and refresh the IR status in ADF Studio.
- 4If the service is running but the IR shows offline, check outbound connectivity from the IR host to *.servicebus.windows.net on port 443.
- 5Check whether a recent Windows update or firewall policy change blocked the outbound connection and restore connectivity.
- 6To prevent this from recurring, configure the IR service to restart automatically after failure via Windows Service Recovery settings.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/data-flow-troubleshoot-guide