Medium severitydata source
Power BI Refresh Error:
DF-SAPODP-ObjectNameMissed
What does this error mean?
The ODP Object field in the ADF dataset is blank. ADF needs an ODP object name to know which SAP extractor, CDS view, or BW DataSource to query. Without it the pipeline cannot start data extraction.
Common causes
- 1The ODP Object field was left blank when the dataset was created or copied from a template
- 2A pipeline was imported via ARM template and the object name parameter was not substituted
- 3A dataset was duplicated from another connector type and the ODP-specific Object field was not filled in
- 4The dataset is driven by a parameter expression that evaluates to an empty string at runtime
How to fix it
- 1In ADF Studio, open the dataset linked to the failing SAP ODP source.
- 2Check the ODP Object field — if it is blank, click Browse to connect to SAP and select the correct object from the list.
- 3If the dataset uses a parameter for the object name (e.g. @dataset().odp_object), open the data flow or pipeline that calls it and verify the parameter value is being passed and is not empty.
- 4If the dataset was created from an ARM template, check the template parameter file for the ODP object name parameter and ensure it is populated.
- 5Save the dataset, re-test the pipeline to confirm the error is resolved.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/data-flow-troubleshoot-guide