Re: [Virtuoso-users] Virtuoso 7: can't open "Web Application Server" tab

2014-04-16 Thread Olga Medvedeva
Clean Virtuoso 7 installation helped to get rid of the virtuoso.log errors. I also figured out why the "Web Application Server" tab had this 'Error when processing "/conductor/cont_page.vspx" page' message. That happens when you create a new user folder under DAV directory, instead of DAV/home.

Re: [Virtuoso-users] Virtuoso 7: can't open "Web Application Server" tab

2014-04-16 Thread Hugh Williams
Hi Olga, Sounds like you are running a rather old v6 build (virtuoso-t -?) , try running the following to add the missing column required in latest builds: alter table WS.WS.SYS_DAV_RES add RES_SIZE integer Best Regards Hugh Williams Professional Services OpenLink Software, Inc. //

[Virtuoso-users] Virtuoso 7: can't open "Web Application Server" tab

2014-04-16 Thread Olga Medvedeva
Hello, After updating from ver. 6.01.3127 to 7.10.3207 I'm getting an error when trying to open the "Web Application Server" tab. Message in conductor: Error when processing "/conductor/cont_page.vspx" page SQL State S0022 SQL Message SQ200: No column RES_SIZE. >From virtuoso.log file: ... 18:3

Re: [Virtuoso-users] speeding up SPARQL query

2014-04-16 Thread Hugh Williams
Hi Bart, Your status(''); output shows that the default Buffers size of 2 is being allocated on server startup and all quickly used due to the size of your dataset, with the "NumberOfBuffers" setting of 200 in the INI file not being pickup due to those leading spaces which should be rem

[Virtuoso-users] speeding up SPARQL query

2014-04-16 Thread Bart Vandewoestyne
Hello list, I have the following query: SELECT ?val (COUNT(DISTINCT ?id) as ?vc) WHERE { ?id ?val ; ?property1 ?property_value1 ; ?property2 ?property_value2 . ?property_value1 bif:contains "'foo'" . ?property_value2 bif: