Hi,
I did asked a very similar question before, but this time it is directly on the MDC approach.
I want to create a new OData Service for update operations on a table.

I can call it in the browser, but when I try to access it, I get an error message:


my .xsaccess:
{
"anonymous_connection": "s0015309874trial.xsgeo2.geotabelle.geoDB::anonuser",
"exposed": true
}
xsodata:
service {
"NEO_85J1WXTGGKNE5N9SVH1UNPDYI"."DE_Adressen" as "Adressen"; }
.hdbrole
role s0015309874trial.xsgeo2.geotabelle.geoDB::model_access {
catalog schema "NEO_85J1WXTGGKNE5N9SVH1UNPDYI": SELECT, UPDATE, INSERT, DELETE;
}
When tryin to activate the .hdbrole it doesnt work:

Not sure if the fix of that .hdbrole is the actual mistake(?).
How can I fix this OData service?
Thank you for your time and help again,
Leon