Re: [Virtuoso-users] Access nonlocal Virtuoso instance

2010-03-04 Thread Hugh Williams
Hi Alexander, It is unclear to me as to what your problem is. I don't understand what you mean by "I have installed Virtuoso and set System DSN using state white ip address." What "System DSN" is this, for and ODBC connection ? Ultimately, it seems you are saying that remote connections to t

Re: [Virtuoso-users] Access nonlocal Virtuoso instance

2010-03-04 Thread Ivan Mikhailov
Hello Alexander, 1. As a common rule there should be no masquerading routers between client and server, so if you're using an ISDN, ADSL or long-range wire modem then check that it is in some transparent mode (router only or IP-over-ppp or the like, but not a firewall with DMZ (demilitarized zone)

Re: [Virtuoso-users] Free Text Search nonenglish symbols

2010-03-04 Thread Hugh Williams
Hi Alexander, If you can point out an such incorrect examples in the documentation then we can fix them. Do we aware that "and" and "or" act as a logical operators in bif:contains and thus do not require the extra quoting in string searches, so you can have: bif:contains (?text, "hello and wor

[Virtuoso-users] Access nonlocal Virtuoso instance

2010-03-04 Thread Alexander Sidorov
Hello! I have installed Virtuoso and set System DSN using state white ip address. Virtuoso is accessed from local computer, but throws "No such host" exception at other computers. At the same time conductior is accessed without any problems. Firewall is switched off. Are there any additional activ

Re: [Virtuoso-users] Free Text Search nonenglish symbols

2010-03-04 Thread Alexander Sidorov
Hi Hugh, Thank you, that helped. But there are a lot of examples at documentation that use just double quotes... Regards, Alexander 2010/3/4 Hugh Williams > Hi Alexander, > > Try the following: > > SELECT * WHERE { ?s ?p ?o . ?o bif:contains "'Some non english literal'" } > > Note the addition

Re: [Virtuoso-users] Free Text Search nonenglish symbols

2010-03-04 Thread Hugh Williams
Hi Alexander, Try the following: SELECT * WHERE { ?s ?p ?o . ?o bif:contains "'Some non english literal'" } Note the addition of single quotes within the double quotes which is how Virtuoso handles phrases in bif:contains. Best Regards Hugh Williams Professional Services OpenLink Soft

Re: [Virtuoso-users] Syncing a graph between two instances

2010-03-04 Thread Ivan Mikhailov
Hello Aldo, I did not retest it for ages, but http://docs.openlinksw.com/virtuoso/rdfsparql.html reminds syntax [DML]* LoadAction ::= 'LOAD' PrecodeExpn ( ( 'IN' | 'INTO' ) 'GRAPH' ( 'IDENTIFIED' 'BY' )? PrecodeExpn )? Thus, on source site it's enough to have some redirect from some IRI to CONS

Re: [Virtuoso-users] SPARQL query returns blank nodes as literals in some cases

2010-03-04 Thread Ivan Mikhailov
Hello Martin, Consider upgrade to some recent version. If that is impossible then I need an exact server version number to check if I can create a safe patch specifically for that version. Best Regards, Ivan Mikhailov OpenLink Software http://virtuoso.openlinksw.com On Thu, 2010-03-04 at 18:16

Re: [Virtuoso-users] Syncing a graph between two instances

2010-03-04 Thread Aldo Bucchi
Here are some thoughts: - Use remote SPARQL execution ( not in V6.1, right? ) - Issue SPARQL construct to remote instance's sparql endpoint via HTTP. Parse result and replace graph Of this does not scale as well as moving TTL files around. But for 90% of our use cases it should work just fine. T

[Virtuoso-users] SPARQL query returns blank nodes as literals in some cases

2010-03-04 Thread Martin Gerlach
Hi, At my company we're currently experiencing a problem with SPARQL results containing blank nodes. If blank nodes are bound to variables in the subject position, or variables in both subject and object positions, of triples matched by the query, everything is ok. However, if blank nodes are bo

[Virtuoso-users] Syncing a graph between two instances

2010-03-04 Thread Aldo Bucchi
Hi, This is a common requirement that I usually solve in an ad-hoc manner. Say I have an instance V1 with graph A. And then I have a (remote) instance V2 with graph B. The requirement is: I want graph B to remain sync'ed to graph A over time. It needn't be automatic, but it should be cheap and ho

Re: [Virtuoso-users] GPF: rltrx.c:1058 more locks than rows

2010-03-04 Thread Tim Haynes
Mirko wrote: [] So, my problem is 2-fold: - How can I restart Virtuoso without roll forward, which again leads to the GPF Hi, Normally, you'd delete the transaction file - rm virtuoso.trx or similar. In a real pinch, you can use the crashdump and restore options: http://docs.openlinksw.co

[Virtuoso-users] GPF: rltrx.c:1058 more locks than rows

2010-03-04 Thread Mirko
I suceeded to restart my DB w/o roll forward. But I still appreciate any help on how to avoid the locks. Thanks, - Mirko Anfang der weitergeleiteten E-Mail: > Von: Mirko > Datum: 4. März 2010 16:49:19 MEZ > An: "virtuoso-users@lists.sourceforge.net List" > > Betreff: GPF: rltrx.c:1058 more l

[Virtuoso-users] GPF: rltrx.c:1058 more locks than rows

2010-03-04 Thread Mirko
Hi all, my Virtuoso (Version 06.00.3123-pthreads for Linux as of Nov 13 2009) crashes with the following log when I run the procedure below: Virtuoso.log: [...] 16:31:24 Mildly suspect to shift a deleted rl to the rihgt side of a split [...] 16:31:24 Mildly suspect to shift a deleted rl to the r

[Virtuoso-users] Free Text Search nonenglish symbols

2010-03-04 Thread Alexander Sidorov
Hello! I'm trying to find some information at lod.openlinksw.com using simple query: SELECT * WHERE { ?s ?p ?o . ?o bif:contains "Some non english literal" } As result I get an error telling "Invalid character in free-text search expression, it may not appear outside quoted string". I there any