Re: [Virtuoso-users] Delete from SPARQL Endpoint

2008-06-11 Thread Rajeev J Sebastian
Hi Kingsley, On Thu, Jun 12, 2008 at 1:46 AM, Kingsley Idehen wrote: > This is an old snafu (in a nutshell). > > The new release Virtuoso has a specific Update Role that is decoupled > from our controlled Sponger Crawling and caching functionality. You see, > with the current cut you have to take

Re: [Virtuoso-users] Delete from SPARQL Endpoint

2008-06-11 Thread Kingsley Idehen
lov wrote: From: Ivan Mikhailov Subject: Re: [Virtuoso-users] Delete from SPARQL Endpoint To: cborrom...@yahoo.com Cc: virtuoso-users@lists.sourceforge.net Date: Monday, June 9, 2008, 11:26 AM Hello Chuck, Did you set write permissions for "SPARQL" account? Say, by running gr

Re: [Virtuoso-users] Delete from SPARQL Endpoint

2008-06-11 Thread Chuck Borromeo
grant the ability to INSERT and DELETE? Or just DELETE? In the documentation on SPARUL (17.3. SPARUL) it seems to indicate that SPARQL_UPDATE controls both INSERT and DELETE. Thanks again, Chuck --- On Mon, 6/9/08, Ivan Mikhailov wrote: > From: Ivan Mikhailov > Subject: Re: [Virtuoso-us

Re: [Virtuoso-users] Delete from SPARQL Endpoint

2008-06-09 Thread Ivan Mikhailov
Hello Chuck, Did you set write permissions for "SPARQL" account? Say, by running grant SPARQL_UPDATE to "SPARQL"; via ISQL ? By default, SPARQL endpoint account has read-only access to data due to obvious security reasons. Best Regards, Ivan Mikhailov, OpenLink Software http://virtuoso.openlin

Re: [Virtuoso-users] Delete from SPARQL Endpoint

2008-06-06 Thread Hugh Williams
Hi Chuck, The DB.DBA.SPARQL_DELETE_DICT_CONTENT procedure is most probably built into the binary and thus cannot be viewed via the Conductor. Has the SPARQL_UPDATE privilege being granted to the "SPARQL" user to enable delete/insert/update type operations to be performed ? This can be vie

[Virtuoso-users] Delete from SPARQL Endpoint

2008-06-06 Thread Chuck Borromeo
Hi, I am trying to delete a triple from my local machine. I am running Virtuoso 5.0.6. I am executing the following SPARQL statement from the SPARQL endpoint: delete from graph { } I got the following error when I ran on my localhost. It sounds like a