[Evolution-hackers] A issue about the delegation function of exchange connector

jack.jia@sun.com jack.jia@sun.com
Fri, 25 Jun 2004 11:04:04 +0800


Rodrigo:

I built a exchange-connector on my computer.  when I clicked the 
"Exchange Delegation" in the Settings.
In the tab "Delegationg to Others",  it would have some errors (Error 
reading delegates list.")

I checked the source code and debug the exchange-connector, I found in 
the function "get_user_list",
when called the e2k_connection_bpropfind_sync, the return value of 
"results[0].status" will be 409.

The next is the output of debug information.

---------------------

<?xml version="1.0"?><a:multistatus xmlns:b="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/" xmlns:c="xml:" xmlns:a="DAV:"><a:response><a:href>https://snowwolf.prc.sun.com/exchange/jack/NON_IPM_SUBTREE/Freebusy%20Data/LocalFreebusy.EML</a:href><a:status>HTTP/1.1 409 Conflict</a:status></a:response></a:multistatus>

---------------------


and I found this issue only took place for the new account on the 
exchange server.
If the user use outlook add a new delegation for this account .  all  is OK.
Since you delete the delegation for this account, it is OK too.

and the output of debug information  told  me the status will be the 
200, not be the 409

I will to know why?

Jack