Hi, I seems that the mil support is not started by default. You can do this by typing on the server prompt: mapi_start(); After this command MapiClient should work. Beware that mil mode (the default) does not allow you to easily express XQuery queries; instead use the -lxquery flag. I don't know how this is done in the Windows version, but unfortunately MapiClient can't do an interactive session with xquery, so you have to give the file you want to execute as argument. If someone using Windows knows how this can be done the best way, please fill me in. Regards On 10-05-2006 18:34:35 +0800, zhangxin525 wrote:
Hi, Thanks for your reply!
First, sorry for my careless. I did not give you an exact copy of the error message. The exact error message is :
!ERROR mapi_reconnect: connect: error 10061 MAPI = anonymous@localhost:50000 ACTION= mapi_reconnect ERROR = Setup connection failed
I start the MonetDB/XQuery server, the message of the server windows:
# Monet Database Server V4.10.2 # Copyright (c) 1993-2006, CWI. All rights reserved. # Compiled for i386-pc-mingw32/32bit with 32bit OIDs; dynamically linked. # Visit http://monetdb.cwi.nl/ for further information. MonetDB>
I think the server is correct. Other, when I install MonetDB/XQuery, I chose the user for everynoe.
Thanks for your patient help again.
zhangxin525 2006-05-10
发件人: Fabian Groffen 发送时间: 2006-05-10 16:40:59 收件人: zhangxin525 抄送: monetdb-developers 主题: Re: [Monetdb-developers] MapiClient connet problem
Hi,
Thanks for your interest in MonetDB/XQuery.
On 10-05-2006 16:08:26 +0800, zhangxin525 wrote:
Hello!
I install MonetDB/XQuery in WindowsXP, and I have start the XUery Server, but when I start MapiClient through command, always get the message:
!ERROR mapi_reconnect: connect: MAPI = anonymous@localhost:5000
Is this an exact copy of the error message? In case it is, there is a 0 missing here, the port should be 50000 not 5000. I think you can change that somewhere in the .bat script that's called from the start menu.
Maybe this is just a copy/paste error, so if this is not the problem, can you copy and paste what's in the MonetDB/XQuery server window?
Regards