Re: [Virtuoso-users] Transaction aborted because it's log after image size went above the limit

2014-09-05 Thread Nuria Queralt Rosinach
Hi Rumi, I did what you suggested querying from our sparql endpoint. Our server did not understand the 'DEFINE' keyword: Virtuoso 37000 Error SP030: SPARQL compiler, line 17: syntax error at 'DEFINE' before 'sql:log-enable So, i directly performed the query on the shell executing first 'lo

Re: [Virtuoso-users] Transaction aborted because it's log after image size went above the limit

2014-09-05 Thread Rumi
Hi Núria, define part should be after sparql i.e.: sparql DEFINE sql:log-enable 3 PREFIX dcterms: PREFIX np: PREFIX rdfs: etc. Please let me know if that worked for you. Best Regards, Rumi

Re: [Virtuoso-users] Transaction aborted because it's log after image size went above the limit

2014-09-05 Thread Nuria Queralt Rosinach
Hi Rumi, I did it again following your indications. Now, the message that come up with the original query: CL033: Connect failed to localhost: = localhost:. in lines 1-78 of Top-Level: #line 1 "(console)" sparql define sql:log-enable 3 PREFIX dcterms: PREFIX

Re: [Virtuoso-users] Transaction aborted because it's log after image size went above the limit

2014-09-05 Thread Rumi
Hi Núria, On 05-Sep-14 2:50 PM, Nuria Queralt Rosinach wrote: Hi Rumi, I did it again following your indications. Now, the message that come up with the original query: CL033: Connect failed to localhost: = localhost:. From where are you trying to execute the sparql statement again