Re: [Virtuoso-users] admin passwords stop working--never mind.. sorry

2011-02-21 Thread Tedder,Matthew Charles
Never mind.. I was mixing up applications. I was using "admin" where I should have entered "dba". I was being dumb... dumb.. sorry. Matthew From: Tedder,Matthew Charles [mted...@ufl.edu] Sent: Monday, February 21, 2011 5:35 PM To: Hugh Williams; Aldo Bu

[Virtuoso-users] admin passwords stop working..

2011-02-21 Thread Tedder,Matthew Charles
I don't understand. I installed two instances of Virtuoso, went into the Conductor and changed the admin password. In both instances, the password I know I set it to now do not work.. I get an "invalid credentials" error upon trying to login. Matthew

Re: [Virtuoso-users] Transaction Deadlock with two consecutive SPARQL HTTP queries

2011-02-21 Thread Hugh Williams
Hi Aldo, Have yout tried passing the log_enable(2) option in your query string which is recommended when performing multiple concurrent SPARUL operations to avoid deadlocks as detailed at: http://docs.openlinksw.com/virtuoso/rdfperformancetuning.html#rdfperfsparul Assuming you are qu

Re: [Virtuoso-users] sparql and conductor on different port

2011-02-21 Thread Pierre-Yves Chibon
On Mon, 2011-02-21 at 14:39 +0100, Laure Mina wrote: > The created SPARQL endpoint seems accessible from the local machine. I > want to ask if it can be accessible by the other machines that are not > in the local network of the server. You will have to configure your firewall for this, ie openin

Re: [Virtuoso-users] sparql and conductor on different port

2011-02-21 Thread Laure Mina
The created SPARQL endpoint seems accessible from the local machine. I want to ask if it can be accessible by the other machines that are not in the local network of the server. Best, Laure 2011/2/21 Laure Mina > Hi, > > Yes, I load RDF files using Bulk load script ant I setup a new Sparql > en

Re: [Virtuoso-users] Missing datatypes using ADO.NET

2011-02-21 Thread Hugh Williams
Hi Rob, We are looking into this and will report back with our findings / fix ... Best Regards Hugh Williams Professional Services OpenLink Software Web: http://www.openlinksw.com Support: http://support.openlinksw.com Forums: http://boards.openlinksw.com/support Twitter: http://twitter.com/OpenL

Re: [Virtuoso-users] Missing datatypes using ADO.NET

2011-02-21 Thread Rob Vesse
Hi Hugh et al Building the latest ADO.Net provider from the snapshot source does appear to fix the datatypes issue for me but I then encounter another issue. I'm not sure if this is just due to me only building the ADO.Net provider on it's own and not building the entirety of Virtuoso - any cha

[Virtuoso-users] Transaction Deadlock with two consecutive SPARQL HTTP queries

2011-02-21 Thread Aldo Bucchi
Hi, I was running a test suite for an app that talks profusely to Virtuoso via SPARQL HTTP and I kept running into a deadlock. I was able to isolate the problem by HTTP POSTing the following two queries consecutively and w/o waiting for the previous one to complete ( with a non blocking client suc

Re: [Virtuoso-users] sparql and conductor on different port

2011-02-21 Thread Laure Mina
Hi, Yes, I load RDF files using Bulk load script ant I setup a new Sparql endpoint at http://hostname:8080/sparql , but I get the previous error "file not found". I think there is something missed for me before the setup of Sparql endpoint. But, I am not sure. Best, Laure 2011/2/18 Hugh Williams