Exchange 2003
Slow Access of Additional Exchange Mailboxes
Dec 12th
This is an issue that I run into daily and had a couple of Exchange hosting customers complain about. When you add an additional (or shared) mailbox to your Exchange account in Outlook, it does NOT cache any of the data like it does with your primary mailbox. It does case non-mail items, but switching back and forth between mailboxes can be very slow. Here is how to fix it…
This pertains to any Exchange version (as far as I know) and Outlook 2007 with SP2 or newer. If you have an older version of Outlook…upgrade! The instant search is worth it.
- Close Outlook.
- Click Start, click Run, type regedit, and then click OK.
- Locate and then right-click the following registry subkey:
HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Outlook
- Point to New, and then click Key.
- Type Cached Mode, and then press ENTER.
- Right-click Cached Mode, point to New, and then click DWORD Value.
- Type CacheOthersMail, and then press ENTER.
- Right-click CacheOthersMail, and then click Modify.
- In the Value data box, type 1 (decimal format), and then click OK.
- Open Outlook and watch as it begins to download and cache all of the additional mailbox data. Notice how the connection status now shows “Connected” rather than “Online” when viewing the other mailbox(es).
- Enjoy much quicker access between your mail folders!
I would like to cite two KB articles that helped me figure this out; KB955572 & KB936247. The first pertains to a hotfix for post SP1 Outlook, but has the settings we need. The second Tells us how to create the registry key that the first one assumes is present…it’s not. Even with Office SP2, the Cached Mode key is simply missing, so I put the two together to get it working.The second article mentions another DWORD value called “DownloadSharedFolders”. I presume it is enabled by default so adding it does not seem to make a difference.
Save Your Exchange Password in Microsoft Outlook 2003
Nov 5th
You are prompted to enter your hosted Exchange account password each time you open Outlook 2003. If you are running on Windows XP it is possible to save your password in Outlook 2003.
NOTE: This process has been recommended by Microsoft; however it does not always work. We have it here as a recommendation.
To save your password:
1. Find your Exchange Server name in your Outlook Profile.
2. Open the Windows Key Manager:
- a. Click Start/Run
- b. Type control keymgr.dll Click OK
- c. Click Add
- d. Enter your Server Name from Step 1
- e. Enter your domain\mailbox name. Example: username@domain.com
- f. Enter your mailbox password
NOTE: If you do not have your password, please contact your account administrator
- g. Click OK
- h. Click Close
3. Launch Outlook.
4. When prompted for your password, click Remember Password.
5. Close Outlook after login is complete.
6. Repeat Steps 3-5.
7. Launch Outlook – you should not be prompted for your password.
Exchange 2003 Server on Domain Controller Causes Slow Shutdown and Restart
Nov 5th
Just about every Windows 2003 Small Business Server we have used has a very slow shutdown/restart time. This is explained in detail in the source article below. It is caused when Active Directory related services shutdown before Exchange has a chance to write to AD.
Resolution:
One option is to shorten the service shutdown delay, but it may cause issues with other services. I prefer the script that is mentioned in the article. It is a nice batch file that will shutdown the Exchange services properly BEFORE continuing with the OS shutdown/restart.
Source: http://www.petri.co.il/slow_shutdown_of_exchange_2003_server_installed_on_dc.htm