Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8436

Re: xsodata service without authentication

$
0
0

Hi,

 

Refer to the below link to solve the privilege issue.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/9063f922-81e2-3110-c9b9-b4b0c119956e?QuickLink=index&…

 

The table is created in _SYS_BIC Schema .

Create a hdbrole file with the below sql privileges and assign it to your user and then you would be able to access the xsodata service.

 

role p1940xxtrial.dev.perslist.roles::user

{

sql object p1940xxtrial.dev.perslist.data::mymodel.person: SELECT, INSERT, UPDATE, DELETE; application privilege: p1940xxtrial.dev.perslist::Basic;

}

 

 

call HCP.HCP_GRANT_ROLE_TO_USER('p1940xxtrial.dev.perslist.roles::user','p1940xx')

 

Hope this solves your issue.

 

Thanks


Viewing all articles
Browse latest Browse all 8436

Trending Articles