Medium severitydata source
Power BI Refresh Error:
DF-SAPODP-StageContainerMissed
What does this error mean?
The container name field in the SAP ODP staging configuration is blank. ADF requires a container name for staging data — the pipeline cannot start until this field is populated.
Common causes
- 1The container name field was left blank when setting up the staging area in the SAP ODP source
- 2A dataset was duplicated from a template and the staging container field was never filled in
- 3A pipeline imported via ARM template has a parameter substitution for the container name that evaluates to empty
- 4The staging configuration section was partially filled — linked service was set but container name was skipped
How to fix it
- 1In ADF Studio, open the data flow and click the SAP ODP source transformation.
- 2Go to Source options and look for the staging configuration section — find the Container name field and enter a valid container name.
- 3If the container does not yet exist in the storage account, create it first: go to the Azure portal, open the storage account, and add a new container under Containers.
- 4If the dataset uses a parameter for the container name, verify the parameter is being passed from the calling pipeline and is not empty.
- 5Save and retry the pipeline.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/data-flow-troubleshoot-guide