Quantcast
Channel: SCN: Message List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 9165

Re: Unable to call a procedure in my HANA Studio

$
0
0

Does the _SYS_REPO user has select, execute & update privilege with grant option to the schema where the underlying tables used in decision tables belong to?

 

grant select on schema "<your_schema>" to _SYS_REPO with grant option

grant execute on schema "<your_schema>" to _SYS_REPO with grant option

grant update on schema "<your_schema>" to _SYS_REPO with grant option

 

This should solve the problem with missing authorization


Viewing all articles
Browse latest Browse all 9165

Trending Articles



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