cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Issue with OData Requests in Analytical Models Following the Latest SAP Datasphere Update

JaumeG
Explorer
1,114

Hello everyone.

Recently, we discovered an issue in SAP Datasphere: analytical models that use views with associations as their data source no longer process OData requests as they used to. This problem seems to have emerged after the latest SAP Datasphere update.

Until a few weeks ago, OData requests on analytical models based on views with associations were working correctly. However, now these requests are failing. We attempted to resolve the issue by recreating both the view and the analytical model, but without success.

Has anyone else experienced this problem following the latest SAP Datasphere update? If so, have you found any workaround or solution to restore the functionality of OData requests on analytical models using views with associations?

Any insights or experiences you can share would be greatly appreciated.

Accepted Solutions (0)

Answers (1)

Answers (1)

JaumeG
Explorer
0 Likes

An example of the error:

{
"error": {
"code": "EXTEND_CSN_FAILED",
"message": "Compile failed with: CSN_COMPILATION_FAIL",
"innererror": {
"errors": [
{
"code": "CSN_COMPILATION_FAIL",
"substitutes": [
"Errors(FORMATTED):\n\tCSN property ‘@EndUserText.label’ is not expected in ‘mixin[]’ [Ln 13234]\nErrors(ORIGINAL):\n\tCSN property ‘@EndUserText.label’ is not expected in ‘mixin[]’ [Ln 13234]"
]
}
],
"name": "CompileError"
}
}
}

Xilef2210
Explorer
0 Likes
We've had the same problem since the weekend.