Re: [Virtuoso-users] Internal error: quad storage metadata are lost

2011-08-21 Thread Hugh Williams
Hi This query runs fine for be using the 64bit Windows Virtuoso open source 6.1.3 build: $ /opt/virtuoso/bin/isql opluswinbuild:1313 Connected to OpenLink Virtuoso Driver: 06.01.3127 OpenLink Virtuoso ODBC Driver OpenLink Interactive SQL (Virtuoso), version 0.9849b. Type HELP; for help and EXIT;

Re: [Virtuoso-users] dump_graphs() error

2011-08-21 Thread Hugh Williams
Hi Greg, Checking the log I see the following query appearing to result in the error: 20:37:25 COMP_2 SPARQL 128.113.106.176 Internal Compile text: sparqlprefix vann: SELECT distinct ?namespace ?prefix WHERE { GRAPH

Re: [Virtuoso-users] dump_graphs() error

2011-08-21 Thread Ivan Mikhailov
Hello Gregory, The "special format" of the argument 1 of http_ttl_triple() has evolved some months ago (two extra items were added to the vector). If you're using recent executable with antique database then you might have the antique version of the procedure loaded and you can fix the error by re

Re: [Virtuoso-users] dump_graphs() error

2011-08-21 Thread Gregory Williams
Hugh, Thanks for the response. On Aug 20, 2011, at 8:02 PM, Hugh Williams wrote: > The error implies that there is a bad triple in one of the graphs being > dumped, can you please check the “virtuoso.log” file to see if any errors are > reported there. The Virtuoso trace_on() function can als

Re: [Virtuoso-users] dump_graphs() error

2011-08-21 Thread Hugh Williams
Hi Greg, The error implies that there is a bad triple in one of the graphs being dumped, can you please check the “virtuoso.log” file to see if any errors are reported there. The Virtuoso trace_on() function can also being enabled to write more detailed information to the log file that might h