Medium severityinfrastructure
Power BI Refresh Error:
DataConsistencyValidationNotSupportedForLowVersionSelfHostedIntegrationRuntime
What does this error mean?
The self-hosted integration runtime version installed on the host machine is too old to support data consistency validation. Upgrade the self-hosted IR to the latest version.
Common causes
- 1Data consistency validation requires a newer self-hosted IR version
- 2Integration runtime configuration is incorrect or outdated
- 3Authentication credentials or permissions are insufficient
- 4The feature or setting is not supported for the selected connector or copy mode
How to fix it
- 1In the Azure portal, go to ADF > Manage > Integration Runtimes, check the SHIR version, and upgrade by downloading the latest installer from the Integration Runtime page.
- 2Data consistency validation requires SHIR version 3.14 or later — check the current version in the IR node status and compare it to the minimum version required in the ADF documentation.
- 3If upgrading the SHIR is not immediately possible, disable 'Enable data consistency validation' in the copy activity Settings tab as a short-term workaround.
- 4Plan a SHIR upgrade during a maintenance window — the upgrade restarts the IR service and causes a brief interruption to pipelines using that IR.
- 5After upgrading, verify the IR status shows the new version in the ADF Management Hub and test the connection before re-running the pipeline with validation enabled.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/connector-troubleshoot-guide