Hi,
I have a Hana XS Engine with an odata service. The service allows me to read the data of my tables. As soon as I want to Create, Update or Delete an entry I get the 403 - Forbidden error Page returned.
My user actually has the required rights to execute one of these actions (it works in Hana Studio with the sql command line), but I additionally tested it with the system user and got the same result.
Is this a known issue or is there a solution to my problem?
Thank you in advance!
I suggest you activate trace for this service and see what is being logged. It will show you the user running the request and generated SQL. Perhaps you have a technical user running this service. You also haven't posted your XSODATA definition. Are the entities directly against tables or views? Create/Update/Delete against views only work with implemented exits otherwise they return forbidden.
Hi Yannick,
Even i'm facing the same issue. I have updated my xsaccess file too.
{ "exposed": true, "authentication": [{ "method": "Basic" }], "default_file": "index.html", "cors" : { "enabled" : true, "allowMethod":["GET","POST","HEAD","DELETE","OPTIONS"]} }
Could you please explain how you resolved the issue..?
Regards,
ThamizharasaN.
Add a comment