Redirecting OWA URL’s in Exchange 2010
Wednesday, February 16th, 2011Great blog post on redirecting OWA URL’s for Exchange 2010 on WS08 R2, tested and it works.
http://briandesmond.com/blog/redirecting-owa-urls-in-exchange-2010/
Great blog post on redirecting OWA URL’s for Exchange 2010 on WS08 R2, tested and it works.
http://briandesmond.com/blog/redirecting-owa-urls-in-exchange-2010/
When users delete items from folders, outlook doesn’t seem to refresh the item list. If you try and delete the item again, outlook throws an “unknown error” message. If you delete an item and then navigate away from a folder or even use the navigation pane to display the same folder, the item list will refresh and remove the deleted message.
The issue is “The basic issue is that Outlook 2003 support UDP and polling notifications. Exchange 2007 supports UDP, polling and Async notifications. Exchange 2010 only supports polling and Async notifications. This means when Outlook 2003 move from Exchange 2007 to Exchange 2010, Outlook clients will fall back to polling which by default only gets notifications every 30secs-1min. This means any change won’t show up immediately.
UDP notification support was removed from Exchange 2010. As a result, Outlook 2003 can only use polling notifications in online mode, which are still supported by RPC Client Access. This will result in a slight delay in updates to item status (30 seconds on average up to a 1 minute delay) when changes are made to items in a mailbox accessed by Outlook 2003.”
The fix:
Method 1: Install Update Rollup 1 for Exchange Server 2010
Important This method contains steps that tell you how to modify the registry. However, serious problems may occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For more protection, back up the registry before you modify it so that you can restore the registry if a problem occurs. For more information about how to back up and then restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
322756 How to back up and restore the registry in Windows
You can download Update Rollup 1 for Exchange Server 2010 from the following article in the Microsoft Knowledge Base:
976573 Description of Update Rollup 1 for Exchange Server 2010
After you install the update, you must add the following registry data to the server by using the Client Access role.
Note
registry subkey if it does not exist.Notes
Microsoft KB - link
After migrating from Exchange 2007 to Exchange 2010, workstations running Outlook in cacheded mode were not getting latest version of the GAL. When manually trying to download offline address book within Outlook, it would just hang. From the EMC, I checked the name of the OAB (Org, Mailbox, Offline Address Book (tab)), and noticed it wasn’t named the default ‘Default Offline Address List’. In this case it was called ‘KTS Offline Address List’. Shame on us for trying to personalize… ha!
Anywho, renamed OAB to ‘Default Offline Address List’, did a right-click + update on the OAB… and then tried manually downloading the OAB from Outlook again and this time it took about 10 seconds. Outlook GAL was now up-to-date and even a post in my event log (app) ‘OAB Download Succeeded’.