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;"