Re: [Virtuoso-users] PHP odbc-connect() cannot see DSN / default driver

2009-05-30 Thread Kingsley Idehen
ericdes wrote: Hi Patrick, I think you are talking about the instructions which are in drupal/sites/all/settings.php, originally set to: $db_url = 'odbc://drupal:ignored@Local Virtuoso/drupal'; which I replaced with my actual parameters: $db_url = 'odbc://dba:dba@Virtuoso/drupal'; To m

Re: [Virtuoso-users] HTTP 406 when SPARQLing lod.openlinksw.com

2009-05-30 Thread Aldo Bucchi
Hi, FYI. Here's a modified version of the sesame http client module that now issues dumb accept headers ( only SPARQL XML ). It is an effective workaround for the CN glitch if you're experiencing it while using sesame HTTPRepository. Install this in your maven local repo (overwrite the old jar) a

Re: [Virtuoso-users] PHP odbc-connect() cannot see DSN / default driver

2009-05-30 Thread ericdes
Hi Patrick, I think you are talking about the instructions which are in drupal/sites/all/settings.php, originally set to: $db_url = 'odbc://drupal:ignored@Local Virtuoso/drupal'; which I replaced with my actual parameters: $db_url = 'odbc://dba:dba@Virtuoso/drupal'; To my knowledge re.

Re: [Virtuoso-users] Versioning in Dav

2009-05-30 Thread ericdes
I followed the link but couldn't see a word about how turning on versioning. Also, I don't have a button 'Add Link', which should show in Web Application Server | Content Management | Repository. ericdes On 5/30/2009 5:21 PM, Patrick van Kleef wrote: Yes, DAV folders can use versioning, whi

Re: [Virtuoso-users] Versioning in Dav

2009-05-30 Thread Patrick van Kleef
Hi Eric, I remember having read somewhere in your website that versionning in the web folders was as feature of Virtuoso. How do you use this feature? Is there any related documentation? Yes, DAV folders can use versioning, which can be set by using the Conductor. http://docs.openli

Re: [Virtuoso-users] PHP odbc-connect() cannot see DSN / default driver

2009-05-30 Thread Patrick van Kleef
Hi Eric, I installed the drupal vad package, and I'm pretty sure I have the right connection string in settings.php First of all i am assuming you read the following article: http://ods.openlinksw.com/dataspace/dav/wiki/ODS/ OdsIntegrationDrupal $db_url = 'odbc://dba:dba@Virtuoso

Re: [Virtuoso-users] How to create a new catalog / database?

2009-05-30 Thread Patrick van Kleef
HI Eric, Hello and thank for sharing this master piece of software in open source. I'm currently evaluating it but I am stuck at some basic tasks, one of them is: How do I create a new catalog / database? You can use the USE statement to create a new catalog within virtuoso e.g.

Re: [Virtuoso-users] undefined reference to `cache_resources' during Virtuoso build

2009-05-30 Thread Berwanger, Christian
Hi Patrick, Thanks for your answer. However the same link error still appears after touching libsrc/Wi/sql_code_cache.c. Any other idea? Christian -Original Message- From: Virtuoso Maintainer [mailto:vos.ad...@openlinksw.com] Sent: 29 May 2009 22:04 To: Berwanger, Christian Cc: virtuos

[Virtuoso-users] Versioning in Dav

2009-05-30 Thread ericdes
I remember having read somewhere in your website that versionning in the web folders was as feature of Virtuoso. How do you use this feature? Is there any related documentation? Thank you, ericdes Configuration: - OpenLink Virtuoso (Open Source edition) - Version: 05.11.3039 (Win32) installe

[Virtuoso-users] PHP odbc-connect() cannot see DSN / default driver

2009-05-30 Thread ericdes
I installed the drupal vad package, and I'm pretty sure I have the right connection string in settings.php $db_url = 'odbc://dba:dba@Virtuoso/drupal'; $db_prefix = 'drupal.drupal.'; 'Virtuoso' being a system data source using the driver 'Virtuoso (Open Source') -- working fine in a .Net appl

[Virtuoso-users] How to create a new catalog / database?

2009-05-30 Thread ericdes
Hello and thank for sharing this master piece of software in open source. I'm currently evaluating it but I am stuck at some basic tasks, one of them is: How do I create a new catalog / database? Maybe I'm looking at the wrong places, I haven't be able to find the instruction in the documenta