Re: [Virtuoso-users] Deploying MusicBrainz backup for EC2 AMI locally

2010-06-02 Thread Hugh Williams
Hi Mats, Looks like the same problem as we saw before, which we got around by dropping all the triggers on the tables WS.WS.SYS_DAV_* Best Regards Hugh Williams Professional Services OpenLink Software Web: http://www.openlinksw.com Support: http://support.openlinksw.com Forums: http://boards.ope

Re: [Virtuoso-users] Best way to Create a RDF Dump File from Virtuoso?

2010-06-02 Thread mats . gls
Maybe this will work you http://docs.openlinksw.com/virtuoso/rdfperformancetuning.html#rdfperfdumpandreloadgraphs On Wed, Jun 2, 2010 at 10:55 PM, Peter DeVries wrote: > I have been working to get up to speed with Virtuoso and would like to > create RDF dump files of the triples I have loaded on

[Virtuoso-users] Best way to Create a RDF Dump File from Virtuoso?

2010-06-02 Thread Peter DeVries
I have been working to get up to speed with Virtuoso and would like to create RDF dump files of the triples I have loaded on the server. Right now my VIrtuoso server crawls my data set's semantic sitemap and pulls the RDF out of my Rails App. In the future I would also like to add additional rele

Re: [Virtuoso-users] Deploying MusicBrainz backup for EC2 AMI locally

2010-06-02 Thread mats . gls
It looks like the MusicBrainz dump makes it try to call a replication procedure. With fn_trace it shows the additional error ERRS_0 42001 SR185 Undefined procedure DB.DBA.REPL_GETDATE Cheers, Mats On Wed, Jun 2, 2010 at 3:37 PM, Hugh Williams wrote: > Hi Mat/Bob, > > Can you please enable the Vi

Re: [Virtuoso-users] PUTting RDF

2010-06-02 Thread Kingsley Idehen
Nathan wrote: Kingsley Idehen wrote: Nathan wrote: Hi, What's the simplest way to get the contents of an RDF document in to a specified graph in the quad store? If you accept the Resource URL as its Named Graph IRI then just use the sponger. Basically, just enable the pragma: define get:s

Re: [Virtuoso-users] Deploying MusicBrainz backup for EC2 AMI locally

2010-06-02 Thread Hugh Williams
Hi Mat/Bob, Can you please enable the Virtuoso trace_on() function as detailed at: http://docs.openlinksw.com/virtuoso/fn_trace_on.html Attempt to access the conductor again, check the virtuoso.log file for any additional errors related to the conductor loading and report these errors.

Re: [Virtuoso-users] PUTting RDF

2010-06-02 Thread Nathan
Kingsley Idehen wrote: Nathan wrote: Hi, What's the simplest way to get the contents of an RDF document in to a specified graph in the quad store? If you accept the Resource URL as its Named Graph IRI then just use the sponger. Basically, just enable the pragma: define get:soft "replace"

Re: [Virtuoso-users] PUTting RDF

2010-06-02 Thread Kingsley Idehen
Nathan wrote: Hi, What's the simplest way to get the contents of an RDF document in to a specified graph in the quad store? If you accept the Resource URL as its Named Graph IRI then just use the sponger. Basically, just enable the pragma: define get:soft "replace" option should you want t

Re: [Virtuoso-users] Deploying MusicBrainz backup for EC2 AMI locally

2010-06-02 Thread Bob Ferris
Hi, I also get this error with vos 5.0.14. The knowledge base in general seems to work, I could look up different MusicBrainz entries. My further steps are now the following: 1. Create a dump graph of the whole knowledge base (I used the procedures from [1], is that the right way? - This pro

Re: [Virtuoso-users] Deploying MusicBrainz backup for EC2 AMI locally

2010-06-02 Thread mats . gls
Hi, I also tried this, but after the restore I'm getting "Error 42000 DA010: Can't store the file '/DAV/VAD/conductor/main_tabs.vspx-m': DAV error -29" when I try to access the conductor. Cheers, Mats On Wed, Jun 2, 2010 at 2:51 AM, Hugh Williams wrote: > Hi Bob, > > Yes, you can just copy the

Re: [Virtuoso-users] Deploying MusicBrainz backup for EC2 AMI locally

2010-06-02 Thread Hugh Williams
Hi Bob, Yes, you can just copy the restore-tmp.db to virtuoso.db, this being what the restart.sh script with the AMIs do, and I should have included in my mini instructions in the previous email: # more restart.sh #!/bin/sh # This script is invoked from Virtuoso PL to restart the server # duri