Re: [Virtuoso-users] Startup error on stable7

2014-03-01 Thread Hugh Williams
Hi Quentin, You can use the DB.DBA.RDF_AUDIT_METADATA() to check and attempt to repair any issue found in the RDF meta data ... Best Regards Hugh Williams Professional Services OpenLink Software, Inc. // http://www.openlinksw.com/ Weblog -- http://www.openlinksw.com/blogs/ Li

Re: [Virtuoso-users] Virtuoso 7 query intermittently failing to return results

2014-03-01 Thread Hugh Williams
Hi Quentin, Sounds like there maybe a problem with the indexes on the RDF_QUAD table, so you should. 1. Perform integrity check on the database with the command "backup '/dev/null';" 2. Check the count of indexes on the RDF_QUAD table which should all be the same: select count(*) f

Re: [Virtuoso-users] Exception thrown when deleting existing user

2014-03-01 Thread Hugh Williams
Hi Quentin, I see this issue executing via the conductor isql UI but it does not occur when run against the command line isql SQL> create procedure test.test.testUserDrop ( ) test.test.testUserDrop(0) { test.test.testUserDrop(1) DB.DBA.USER_CREATE('testUser','badpassword'); test.test.testUser

Re: [Virtuoso-users] splt_and_decode

2014-03-01 Thread Hugh Williams
Hi Quinten, I am checking this with development ... Best Regards Hugh Williams Professional Services OpenLink Software, Inc. // http://www.openlinksw.com/ Weblog -- http://www.openlinksw.com/blogs/ LinkedIn -- http://www.linkedin.com/company/openlink-software/ Twitter -- http

Re: [Virtuoso-users] how to find path

2014-03-01 Thread Hugh Williams
Hi Nikunj, A Virtuoso transitive query can provide the path length between nodes in a graph as detailed in the examples at: http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtsubClassOfOrientedSubsumptionTransitiveOptions Best Regards Hugh Williams Professional Services Ope

Re: [Virtuoso-users] URI resources redirection to fct page

2014-03-01 Thread Hugh Williams
Hi Javier, You would need to define a rewrite rule in Virtuoso that will take the URI form and redirect to the /fct page . Details on creating Virtuoso rewrite rules can be found at: http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtDeployingLinkedDataGuide_UsingVirtuoso#A