Medium severitydata flow
Power BI Refresh Error:
DF-SAPOODATA-StageContainerMissed
What does this error mean?
The SAP OData source is configured to use staging storage, but the container name in the staging linked service is missing or blank. ADF requires an explicit Blob Storage or ADLS Gen2 container name to stage SAP OData extractions — it cannot infer a default container.
Common causes
- 1The 'Container' field in the staging storage linked service or source options is empty
- 2The staging container was deleted from the storage account but the ADF configuration still references it
- 3The staging linked service points to a storage account where no containers exist
- 4The container name contains invalid characters or exceeds Azure naming limits (3–63 lowercase characters)
How to fix it
- 1In ADF Studio, open the SAP OData Source transformation > Source options and locate the staging storage container setting.
- 2In the Azure portal, go to staging storage account > Containers and confirm the target container exists.
- 3If no container exists, create one: click '+ Container', name it (e.g., 'adf-sap-staging'), set access to Private.
- 4Update the container name in the ADF source options or linked service and re-publish.
- 5Run a debug data flow to confirm staging works.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/data-flow-troubleshoot-guide