[Virtuoso-users] Correct way to shut down the Virtuoso- Server

2009-11-27 Thread Rameswara Sashi Kiran Challa
Hii, I installed the Virtuoso open source software on unix and I started the server using ./virtuoso.t -c /location_of_virtuoso.ini How do I shut down the server. What is the command for the same ? >From the documentation I understood tht once an RDF document is uploaded either using curl or using

Re: [Virtuoso-users] Speed up Virtuoso start

2009-11-27 Thread Tim Haynes
Sebastian Trueg wrote: > Virtuoso Maintainer wrote: >> If you kill virtuoso with a SIGTERM, it will initiate a fast shutdown, >> without performing a checkpoint. >> >> If you want it to perform a complete shutdown of the database, you >> either use the isql tool to perform a shutdown command, or yo

Re: [Virtuoso-users] inserting xsd:boolean datatype

2009-11-27 Thread Aldo Bucchi
Hi, On Thu, Nov 26, 2009 at 1:00 PM, Ivan Mikhailov wrote: > Hello Christian, > >> I'm having a problem when I try to recover inserted triples which had >> xsd:boolean datatypes,  after insertion, they seem to be turned into >> xsd:integer > > > There's no BOOL built-in type in SQL so no such in

Re: [Virtuoso-users] inserting xsd:boolean datatype

2009-11-27 Thread Sebastian Trueg
In Soprano I actually simulate them using a custom-typed string. It works nicely except of course that you cannot use it in queries. ...well, to be honest I never tried something like: FILTER(xsd:boolean(?x) something) where ?x binds to the custom types string which contains "true" or "1" or "fal

Re: [Virtuoso-users] sparql bug?

2009-11-27 Thread Ivan Mikhailov
Hello Nathan, I'm unable to reproduce the bug, it works for me as expected, so I'd like to know more details --- server version and RDF Views in use (if any) and the whole text of a stored procedure if the query is part of its text. Best Regards, Ivan Mikhailov OpenLink Software http://virtuoso.

Re: [Virtuoso-users] inserting xsd:boolean datatype

2009-11-27 Thread Ivan Mikhailov
Hello Christian, > I'm having a problem when I try to recover inserted triples which had > xsd:boolean datatypes, after insertion, they seem to be turned into > xsd:integer There's no BOOL built-in type in SQL so no such in the database. However there was a discussion yesterday with a conclusio

Re: [Virtuoso-users] Upper Limit of triples inserted

2009-11-27 Thread Hugh Williams
Hi Nirmala, Can you try with this latest release please ... 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/OpenLink On 27 Nov 2009, a

Re: [Virtuoso-users] Upper Limit of triples inserted

2009-11-27 Thread Nirmala Seehappan
Hi Hugh, I haven't tested this on the 5.0.12. Thanks, Nirmala -Original Message- From: Hugh Williams [mailto:hwilli...@openlinksw.com] Sent: Thursday, November 26, 2009 7:10 PM To: Nirmala Seehappan Cc: virtuoso-users@lists.sourceforge.net Subject: Re: [Virtuoso-users] Upper Limit of t