Hello Aravind,

By default, three SPARQL-related user groups are made. SPARQL_SELECT can
only select local triple. SPARQL_UPDATE adds write permissions to
SPARQL_SELECT. SPARQL_SPONGE adds an ability to access remote sources
and pull external garbage into your local storage.
The web service endpoint uses account named "SPARQL" (note mandatory
double quotes and uppercase!) It can't access the web or write because
you probably don't want people from outside to tweak your data or
intensively use your traffic for free. However you may wish to
grant SPARQL_UPDATE to "SPARQL"
or
grant SPARQL_SPONGE to "SPARQL"
Alternatively, you can use /sparql-auth endpoint instead of /sparql and
grant SPARQL_SPONGE to some other user, with authentication. So guests
will only read at /sparql and authenticated users will do whatever you
permit them via /sparql-auth

Best Regards,

Ivan Mikhailov
OpenLink Software
http://virtuoso.openlinksw.com

On Wed, 2012-02-29 at 09:15 +0100, venkates wrote:
> Hi,
> 
> We recently installed Virtuoso (Virt. 6.1.3) in our machine. I am trying 
> to make a simple federated query using SERVICE. While doing so I get the 
> following error message:
> 
> Virtuoso 42000 Error SQ200: Must have select privileges on view 
> DB.DBA.SPARQL_SINV_2
> 
> I would appreciate if you could help me solve this issue.
> 
> Thank you,
> 
> Aravind
> 
> ------------------------------------------------------------------------------
> Virtualization & Cloud Management Using Capacity Planning
> Cloud computing makes use of virtualization - but cloud computing 
> also focuses on allowing computing to be delivered as a service.
> http://www.accelacomm.com/jaw/sfnl/114/51521223/
> _______________________________________________
> Virtuoso-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/virtuoso-devel



Reply via email to