Hello,

we may have found a case where bulk load doesn't report error but invalid data has a side effect on the "backup-dump" process, step to reproduce :

1) - in an empty database : use

ld_dir('e:/virtuosoBACKUP/test', 'badiritest.nt','http://hub.abes.fr/journals/wiley2011/20170921');

with these data in file badiritest.nt

<http://hub.abes.fr/wiley/periodical/ejoc/2004/volume_2004/issue_21/101002/ejoc200400407/pintodiana\u00A0c\u00A0g\u00A0a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .

rdf_loader_run();

checkpoint;

shutdown;

2) then you can't success to process the "backup-dump" procedure :

virtuoso-t +foreground +configfile "c:\Program Files\OpenLink Software\VOS7\virtuoso-opensource\database\virtuoso.ini" +backup-dump


even if data is really in store :

SQL> SPARQL select ?s ?p ?o from <http://hub.abes.fr/journals/wiley2011/20170921> {?s ?p ?o};
s p o
LONG VARCHAR LONG VARCHAR LONG VARCHAR
_______________________________________________________________________________

http://hub.abes.fr/wiley/periodical/ejoc/2004/volume_2004/issue_21/101002/ejoc200400407/pintodiana c g a http://www.w3.org/1999/02/22-rdf-syntax-ns#type http://xmlns.com/foaf/0.1/Person

1 Rows. -- 0 msec.


tested on windows , need to reproduce under linux.


Thanks

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to