[Virtuoso-users] SET PROFILE ON not working

2014-09-18 Thread Medha Atre
Hi, I am using Virtuoso opensource version 7.0, I tried "SET PROFILE ON;" as given on http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtTipsAndTricksAanalyzingSPARQLQuery But I get following error: SQL> SET PROFILE ON; *** Error 42S22: [Virtuoso Driver][Virtuoso Server]SR077: Bad

[Virtuoso-users] Virtuoso users at ISWC14?

2014-09-18 Thread Marc-Antoine Parent
Good day! I will be at iswc2014.semanticweb.org, and I will present some work I have done on generating virtuoso linked data views in a Python ORM. I was wondering if members of the virtuoso team, or other virtuoso users, will be present at the conference, and if we could have an informal BOF ar

Re: [Virtuoso-users] CONSTRUCT issue with large dataset: Error SR...: The result vector is too large

2014-09-18 Thread Hugh Williams
Hi Nuria, This is a known issue for which we are scheduling to provide a fix for, see: https://github.com/openlink/virtuoso-opensource/issues/119 Best Regards Hugh Williams Professional Services OpenLink Software, Inc. // http://www.openlinksw.com/ Weblog -- http://ww

Re: [Virtuoso-users] Problem installing ODS Framework VAD package

2014-09-18 Thread Hugh Williams
Hi Frans, This is still an issue with open source, but does not occur in the commercial builds. I have prompted development for a fix but if you want to test with commercial ping me offline ... Best Regards Hugh Williams Professional Services OpenLink Software, Inc. // http://

Re: [Virtuoso-users] query timings: can you explain this behaviour?

2014-09-18 Thread Bart Vandewoestyne
On 2014-09-17 15:20, Hugh Williams wrote: > Hi Bart, > > This is indeed strange behaviour and would appear to be network related > as you indicate the spikes about every 100 query executions only occur > when the script is run on the machine hosting Virtuoso and the > "physical" IP address it used

[Virtuoso-users] CONSTRUCT issue with large dataset: Error SR...: The result vector is too large

2014-09-18 Thread Nuria Queralt Rosinach
Dear all, I would like to extract in a file or files a large dataset of NQUADS. When i perform the construct query the following error raises: Virtuoso 22023 Error SR...: The result vector is too large SPARQL query: define sql:log-enable 3 construct { graph ?g {?s ?p ?o} } where { graph

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

2014-09-18 Thread Nuria Queralt Rosinach
Hi Rumi, In the end, that worked fine! thanks a lot. Cheers, Núria On 09/05/2014 09:56 AM, Rumi wrote: Hi Núria, define part should be after sparql i.e.: sparql DEFINE sql:log-enable 3 PREFIX dcterms: PREFIX np: PREFIX rdfs:

[Virtuoso-users] Problem installing ODS Framework VAD package

2014-09-18 Thread Frans Knibbe | Geodan
Hi there, I am running into a problem when trying to install the ODS Framework VAD package (ods_framework_dav.vad). I need to install it because I would like to try out OAuth as a security measure, as described here: http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtOAuthSPARQL.