On Sun, Jul 16, 2006 at 05:39:59AM -0700, china-davy wrote:
Thank you very much.I have added the parameters according your suggestion.But I stil can not connet to the server from another host client.Please help me.
The conent of the MSQLserver are as follows:
@echo off rem figure out the folder name set MONETDB=%~dp0 rem remove the final backslash from the path set MONETDB=%MONETDB:~0,-1% rem start the real server "%MONETDB%\Mserver.bat" --dbinit="module(sql_server); sql_server_start();mapi_start(true);" %*
you probably also what the MonetDB/SQL server to be open for remote connections, hence: "%MONETDB%\Mserver.bat" --dbinit="module(sql_server); sql_server_start(true); mapi_start(true);" %* ^^^^ ^^^^ Stefan
-- View this message in context: http://www.nabble.com/Question-about-remote-connection-to-MonetDB-tf1950030.... Sent from the monetdb-developers forum at Nabble.com.
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Monetdb-developers mailing list Monetdb-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-developers
-- | Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl | | CWI, P.O.Box 94079 | http://www.cwi.nl/~manegold/ | | 1090 GB Amsterdam | Tel.: +31 (20) 592-4212 | | The Netherlands | Fax : +31 (20) 592-4312 |