[Virtuoso-users] "Default Host" setting when running behind a reverse proxy on a separate machine

2010-05-25 Thread Peter DeVries
How do you set the name of the Virtuoso server startup parameters Virtuoso configuration file "/etc/virtuoso-opensource-6.0/virtuoso.ini" "Default Host" when the Virtuoso machine is hosted behind a reverse-proxy running on a separate machine? - Pete -- ---

Re: [Virtuoso-users] Virtual Database - Composite data types

2010-05-25 Thread Mark James
Hi Hugh, Thanks for following up on this. Is there a possibility of getting new functionality to handle this in future? My thinking is 1. Allow the tweaking of the mapping between virtuoso and the other database to be able to explode the data. Perhaps using sql? Or alternatively - 2.

[Virtuoso-users] Retrieving a count of triples loaded into a VOS Server?

2010-05-25 Thread Peter DeVries
Is there a quick way to determine the number of triples loaded into a VOS server? Thanks in Advance :-) - Pete Pete DeVries Department of Entomology University of Wisconsin - Madison 445 Russell Laboratories 1630 Linden Drive Madiso

Re: [Virtuoso-users] Virtual Database - Composite data types

2010-05-25 Thread Hugh Williams
Hi Mark, I have been looking into this issue further and as the ODBC standard itself does not support complex datatypes, then their is no means of passing these types to an ODBC application ie the Virtuoso Virtual database engine in this case. Thus the only solution I can see would be create vi

[Virtuoso-users] Strange query results

2010-05-25 Thread Sebastian TrĂ¼g
While trying to get to the bottom of a very very slow query I notives this: $ nepomukcmd query "select count(distinct ?r) where { ?r a ?t . \ ?t rdfs:subClassOf rdfs:Resource . \ ?r ?p ?o . \ ?o bif:contains 'nepo' . \ }" $ callret-0 -> "24"^^

Re: [Virtuoso-users] full-text search

2010-05-25 Thread mats . gls
I decided to use CONSTRUCT to make a new predicate with the search terms, that can be inserted with SPARUL. In case anyone's interested, example for albums that can be looked up by artist and/or album name. It seems to work ok with CONSTRUCT { ?s `bif:concat(?o, "

Re: [Virtuoso-users] Virtuoso server on Debian with apache proxying

2010-05-25 Thread Patrick van Kleef
HI Nicolas, Going further on investigation, I've some little problems: 1- strange caracters appearing on the conductor screen (A like symbol on capture of virtuoso conductor screen) Will need to have a look using your method of proxy rewrite to see what it produces. I did not notice anyt

Re: [Virtuoso-users] Virtuoso server on Debian with apache proxying

2010-05-25 Thread Patrick van Kleef
Hi Nicolas, I followed your recommandation, still having the same issue. I had the message: Invalid command 'ProxyHTMLEnable' when restarting apache. In fact, it seems to be related to my problem, as response from html server systematically removed /virtuoso/. This module may not be insta

Re: [Virtuoso-users] Virtuoso server on Debian with apache proxying

2010-05-25 Thread Nicolas Figay
Going further on investigation, I've some little problems: 1- strange caracters appearing on the conductor screen (A like symbol on capture of virtuoso conductor screen) 2- with isparql, it seems that some stylesheet does not apply (can be compared between the two ispaql captures attached) Any id

Re: [Virtuoso-users] Virtuoso server on Debian with apache proxying

2010-05-25 Thread Nicolas Figay
Hi Patrick, I followed your recommandation, still having the same issue. I had the message: Invalid command 'ProxyHTMLEnable' when restarting apache. In fact, it seems to be related to my problem, as response from html server systematically removed /virtuoso/. After investigating on the web, I

Re: [Virtuoso-users] Virtual Database - Composite data types

2010-05-25 Thread Hugh Williams
Hi Mark, An iODBC Driver Manager trace would be useful to have to see where the fails are occurring with the EasySoft ODBC driver. We have not performed any testing of Virtuoso with the EasySoft ODBC driver and thus would recommend the use of the OpenLink Multi-Tier ODBC Drivers, which have bee

[Virtuoso-users] Virtual Database - Composite data types

2010-05-25 Thread Mark James
Hi, I'm trying to load a number of oracle tables as a virtual tables. These tables contain complex datatypes within certain columns. Eg - CREATE or REPLACE TYPE "CUST_ADDRESS_TYP" as object (streed_address varhar2(40), postal_code varchar2(10), city varhar2(30), state_province varchar2(10), countr