On 1/26/11 5:42 AM, Lars Marius Garshol wrote:
* 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. :)

You should have assigned the privilege to user "SPARQL". Ultimately, you want to put this functionality behind an ACL protected endpoint using WebID.


--

Regards,

Kingsley Idehen 
President&  CEO
OpenLink Software
Web: http://www.openlinksw.com
Weblog: http://www.openlinksw.com/blog/~kidehen
Twitter/Identi.ca: kidehen





Reply via email to