* Lars Marius Garshol
> 
> SPARQL Request Failed
> 42000 Error SR186: No permission to execute procedure DB.DBA.SPARUL_CREATE.


It took me a while, but in the end I figured out the solution. This did not 
work:

 grant execute on DB.DBA.SPARUL_CREATE to SPARQL_UPDATE

This, however, did work:

 grant execute on DB.DBA.SPARUL_CREATE to public

So now I've been able to both create a graph and insert data into it. :)

-- 
Lars Marius Garshol
[email protected]





Reply via email to