Hi,
I am new to HANA cloud platform and Web IDE,
I am following the the tutorial SAP HANA XS Web IDE Tutorial for creating the SAP HANA Cloud Platform E2E Development Scenario: PersonsList Application in SAP HANA XS.
I am following using HANA cloud platform trial version. The application creates the content in
SAP HANA Schema:
_SYS_BIC.
In step14 of the tutorial,In order to view the tables created in the above mentioned schema
it was given to run the SQL command
call HCP.HCP_GRANT_SELECT_ON_ACTIVATED_OBJECTS().
But I get the below error while executing the query.
Statement: 'call HCP.HCP_GRANT_ROLE_TO_USER('SIDtrial.myhana.perslist.roles::user','SID')'.Error calling procedure: insufficient privilege: [258] "HCP"."HCP_GRANT_ROLE_TO_USER": line 19 col 11 (at pos 914): [258] (range 3) insufficient privilege exception: insufficient privilege: Not authorized
Also in step 21, I need to assign the role "user.hdbrole" to my user.For that I need to the run the below query.
call HCP.HCP_GRANT_ROLE_TO_USER('<SID>trial.myhana.perslist.roles::user','<SID>')
Statement: 'call HCP.HCP_GRANT_ROLE_TO_USER('SIDtrial.myhana.perslist.roles::user','SID')'.Error calling procedure: insufficient privilege: [258] "HCP"."HCP_GRANT_ROLE_TO_USER": line 19 col 11 (at pos 914): [258] (range 3) insufficient privilege exception: insufficient privilege: Not authorized
Searched a couple of threads,but could not get the correct information, Please suggest me how to add the required previleges & authorizations,Please suggest me to the correct forum if this is not the required forum.
Regards
Veera