The information in this article applies to:
SYMPTOMSThe Outlook client may fail to update its Free and Busy information and a pop-up error message displays the following: Also, users may not be able to view other users' Free and Busy times when planning meetings and inviting others. CAUSE
There can be a variety of reasons for this error. Most typically, network
problems are preventing the client's connection to the Site-Folder-Server.
This article documents the specifics of a rare case.
RESOLUTIONTo resolve this problem, obtain the latest service pack for Exchange Server version 5.5. For additional information, please see the following article in the
Microsoft Knowledge Base: Q191014 XGEN: How to Obtain the latest Exchange Server 5.5 Service PackThe English version of this fix should have the following file attributes or later:
If you are applying the post-SP2 hotfix, please apply both the information store and directory hotfix.
This FTP site contains both the information store and directory hotfix build 5.5.2600 and later: ftp://ftp.microsoft.com/bussys/exchange/exchange-public/fixes/Eng/Exchg5.5/PostSP2/STR-fix/Psp2stri.exe STATUSMicrosoft has confirmed this to be a problem in Microsoft Exchange Server version 5.5. This problem was first corrected in Exchange Server 5.5 Service Pack 3. MORE INFORMATION
An incorrect assumption was being made regarding the sort order of the
list that the passed in site name would be checked against.
If the following site name: EXCH-0Bwas compared against a list sorted in the following order: EXCH_0AThe string, EXCH-0B, is compared character by character with each entry in the list beginning with the first entry, EXCH_0A. The ASCII hex value for a dash is 2D, and for an underscore it is 5F. Because 2D is less than 5F, and the assumption was made that the list is sorted in ASCII sort order (including symbol characters), it can be concluded that EXCH-0B is not in the list. The fix was to anticipate the proper sort order when passing in the site name for comparison. Additional query words:
Keywords : exc55 EXC55SP3Fix |
Last Reviewed: September 28, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |