Re: [Virtuoso-users] dump_graphs() error

2011-08-23 Thread Gregory Williams
On Aug 23, 2011, at 4:05 PM, Mitko Iliev wrote: > Hi Greg, > > Please enable the CallstackOnException = 1 in the virtuoso.ini [Parameters] > section , then execute the dump_graphs () and send me the call-stack included > in the error string. Hi Mitko, Perhaps this isn't bad data but a heisenb

Re: [Virtuoso-users] dump_graphs() error

2011-08-23 Thread Mitko Iliev
Hi Greg, Please enable the CallstackOnException = 1 in the virtuoso.ini [Parameters] section , then execute the dump_graphs () and send me the call-stack included in the error string. Best Regards, Mitko On Aug 23, 2011, at 11:00 PM, Gregory Williams wrote: > On Aug 23, 2011, at 3:49 AM, Mi

Re: [Virtuoso-users] dump_graphs() error

2011-08-23 Thread Gregory Williams
On Aug 23, 2011, at 3:49 AM, Mitko Iliev wrote: > Hi Greg, > > Please make sure the 'env' variable in dump_one_graph procedure is > initialized as : > env := vector (dict_new (16000), 0, '', '', '', 0, 0, 0, 0); > Also you can take the procedure from attached script. Hi Mitko, After recoveri

Re: [Virtuoso-users] dump_graphs() error

2011-08-23 Thread Mitko Iliev
Hi Greg, Please make sure the 'env' variable in dump_one_graph procedure is initialized as : env := vector (dict_new (16000), 0, '', '', '', 0, 0, 0, 0); Also you can take the procedure from attached script. Best Regards, Mitko dg.sql Description: Binary data On Aug 23, 2011, at 12:10 AM,

Re: [Virtuoso-users] dump_graphs() error

2011-08-23 Thread Hugh Williams
Hi Greg, True, bit of a catch 22 situation then ... What is the triple count in the Virtuoso Quad Store you are seeking to dump and how was this data loaded originally ? If the data cannot readily be reloaded from its original sources, then maybe a full database dump to log and restore (http:

Re: [Virtuoso-users] dump_graphs() error

2011-08-23 Thread Gregory Williams
On Aug 22, 2011, at 8:58 PM, Hugh Williams wrote: > Hi Greg, > > Was the data reloaded using this updated 6.1.3 binary or was the existing > database file used ie that was loaded with the 6.1.2 binary ? As I would > suggest reloading the data into a new empty database using the 6.1.3 binary, >

Re: [Virtuoso-users] dump_graphs() error

2011-08-23 Thread Hugh Williams
Hi Greg, Was the data reloaded using this updated 6.1.3 binary or was the existing database file used ie that was loaded with the 6.1.2 binary ? As I would suggest reloading the data into a new empty database using the 6.1.3 binary, then try to dump the graphs. Best Regards Hugh Williams Profe