HI Peter,
I am wondering what the following two error messages mean, and am wondering
what I have to do to fix the issue.
SQL> DB.DBA.RDF_OBJ_FT_RULE_ADD ('http://bio2rdf.org/ns/terms#', null,
'http://bio2rdf.org/ns/terms#');
Connected to OpenLink Virtuoso
Driver: 05.08.3034 OpenLink Virtuoso ODBC Driver
*** Error 42001: [Virtuoso Driver][Virtuoso Server]SR185: Undefined procedure
DB.DBA.VT_BATCH_PROCESS_DB_DBA_RDF_OBJ.
at line 1 of Top-Level:
DB.DBA.RDF_OBJ_FT_RULE_ADD ('http://bio2rdf.org/ns/terms#', null,
'http://bio2rdf.org/ns/terms#')
SQL> DB.DBA.VT_INC_INDEX_DB_DBA_RDF_OBJ ();
*** Error 42001: [Virtuoso Driver][Virtuoso Server]SR185: Undefined procedure
DB.DBA.VT_INC_INDEX_DB_DBA_RDF_OBJ.
at line 2 of Top-Level:
DB.DBA.VT_INC_INDEX_DB_DBA_RDF_OBJ ()
What version of VOS are you currently running.
If you have not upgraded yet, i would like you to try the latest VOS
5.0.9 release from Sourceforge:
<http://sourceforge.net/project/showfiles.php?group_id=161622&package_id=182118&release_id=626647>
Let me know if this solves your problem.
Patrick