Medium severitydata source
Power BI Refresh Error:
DF-SAPODP-StageContainerInvalid
What does this error mean?
The container name configured for SAP ODP staging storage does not exist in the referenced storage account or is inaccessible with the current credentials.
Common causes
- 1The container was deleted from the storage account after the staging configuration was set up
- 2The container name contains a typo — Azure Blob container names are lowercase and can only contain letters, numbers, and hyphens
- 3The container exists but the account key or service principal in the staging linked service lacks access to it
- 4The pipeline was migrated from a dev environment where a different container name was used
How to fix it
- 1In the Azure portal, open the staging storage account and verify the container name under Containers — confirm it exists and the name matches exactly what is configured in ADF.
- 2If the container was deleted, recreate it with the same name (Storage account > Containers > + Container).
- 3If the name is wrong, update the container name in the ADF source settings under the staging configuration section.
- 4Verify the linked service credentials have access to the container — for account key auth this is automatic; for service principal or managed identity, check the IAM role assignment on the container.
- 5Retry the pipeline after confirming the container exists and is accessible.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/data-flow-troubleshoot-guide