On Mon, Nov 12, 2007 at 11:04:22AM -0800, jsolderitsch wrote:
I successfully installed Monet on Mac OS X (Tiger) and it works as expected.
I can use JDBC from Aqua Data Studio or even Netbeans 6.0 beta 2 to access databases I create but my experiments so far are when these clients and the Monet DB are on the same Mac OS X host.
Now I want to install Monet on a linux box on my network and access the DB via JDBC from my Mac.
I installed Monet on the linux box (Cent OS).
But access via JDBC from the Mac does not seem to be working. I seem to connect from the Mac via Aqua Data Studio, but I do not see the demo database. Instead I see a <DEFAULT> database listed with no schemas. I created a new user and and a schema for that user on Linux using the command line client and that seemed to work.
But after disconnecting and re-connecting, I still don't see the database.
Could I be doing something wrong?
I'm guessing your server isn't opened for remote connections. You can enable this by editing your $prefix/etc/monetdb5.conf file (usually prefix = /). And change mapi_open=false into mapi_open=true. (or simply start your mserver5 with mserver5 --dbinit="include sql;" --set mapi_open=true Niels
Jim -- View this message in context: http://www.nabble.com/Using-JDBC-for-MonetDB-across-the-network-tf4793137.ht... Sent from the monetdb-users mailing list archive at Nabble.com.
------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ MonetDB-users mailing list MonetDB-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-users
-- Niels Nes, Centre for Mathematics and Computer Science (CWI) Kruislaan 413, 1098 SJ Amsterdam, The Netherlands room C0.02, phone ++31 20 592-4098, fax ++31 20 592-4312 url: http://www.cwi.nl/~niels e-mail: Niels.Nes@cwi.nl