Re: [Virtuoso-users] Virtuoso 22023 Error

2013-01-17 Thread Hugh Williams
Hi Dinesh, What is the exact Virtuoso open source release being used, which can be obtained by running: virtuoso-t -? From your build date you are not running the latest 6.1.6 build and there have been some construct query fixes in the latest build which is available from the github r

Re: [Virtuoso-users] Optional and Literals have different behavior in two instance of virtuoso.

2013-01-17 Thread Hugh Williams
Hi Marcelo, The build dates between the production and dev servers are over a year apart, thus I would suggest you upgrade the production server to the same build as on the dev box ... What does the out put of running the following command on both report: virtuoso-t -? Note also the l

[Virtuoso-users] Optional and Literals have different behavior in two instance of virtuoso.

2013-01-17 Thread Marcelo Aliquintuy
Hi. Im moving to production environment but the virtuoso thats provide Centos have different behavior that dev environment. example: === dev === PREFIX rdf: PREFIX cc: select ?facetItem ?fac

[Virtuoso-users] Virtuoso 22023 Error

2013-01-17 Thread Dinesh Reddy
Hi, I am using Virtuoso Version :06.01.3127 Build Feb 062012 I dont know why I am getting this error for the following Construct Query. Error Virtuoso 22023 Error SR007: Function sprintf needs a string or UNAME or NULL as argument 2, not an arg of type IN

[Virtuoso-users] Filter Position In SPARQL Query

2013-01-17 Thread Burak Yönyül
Hello, I wonder whether Virtuoso has different processing mechanisms on the following queries: TYPE1: -- SELECT * WHERE { ?var1 :p1 ?var2. FILTER (?var1 IN ( :rsc1, :rsc2, :rsc3)). ?var3 :p2 ?var1. } ---