Re: [Virtuoso-users] SPARQL service keyword

2011-06-05 Thread Hugh Williams
Robbet, On 5 Jun 2011, at 11:52, Robbet wrote: > Hi Hugh, > > this affect the problem using my own store in dbpedia? [Hugh] You run the grant statements below against you local Virtuoso instance where you are attempting to run the SPARQL-FED query from and gives the error you originally repor

Re: [Virtuoso-users] SPARQL service keyword

2011-06-05 Thread Robbet
Hi Hugh, this affect the problem using my own store in dbpedia? When i try to grant the second line i receive: "bad table name in GRANT / REVOKE DB.DBA.SPARQL_SINV_IMP_2. at line 5 of TOP-Level: ..." How about the Service keyboard quering dbpedia? Why this does not work? Best regards, Rob

Re: [Virtuoso-users] SPARQL service keyword

2011-06-05 Thread Hugh Williams
Hi Robbet, This is a known issue with the open source builds which is scheduled to be fixed. In the meantime you can grant the necessary privileges as follows: grant select on "DB.DBA.SPARQL_SINV_2" to “SPARQL”; grant execute on "DB.DBA.SPARQL_SINV_IMP" to "SPARQL"; The