Hello Tola, First of all, thanks for using Monet.
On Thu, Aug 16, 2007 at 04:48:01AM -0400, Chantola Kit wrote: > Dear monetdb developers: > > I try to install MonetDB many times on Fedora7 using MonetDB-Mars-SuperBall, > but I have the same problem which unables me to connect to server. > 1. When I go to Mserver it was: > > [EMAIL PROTECTED] ~]# Mserver > # Monet Database Server V4.18.0 > # Copyright (c) 1993-2007, CWI. All rights reserved. > # Compiled for i686-redhat-linux-gnu/32bit with 32bit OIDs; dynamically > linked. > # Visit http://monetdb.cwi.nl/ for further information. > MonetDB> > > But, then, I open MapiClient, there is an error like below: > > [EMAIL PROTECTED] ~]# MapiClient -q > MAPI = [EMAIL PROTECTED]:50000 > ACTION= mapi_start_talking > ERROR = !MALException:setScenario:Scenario 'mil' not initialized It seems that mil frontend was not registered in Mserver (although I have expected some other error messages), so maybe you can try to start Mserver like this: Mserver --dbinit="module(mapi); mapi_register(mil_frontend());" Regards, Jennie > > 2. When I go to mserver5, it was: > MonetDB>[EMAIL PROTECTED] ~]# mserver5 > # MonetDB Server v5.0.0 > # Copyright (c) 1993-2007 CWI, all rights reserved > # Compiled for i686-redhat-linux-gnu/32bit with 32bit OIDs dynamically > linked > # dbname:demo > # Visit http://monetdb.cwi.nl/ for further information > #warning: please don't forget to set your vault key! > #(see /usr/local/etc/monetdb5.conf) > > > > Then, I open MapiClient: > [EMAIL PROTECTED] ~]# MapiClient -q > MAPI = [EMAIL PROTECTED]:50000 > ACTION= mapi_start_talking > ERROR = !MALException:setScenario:Scenario 'mil' not initialized > [EMAIL PROTECTED] ~]# > > Could you help me to solve the problems? > > I am looking forward to hearing from you. > Tola > > -- > Department of Computer Science > Graduate School of Systems and Information Engineering > University of Tsukuba > Ibaraki, Tsukuba city, Japan > ------------------------------------------------------------------------- > 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-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/monetdb-developers ------------------------------------------------------------------------- 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-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-developers
