A quick update on this. I've been running 7.1.3 for a few days now, and all seems fine: the autocomplete problem has definitely gone away. It's worth checking the "known issues" with this release, but they haven't affected me so far.
Printable View
A quick update on this. I've been running 7.1.3 for a few days now, and all seems fine: the autocomplete problem has definitely gone away. It's worth checking the "known issues" with this release, but they haven't affected me so far.
Is there an official release date or even an estimated release date for Zimbra Desktop 7.1.3 yet?
7.1.3 was a beta. Next release is 7.1.4
It seems I am also having the autocomplete failure in the newest build of 7.1.4 - which is REALLY odd because I think it worked OK on all the machines here in the previous build.....??? I'm using Win7pro_32 on my desktop currently. Everyone else is on XPSP3_32 - it would not surprise me if some of the goofy "security" related crapola they did on Win7 is somehow responsible for this. I haven't heard complaints from anyone of the employees here about this failing. Which almost certainly means it has not failed. {;>D)=
OK - I went into Program Files - Zimbra - Zimbra Desktop - win32 and started checking the "run as administrator" and "run in compatibility mode for winXPSP2" in as many actual application files as I could identify. Still no joy - autocomplete still fails. Although I suspect this is an artifact of Win7, the folks at Zimbra are going to have to adjust to it and figure out a workaround as I'm pretty sure Microsoft isn't going to change THEIR stuff to make it work. It just isn't workable to put out an application that won't just install and operate properly on a Windoze machine without having to tinker with system settings. People just won't do it, and if they try - probably won't do it correctly.
Late answer, but it may help other people.
Re-index the mailbox with:
You can check if it is done with:Code:zmprov rim the_guy_in_trouble@yourdomain.com start
If this does not help, clear the autocomplete ranking (we definitely need a button to do this!). This is the procedure:
1. Find out the mailbox ID of the account with troubles:
2. Start MySQL client (always as 'zimbra' user started with "su - zimbra") with:Code:zmprov gmi the_guy_in_trouble@yourdomain.com
3. Display the current ranking just to be sure (replace 707 by your mailbox ID):Code:mysql zimbra
4. Clean it up:Code:select metadata from mailbox_metadata where mailbox_id=707 and section='CONTACT_RANKINGS';
Code:update mailbox_metadata SET metadata='' where mailbox_id=707 and section='CONTACT_RANKINGS';
Thanks .... but. This doesn't appear to be related to a Windows 7 issue. This -appears- to be something that would be run on the server. I am not using Zimbra server, only the desktop. Unless "su" is a valid command in Win7 - which would be news to me. The issue occurs in Win7 desktop use only. If I reboot the same desktop computer into WinXP, and access the same (POP) email accounts on our mail server (NOT zimbra) the autocomplete works fine. It's definitely something to do with Win7.
UPDATE: 7.2.1 exhibits the same (fail!) behavior. Autocomplete works fine on XP, fails on Win7.