Medium severitydata source
Power BI Refresh Error:
DF-SAPODP-StageGen2PropertyInvalid
What does this error mean?
A required property of the ADLS Gen2 staging configuration for SAP ODP is incorrect.
Common causes
- 1The storage account name in the ADLS Gen2 staging linked service does not match the actual account
- 2The endpoint suffix is wrong for the Azure environment — e.g. using .dfs.core.windows.net in a sovereign cloud environment
- 3The ADLS Gen2 linked service references a storage account that does not have Hierarchical Namespace (HNS) enabled
- 4A pipeline was migrated from a different environment and the Gen2 staging linked service properties were not updated
How to fix it
- 1In ADF Studio, open Manage > Linked services and open the ADLS Gen2 staging linked service.
- 2Verify the storage account name matches the account in the Azure portal exactly.
- 3Check the endpoint — for global Azure ADLS Gen2 it should be https://<accountname>.dfs.core.windows.net.
- 4In the Azure portal, open the storage account > Settings > Properties and check Hierarchical namespace. If 'Disabled', the account is regular Blob — switch the staging linked service to Azure Blob Storage.
- 5Click Test connection to verify the corrected linked service works, then save and retry the pipeline.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/data-flow-troubleshoot-guide