Hi all

I'm running Virtuoso-7.1.0 over a Ubuntu 12.04 with 4GB of RAM, and I'm 
having the following problem.
I'm using a script for loading the data as it is explained here [1]. The 
script is the following

/opt/virtuoso-7.1.0/default/bin/isql -S "$1" -U xxx verbose=on 
banner=off prompt=off echo=ON errors=stdout exec="ld_dir('$2', '*.ttl', 
'$3'); rdf_loader_run(); checkpoint;"

When I run the script the first time, the RDF triples are stored in 
virtuoso.
However, in upcoming loads I don't get any error message, and there is 
nothing weird on the virtuoso.log file ... but the data is not stored ...

I'm wondering if this is because the files I'm trying to load are not so 
big ... 4 MB - 50 MB
The thing is that with the time, files will be bigger and bigger, and 
that's why I started to work with "ld_dir" ....

I tried with another machine, and I had the same issue ... same virtuoso 
version 7.1.0

Do you have any idea what I'm doing wrong?
Do I have to modify a particular configuration parameter? ... In the 
past, these kind of loads were working fine .... is it sth new of 
version 7.1.0?

Thanks in advance and regards

Best
Boris

[1] 
http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtBulkRDFLoader

------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to