Solved: Evolution loosing connection to Exchange
Posted by RichMar 6
I’ve been running Evolution 2.8.1 on Ubuntu 6.10 for a few months without any problems. Today Evolution started reporting that it has lost it’s connection to Exchange:
"Can't get message, Lost connection to Evolution Exchange backend process"
After half a day of the Exchange web mail interface driving me crazy I finally fixed the problem. The solution turned out to be simple. After removing the Exchange account from Evolution and quitting it I ran the following commands to remove all evidence of Exchange:
% evolution --force-shutdown % cd ~/.evolution % rm -rf `find . -name *exch* -print`
I then restarted Evolution and added the Exchange account again.
Warning: Before removing any files or directories you should back up your entire ~/.evolution directory just in case something goes wrong and you need to restore it.
This site contains my personal ramblings on Linux, PHP, Java, .NET and anything else that I feel is important.
Thanks, It worked …..
Didn’t work here…not sure what to do. I would like to start moving away from MS products, but if I can’t get this to work I might still have to run something that Outlook will run on.
Using Ubuntu Edgy
Any help for a Ubuntu newbie would be appreciated
Mine was fixed by:
evolution –force-shutdown
cd ~/.evolution
cd mail/exchange
ls (to see what directory is there – in my case only one as I only have one exchange server account)
rm -rfv ./(name of directory)
Restart Evolution – did not have to re-create account
Thx !
Tried to delete all the files in ./evolution but that did’nt help
Have a great weekend!
i used leonard’s method…, it worked for me. FWIW, my problem cropped up after i had disabled some plugins…, i reenabled them and it still was giving me the problem so i used the leonard’s instructions, thanks.
Hi !
Leonard solution worked for me. I’ve also tried before to remove files in the .evolution/exchange folder but it does not work.
Cheers.
worked like a charm. any truth to what i’ve seen elsewhere that this error is related to network manager and/or dbus? i’m content to have this work but i’m curious as to why this happened.
Here problem solved on Leonard way.
I think problem happen because often I start evolution offline (–offline) and leave mails on exchange account box.
Thanks
works for me too… but had to restart evolution a 2nd time (cos i thought nothing was happening but it was probably downloading all the emails again)
tried to be smartass and jus remove the exchange dir in .evolution but doesn’t work that way
Leonard’s solution also worked for me. Thanks!
Note that this is an official bug — https://bugs.launchpad.net/ubuntu/+source/evolution-exchange/+bug/34199 — first reported on 2006-03-09 and still open.
Thanks Leonard!
Your solution works great (I don’t think the evolution –force-shutdown is needed though, it works well without it here)
The problem is still an open bug after 2 years
(Evolution 2.12.1)
Thanks Leonard. That solution is perfect.