Re: [Virtuoso-users] Delete from SPARQL Endpoint

2008-06-11 Thread Chuck Borromeo
"SPARQL"; > > via ISQL ? By default, SPARQL endpoint account has > read-only access to > data due to obvious security reasons. > > Best Regards, > > Ivan Mikhailov, > OpenLink Software > http://virtuoso.openlinksw.com > > > On Fri, 2008-06-06 at 14:07

[Virtuoso-users] Delete from SPARQL Endpoint

2008-06-06 Thread Chuck Borromeo
Hi, I am trying to delete a triple from my local machine. I am running Virtuoso 5.0.6. I am executing the following SPARQL statement from the SPARQL endpoint: delete from graph { } I got the following error when I ran on my localhost. It sounds like a

Re: [Virtuoso-users] No data returned 64 bit Mac running Leopard

2008-05-14 Thread Chuck Borromeo
cess it ? > > The Virtuoso JDBC Driver is a Type 4 "Pure" Java > application and as > such is not dependent on the underlying OS only that their > is a JVM > for the OS which can host it. So you use the same JDBC > driver for all > OS'es > > Re

Re: [Virtuoso-users] No data returned 64 bit Mac running Leopard

2008-05-13 Thread Chuck Borromeo
the end of > next week. I > shall notify you when we have a cut available for you to > test. > > Best Regards > Hugh Williams > Professional Services > OpenLink Software > > On 9 May 2008, at 17:06, Chuck Borromeo wrote: > > > Hello, > > We succes

[Virtuoso-users] Query getting Truncated

2008-05-13 Thread Chuck Borromeo
Hello, I am running Virtuoso 5.0.6 on Mac OX 10.5. I am executing queries against Virtuoso using Jena 2.5.4. When I run queries that are short (fewer than about 10 lines), they run fine. However, it looks like the longer queries are getting truncated. I have copied the output from the comm

Re: [Virtuoso-users] No data returned 64 bit Mac running Leopard

2008-05-11 Thread Chuck Borromeo
Hi Hugh, Thanks for the information about the new drivers. I have a tuning question. Right now, we have a dual CPU, 8 core Power Mac server running Leopard. We have our Virtuoso server striped across 2 separate disks (to reduce I/O contention). When we execute a query, only one of the 8 co

[Virtuoso-users] No data returned 64 bit Mac running Leopard

2008-05-09 Thread Chuck Borromeo
Hello, We successfully built our Virtuoso Server using the 64-bit binaries for Leopard (Mac OS X 10.5). We re-imported all of the data from our old system into the 64-bit version. We are using JDBC drivers to connect our web application to the Virtuoso Server. Here is our environment: Mac

[Virtuoso-users] building Open Source 5.0.6 on mac

2008-05-01 Thread Chuck Borromeo
i386 -mmacosx-version-min=10.4" CFLAGS="-O -m64 -mmacosx-version-min=10.4" How do I use the 64 bit flag for building with OS X 10.4? Here are the stats of the server: OS X 10.4.11 Virtuoso 5.0.6 Please let me know what error messages or log files to provide. Th