Quantcast
Channel: SCN : Discussion List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 6412

Could not execute 'grant select on schema to _SYS_REPO with grant option'

$
0
0

Hi,

 

I have created a new schema in HANA development perspective with the name as SCHEMA991.hdbschema.

 

I then tried to grant select privileges to the owner of the new schema by the following command --

 

      call _SYS_REPO.GRANT_SCHEMA_PRIVILEGE_ON_ACTIVATED_CONTENT('select','SCHEMA991','HANAUSER');

 

-- where "HANAUSER" is the HANA studio userid.

 

I am also tried the below command, but I m getting the same error -

 

          grant select on schema <schema> to _SYS_REPO with grant option;

 

 

 

But When I create schema from modeler perspective and run the below command, it runs perfectly.

 

          grant select on schema <schema> to _SYS_REPO with grant option;

 

 

Please provide your valuable  inputs to solve this problem. PFA


Viewing all articles
Browse latest Browse all 6412

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>