Re: [Virtuoso-users] Sorting key too long

2011-05-16 Thread Hugh Williams
Hi Jonas, Hmmm, I think I hadn’t specified the graph name correctly previously, but now can get the result and do get the "sorting key too long” error running in the Conductor or from SQL when the LIMIT it removed. I have reported to development to look into and will let you know when we have

Re: [Virtuoso-users] Sorting key too long

2011-05-16 Thread Jonas Brekle
There should be 1873 results without the limit, stange... Am Sonntag, den 15.05.2011, 14:47 +0100 schrieb Hugh Williams: > Hi Jonas, > > When I run the query below against the Conductor or command line isql program > with or without the “LIMIT 1000” option have loaded the “lod2.ttl” dataset >

Re: [Virtuoso-users] Sorting key too long

2011-05-11 Thread Hugh Williams
Hi Jonas, Also, you indicate this error does not occur via ODBC ie the SQL Virtuoso interface, but it does for me: SQL> sparql select * from where {?s ?p ?o } ORDER BY ?s ?p ?o; *** Error 22026: [Virtuoso Driver][Virtuoso Server]SR...: Sorting key too long in

Re: [Virtuoso-users] Sorting key too long

2011-05-11 Thread Hugh Williams
Hi Jonas, I have been able to recreate this locally, we are looking into this and will get back to you ... Best Regards Hugh Williams Professional Services OpenLink Software Web: http://www.openlinksw.com Support: http://support.openlinksw.com Forums: http://boards.openlinksw.com/support Twitter

[Virtuoso-users] Sorting key too long

2011-05-10 Thread Jonas Brekle
Hi, i have a rdf model which contains very long literals (the lod2.eu website model - see attacchments). When i send the sparql query: SELECT * FROM WHERE {?s ?p ?o} ORDER BY ?s ?p ?o via the conductor, it tells me 22026 Error SR...: Sorting key too long in order by key, exceeds