Symptom
- Refresh import job or create a new import data model based on OData services connection using Data Export API from SAC failed with error message:
- "Unexpected error occurred, please contact system admin for help."
- OData Service connection can be saved successfully.
- Metadata can be fetched successfully.
- Data service URL is https://{BaseURL}/providers/{NamespaceID}/{ProviderID}/, like "https://your-sac-tenant-url.cloud/api/v1/dataexport/providers/sac/QWERTY123456/"
Environment
SAP Analytics Cloud (Enterprise) 2025.8.6
Reproducing the Issue
- Login to SAC.
- Go to model.
- Refresh the import job, failed and error message is
"Unexpected error occurred, please contact system admin for help."
- Or create a new model based on the OData service connection based on SAC Data Export API.
- Got the same error:
"Unexpected error occurred, please contact system admin for help."
Cause
The Data Export API exposes metadata for every SAC model. This metadata is used to represent the SAC model structure using the OData v4 format.
When using an import job via the OData service connection, the Data Acquisition Service consumes this metadata from the Data Export API using a 3rd party library called 'Olingo'.
When setting up an import from an OData data source, the Data Acquisition Service parses the metadata response from the Data Export API and based on the debugging of the error, the Olingo library was throwing an exception, as it was not able to parse the metadata provided by the Data Export API.
This is the exception which in turn blocked the import job from proceeding any further.
Resolution
This issue is fixed by SAC development team.
Keywords
KBA , LOD-ANA-AQU-ODATA , Acquiring Data into SAC using an ODATA connection , LOD-ANA-ML-DI , Data Integration, Data Export API, Data Import API , Problem