Re: [Evolution] Testing evolution-mapi

2009-04-17 Thread mark . intyre

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 = '31280058C3B7169A3001'' [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


Re: [Evolution] Testing evolution-mapi

2009-04-03 Thread Mark Intyre

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 understand that adding support for Exchange clustering is not an easy task 
and it might take some time so is there a way to workaround it meanwhile? I 
mean would it be for example possible to find out the actual server which holds 
a user's mailbox and then connecting directly to it?

Thanks..



  

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


Re: [Evolution] Testing evolution-mapi

2009-04-02 Thread Suman Manjunath
On Thu, Apr 2, 2009 at 06:47, Joshua Duan (CI/AFR-SG)
joshua.d...@sg.bosch.com wrote:
 Suman Manjunath wrote:
 On Wed, Apr 1, 2009 at 17:49, Mark Intyre mark.int...@yahoo.com wrote:

 Still no success. I am actually testing against a cluster of Exchange
 2007 servers which are part of a service Microsoft is providing and there is
 also load balancing in use. Is there anything in this setup which could
 cause this connection issue?

 If that means your Exchange setup uses a clustered environment, then
 the chances of the MAPI plugin working is probably zero. Sorry.

 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.

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


Re: [Evolution] Testing evolution-mapi

2009-04-01 Thread Mark Intyre

Hello,

   using following connection parameters I just get
   MAPI_E_NETWORK_ERROR:
  
   Server Type: Exchange MAPI
   Server: mail.example.com
   Username: userid
   Domain name: DOMAIN
  
   Are those parameters in correct form or should I use
   something else?
 
 thanks for tips, I still receive the same error with IP
 address. Do you happen to know which ports are used? nmap
 sees that ports like msrpc, microsoft-ds, and ms-term-serv
 are open but what are the actual ports needed?

Still no success. I am actually testing against a cluster of Exchange 2007 
servers which are part of a service Microsoft is providing and there is also 
load balancing in use. Is there anything in this setup which could cause this 
connection issue?

I'll see if I have time to inspect with wireshark this in more detail.

Thanks..


  

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


Re: [Evolution] Testing evolution-mapi

2009-04-01 Thread Suman Manjunath
On Wed, Apr 1, 2009 at 17:49, Mark Intyre mark.int...@yahoo.com wrote:
 Still no success. I am actually testing against a cluster of Exchange 2007 
 servers which are part of a service Microsoft is providing and there is also 
 load balancing in use. Is there anything in this setup which could cause this 
 connection issue?

If that means your Exchange setup uses a clustered environment, then
the chances of the MAPI plugin working is probably zero. Sorry.

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


Re: [Evolution] Testing evolution-mapi

2009-04-01 Thread Joshua Duan (CI/AFR-SG)

Suman Manjunath wrote:

On Wed, Apr 1, 2009 at 17:49, Mark Intyre mark.int...@yahoo.com wrote:
  

Still no success. I am actually testing against a cluster of Exchange 2007 
servers which are part of a service Microsoft is providing and there is also 
load balancing in use. Is there anything in this setup which could cause this 
connection issue?



If that means your Exchange setup uses a clustered environment, then
the chances of the MAPI plugin working is probably zero. Sorry.
  

Hi, Suman,

Could you elaborate a bit more on that?

Cheers
Joshua

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


[Evolution] Testing evolution-mapi

2009-03-30 Thread Mark Intyre

Hello,

I am trying to test evolution-mapi against Exchange 2007 server but I'm stuck 
in the very beginning, I can't even make a connection to the server.

I found out that the setup wizard crashes with incorrect connection information 
(GNOME BZ 576738) but when using following connection parameters I just get 
MAPI_E_NETWORK_ERROR:

Server Type: Exchange MAPI
Server: mail.example.com
Username: userid
Domain name: DOMAIN

Are those parameters in correct form or should I use something else? I tried 
with mail.example.com/exchange/ and 
mail.example.com/exchange/use...@example.com but got MAPI_E_LOGON_FAILED.

I am using Fedora 11 Beta (version 2.26/0.26).

Thanks.



  

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


Re: [Evolution] Testing evolution-mapi

2009-03-30 Thread David L
On Mon, Mar 30, 2009 at 6:08 AM, Mark Intyre wrote:

 Hello,

 I am trying to test evolution-mapi against Exchange 2007 server but I'm stuck 
 in the very beginning, I can't even make a connection to the server.

 I found out that the setup wizard crashes with incorrect connection 
 information (GNOME BZ 576738) but when using following connection parameters 
 I just get MAPI_E_NETWORK_ERROR:

 Server Type: Exchange MAPI
 Server: mail.example.com
 Username: userid
 Domain name: DOMAIN

 Are those parameters in correct form or should I use something else?

I have MAPI working with settings like that.  I didn't need the
/exchange appended to the server name.  Make sure your
domain is correct and that you're name server can resolve
the server name (I used the IP address rather than the name).



 I am using Fedora 11 Beta (version 2.26/0.26).

I'm using Fedora rawhide with evolution 2.25.92.

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


Re: [Evolution] Testing evolution-mapi

2009-03-30 Thread Mark Intyre

Hello,

  I found out that the setup wizard crashes with
  incorrect connection information (GNOME BZ 576738) but when
  using following connection parameters I just get
  MAPI_E_NETWORK_ERROR:
 
  Server Type: Exchange MAPI
  Server: mail.example.com
  Username: userid
  Domain name: DOMAIN
 
  Are those parameters in correct form or should I use
  something else?
 
 I have MAPI working with settings like that.  I didn't
 need the /exchange appended to the server name.  Make sure
 your domain is correct and that you're name server can resolve
 the server name (I used the IP address rather than the
 name).

thanks for tips, I still receive the same error with IP address. Do you happen 
to know which ports are used? nmap sees that ports like msrpc, microsoft-ds, 
and ms-term-serv are open but what are the actual ports needed?

  I am using Fedora 11 Beta (version 2.26/0.26).
 
 I'm using Fedora rawhide with evolution 2.25.92.

I was using that last week with same results.

Thanks.


  

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