[commits] [Wiki] changed: ActiveSync/BrokenClientBehavior
Michael Rubinsky
mrubinsk at horde.org
Thu May 29 17:39:26 UTC 2014
mrubinsk Thu, 29 May 2014 17:39:26 +0000
Modified page: http://wiki.horde.org/ActiveSync/BrokenClientBehavior
New Revision: 3
Change log: Add note about having to recreate account.
@@ -9,8 +9,10 @@
+++ The sending of STATUS_FOLDERSYNC_REQUIRED (12) is ignored by a
large number of clients.
This status code is issued in response to a SYNC request when the
server is unable to locate the folder data in the hierarchy cache.
I.e., the folder looks to no longer exist. This can happen when
something causes the server stored state to disappear (like when
explicitly removing a device from the server) or when something
corrupts the stored data. This is supposed to trigger the client to
issue a FOLDERSYNC request to freshen the hierarchy cache. Some
clients will continue to issue the exact same SYNC request in response
to this status code, causing a sync loop. Other clients will
accurately issue the FOLDERSYNC request, but fail to update their
local cache. Outlook 2013 does this. On receiving new FOLDERSYNC
responses, it continues to issue SYNC requests on the old folderids
(though it DOES reset the synckey, so **something** is happening in
the client, just not the correct something).
+
+Typically, the only way to resolve this issue is to remove the
account from the client and recreate it from scratch.
++ Outlook 2013
More information about the commits
mailing list