On 10/17/19 1:03 AM, Allan Kamau wrote:
> Is there a "SHOW PRIVILEGES" command on Virtuoso by which I may better
> understand the issue below?
>
> I have a Virtuoso installation for which I am unable to clear the
> graph I constructed. The error message is show below
>
> "Virtuoso 42000 Error SR186:SECURITY: No permission to execute
> procedure DB.DBA.SPARUL_CLEAR with user ID 107, group ID 107"
>
> Below is the command I issued.
>
> ###clear the graph (start)
> sqarql_query="
> CLEAR GRAPH 'http://abc.somethere.com'
> " \
>  && time curl \
>   --user dba:secret \
>   -X POST "http://xyz.somewhere.com:8891/sparql"; \
>   -H "Content-Type: application/x-www-form-urlencoded" \
>   -H "Accept:application/sparql-results+json" \
>   --data-urlencode 'format=json' --data-urlencode
> 'default-graph-uri=http://abc.somethere.com' \
>   --data-urlencode "query=${sqarql_query}" \
>   --write-out
> '%{url_effective};%{http_code};%{time_total};%{time_namelookup};%{time_connect};%{size_download};%{speed_download}\n'
> \
> ;date;
> ###clear the graph (end)


Allan,

Due to the nature of this kind of issue and it broader benefits to
others, would you be able to move this question over to our community
forum? l1].


[1] https://community.openlinksw.com/c/rdbms .


-- 
Regards,

Kingsley Idehen       
Founder & CEO 
OpenLink Software   
Home Page: http://www.openlinksw.com
Community Support: https://community.openlinksw.com
Weblogs (Blogs):
Company Blog: https://medium.com/openlink-software-blog
Virtuoso Blog: https://medium.com/virtuoso-blog
Data Access Drivers Blog: 
https://medium.com/openlink-odbc-jdbc-ado-net-data-access-drivers

Personal Weblogs (Blogs):
Medium Blog: https://medium.com/@kidehen
Legacy Blogs: http://www.openlinksw.com/blog/~kidehen/
              http://kidehen.blogspot.com

Profile Pages:
Pinterest: https://www.pinterest.com/kidehen/
Quora: https://www.quora.com/profile/Kingsley-Uyi-Idehen
Twitter: https://twitter.com/kidehen
Google+: https://plus.google.com/+KingsleyIdehen/about
LinkedIn: http://www.linkedin.com/in/kidehen

Web Identities (WebID):
Personal: http://kingsley.idehen.net/public_home/kidehen/profile.ttl#i
        : 
http://id.myopenlink.net/DAV/home/KingsleyUyiIdehen/Public/kingsley.ttl#this


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to