login about faq

I have set up my virtuoso server on windows, now it works on 'localhost:8890' , the dashboard at 'localhost:8890/conductor' works fine, now I'm trying to upload the dbpedia triples dump files to the server.

I tried the conductor 'semantic web' tab to upload triple files, it works fine with the small triple files , but on most files it returns invalid input file error

I also tried the API function through CMD:

DB.DBA.TTLP_MT_LOCAL_FILE ('./geo_coordinates_en.nt','', 'geoCoOrdinates');

it mostly works, but sometimes also it returns an error in a certain triple in a file and stops uploading the whole file

I finally tried to put all the .nt files in a folder in the database folder of the virtuoso folder, then I made the following through the API:

SQL> ld_dir ('tmp', '.', 'http://dbpedia.org');

Done. -- 47 msec.

SQL> rdf_loader_run ();

and it's still running since last night (about 14 hours now) , I'm not sure it's still working or something happened, but the dashboard takes forever to load and doesn't load.

Am I on the right track or not ? The files are about 17GB total, normally the 1.5GB file loaded in 10 minutes...

asked Feb 15 at 13:42

sherifkandeel's gravatar image

sherifkandeel
20914

edited Feb 15 at 13:42

Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or __italic__
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×120
×115
×97
×4

Asked: Feb 15 at 13:42

Seen: 288 times

Last updated: Feb 15 at 13:42