openlink / virtuoso-opensource

Virtuoso is a high-performance and scalable Multi-Model RDBMS, Data Integration Middleware, Linked Data Deployment, and HTTP Application Server Platform
https://vos.openlinksw.com
Other
854 stars 211 forks source link

fct: No permission to execute procedure fct_set_graphs #856

Open jakubklimek opened 5 years ago

jakubklimek commented 5 years ago

image

When trying to set graph scope or exclude selected graphs in fct browsing (example), I get:

Error 42000
SR186:SECURITY: No permission to execute procedure fct_set_graphs with user ID 107, group ID 107

fct version 1.16.101

HughWilliams commented 5 years ago

You can work around this issue by running the command:

grant execute on fct_set_graphs to "SPARQL";

from isql. I have logged a report for development to have this command run during VAD installation ...