Hello,
I'm trying to complete below tutorial using HANA trial free account, so I have some limitations.
https://thewebide.hana.ondemand.com/tutorials/onpremise/pdf/exercises.pdf
I'm stuck with reading data through the XO Data services that I have build. If I try to open it with the browser in format XML, this is what I get.
A few information:
1) my model is building the table on _SYS_BIC schema, because any other schema is not allowed for me to be used (if I try to use my own custom schema, during activation I get error stating that HANA instance has been configured in order for anyone to use only _SYS_BIC)
2) I've already called HCP.grant_select_on_activate_objects()
3) I've created a role containing all DML grants (select, insert etc...) to the SQL object corresponding to my table and granted it to my user
4) trhough SQL console I'm able to successfully perform SELECT on my table which resides on _SYS_BIC schema
Can you please advice how to solve this issue? I've read somewhere that I should grant the SELECT to user _SYS_REPO, but I'm authorized to do that.
Any help will be much appreciated.