Re: [Virtuoso-users] ttlp_mt problem

2009-04-15 Thread Jem Rayfield
From: Hugh Williams [mailto:hwilli...@openlinksw.com] Sent: 15 April 2009 13:50 To: Jem Rayfield Cc: Ivan Mikhailov; Hugh Williams; virtuoso-users@lists.sourceforge.net Subject: Re: [Virtuoso-users] ttlp_mt problem Hi Jem, How did you configure the instance to get it to work ? Points of note

Re: [Virtuoso-users] ttlp_mt problem

2009-04-15 Thread Hugh Williams
s working now. Thanks for the pointers. I still think that config for setting the path for temp files would help. -Original Message- From: Jem Rayfield Sent: 15 April 2009 10:24 To: 'Ivan Mikhailov'; Hugh Williams Cc: virtuoso-users@lists.sourceforge.net Subject: RE: [Virtuoso-use

Re: [Virtuoso-users] ttlp_mt problem

2009-04-15 Thread Jem Rayfield
ubject: RE: [Virtuoso-users] ttlp_mt problem Ivan et al, OK, so changing the context of the process invoking file_to_string_output() did not fix the problem. The temp session files are still written to: 09:28:30 Can't write to file /home/virtuoso/database//sesbPyLvU I invoked t

Re: [Virtuoso-users] ttlp_mt problem

2009-04-15 Thread Armin Nagel
like this very much. > I will let you know if this fixes the problem. > > Thanks for your help > Jem > > > -Original Message- > From: Ivan Mikhailov [mailto:imikhai...@openlinksw.com] > Sent: 14 April 2009 21:45 > To: Jem Rayfield > Cc: virtuoso-user

Re: [Virtuoso-users] ttlp_mt problem

2009-04-15 Thread Jem Rayfield
roblem. Thanks for your help Jem -Original Message- From: Ivan Mikhailov [mailto:imikhai...@openlinksw.com] Sent: 14 April 2009 21:45 To: Jem Rayfield Cc: virtuoso-users@lists.sourceforge.net Subject: Re: [Virtuoso-users] ttlp_mt problem Hello Jem, file_to_string_output() can flush

Re: [Virtuoso-users] ttlp_mt problem

2009-04-15 Thread Hugh Williams
Hi Jem, Note we have a DBpedia installer script for Virtuoso that can be downloaded from the following location and contains a readme file detailing its usage: http://s3.amazonaws.com/dbpedia-data/dbpedia_load.tar.gz This can be used to load all or a partial set of the available da

Re: [Virtuoso-users] ttlp_mt problem

2009-04-15 Thread Armin Nagel
Hello, if you wan't to import data to virtuoso be sure you have allowed virtuoso to read from the dir that contains your data(virtuoso.ini)! I have successfully loaded dbpedia data into virtuoso with a script hugh williams offers around this maillist. Go and find it, you will have less trouble. I

Re: [Virtuoso-users] ttlp_mt problem

2009-04-14 Thread Ivan Mikhailov
Hello Jem, file_to_string_output() can flush part of string session to a temporary file if the session is too long to keep it in memory. On almost all OSes it makes the file in the working directory of the process, say, in the current directory of the shell that launched the executable. It's advis

Re: [Virtuoso-users] ttlp_mt problem

2009-04-14 Thread Christopher Sahnwaldt
Just a guess... Maybe /home/virtuoso/database is the current directory when you start virtuoso? Try this: cd to a writable directory before you start virtuoso. (You'll need to specify the config file like this: virtuoso-t -c /home/virtuoso/database/virtuoso.ini ) Maybe the files like sestmE28h are

Re: [Virtuoso-users] ttlp_mt problem

2009-04-14 Thread Jem Rayfield
To clarify. My question is... Why is virtuoso trying to use /home/virtuoso/database//sestmE28h When my virtuoso.ini is not specifying this? How can I configure Virtuoso to use a different directory. I gues this will fix my problems? I need all data temp or otherwise to go on a diff

[Virtuoso-users] ttlp_mt problem

2009-04-14 Thread Jem Rayfield
Hi, I am trying to upload dbpedia N3 triples... using: isql dba ** verbose=on banner=off prompt=off echo=ON errors=stdout exec="ttlp_mt (file_to_string_output ('/data/virtuoso/dbpediaLoad/longabstract_en.nt'), '', 'http://*.newsonline.tc.nca.bbc.co.uk/test', 17); checkpoint;"