[Virtuoso-users] Problem to restart a large virtuoso server - disk.c

2010-03-26 Thread Marc-Alexandre Nolin
Hello, I've load a complete version of PDB in N3 with an approximate size of 14 billions triples. It completed successfully, but it crash at the end of a checkpoint and don't want to restart. I'm getting the following error: GPF: disk.c:2046 looking for a dp allocation bit that is out of range Se

Re: [Virtuoso-users] RDF View Mapping Question...

2010-03-26 Thread Jesse Sightler
Yes, including that directive also did not help until I mapped the primary key as one of the properties. On Fri, Mar 26, 2010 at 7:32 AM, Ivan Mikhailov wrote: > Hello Jesse, > > On Thu, 2010-03-25 at 16:30 -0400, Jesse Sightler wrote: > > I am continuing to evaluate the RDF View mapping capabili

Re: [Virtuoso-users] RDF View Mapping Question...

2010-03-26 Thread Ivan Mikhailov
Hello Jesse, On Thu, 2010-03-25 at 16:30 -0400, Jesse Sightler wrote: > I am continuing to evaluate the RDF View mapping capabilities of > Virtuoso. The whitepaper on the subject is useful, but I'm still > having issues manually generating a mapping (needed in our case, as we > want to match a sp

Re: [Virtuoso-users] RDF View Mapping: Crossing a Join Table

2010-03-26 Thread Hugh Williams
Hi Jesse, You probably need an additional join condition between vehicle_tbl and driver_tbl ie something of the form: ^{driver_tbl.}^."vehicle_id" = ^{vehicle_tbl.}^."id" Or whatever columns link the two tables ... Best Regards Hugh Williams Professional Services OpenLink Software