Hello,

> > >> If that means your Exchange setup uses a clustered environment,
> > >> then the chances of the MAPI plugin working is probably zero.
> > >
> > > Could you elaborate a bit more on that?
> > 
> > The Exchange server can be setup to work in a clustered environment.
> > It simply means that your mailbox might reside in any of the nodes in
> > the cluster, without being confined to a single super-server. LibMAPI
> > does not _yet_ support talking to Exchange servers in such a setup.
> > Hence, evolution-mapi would be unable to open your mailbox, populate
> > your folders and so on. Attempting to do so will result in
> > MAPI_E_NETWORK_ERROR as mentioned earlier.
> 
> thanks a lot for the info, what I am experiencing makes
> sense now.

I was now able to figure out an individual server and connect directly to it. 
Few things I noted:

- when creating the account, authentication to the server seems to always to 
fail on first attempt with MAPI_E_NO_ACCESS but then succeeds on second 
attempt. This is logged:

e-data-server-ui-Message: Key file does not have group 'Passwords-ExchangeMAPI'
Create profile with user EXAMPLE server.example.com
libexchangemapi-Message: exchange-mapi-connection.c:2874: 
exchange_mapi_create_profile: lock(connect_lock)
libexchangemapi-Message: exchange-mapi-connection.c:2887: 
exchange_mapi_create_profile: unlock(connect_lock)
e-data-server-ui-Message: Key file does not have group 'Passwords-ExchangeMAPI'

e-data-server-ui-Message: Key file does not have group 'Passwords-ExchangeMAPI'
Create profile with user EXAMPLE server.example.com
libexchangemapi-Message: exchange-mapi-connection.c:2874: 
exchange_mapi_create_profile: lock(connect_lock)
Logging into the server... succeeded
libexchangemapi-Message: exchange-mapi-connection.c:146: 
exchange_mapi_connection_close: lock(connect_lock)
libexchangemapi-Message: exchange-mapi-connection.c:149: 
exchange_mapi_connection_close: unlock(connect_lock)
libexchangemapi-Message: exchange-mapi-connection.c:130: 
exchange_mapi_connection_new: lock(connect_lock)

exchange-mapi-connection.c:75: Entering mapi_profile_load
....

Could this be related to this clustered environment?


- when opening one of my folders, Deleted Items, evolution seg faults every 
time with:

(evolution:3496): camel-WARNING **: Error in select statement 'SELECT uid, 
flags, size, dsent, dreceived, subject, mail_from, mail_to, mail_cc, mlist, 
part, labels, usertags, cinfo, bdata FROM 'Mailbox - Test User/Corp/Deleted 
Items' WHERE uid = '3128000000000058C3B7169A30000001'' [no such table: Mailbox 
- Test User/Corp/Deleted Items].

CamelException.set(0xb47fce78, 2, 'no such table: Mailbox - Test 
User/Corp/Deleted Items')
**
camel:ERROR:camel-internet-address.c:535:camel_internet_address_format_address: 
assertion failed: (addr)

Thunderbird and OWA show this folder and its contents correctly. Does this 
error message provide any hints what's causing this?


Thanks..


      

_______________________________________________
Evolution-list mailing list
Evolution-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evolution-list

Reply via email to