XFOR: Manually Moving the Imcdata Folder
ID: Q244048
|
The information in this article applies to:
-
Microsoft Exchange Server, versions 4.0, 5.0, 5.5
IMPORTANT: This article contains information about editing the registry.
Before you edit the registry, make sure you understand how to restore it if
a problem occurs. For information about how to do this, view the "Restoring
the Registry" Help topic in Regedit.exe or the "Restoring a Registry Key" Help
topic in Regedt32.exe.
SUMMARY
You may need to move the Microsoft Exchange Server Internet Mail Service flat database folder to a drive other than the installation drive, because of an increase in mail volume or additional requirements for logging and archiving. By default, the Internet Mail Service flat database folder location is C:\Exchsrvr\Imcdata.
MORE INFORMATION
In Exchange Server version 5.5, you can move the Internet Mail Service files by using the Performance Optimizer. If necessary, you can move the Internet Mail Service files manually by using the following steps:
WARNING: Using Registry Editor incorrectly can cause serious problems that
may require you to reinstall your operating system. Microsoft cannot
guarantee that problems resulting from the incorrect use of Registry Editor
can be solved. Use Registry Editor at your own risk.
For information about how to edit the registry, view the "Changing Keys and
Values" Help topic in Registry Editor (Regedit.exe) or the "Add and Delete
Information in the Registry" and "Edit Registry Data" Help topics in
Regedt32.exe. Note that you should back up the registry before you edit it.
If you are running Windows NT, you should also update your Emergency
Repair Disk (ERD).
- Stop the Exchange Server Internet Mail Service; at a command prompt, type net stop msexchangeimc, and then press the ENTER key.
- Start the Registry Editor (Regedt32.exe).
- Locate the RootDir value under the following key in the registry:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MSExchangeIMC\Parameters
- Change the value to the new location of the Exchsrvr\Imcdata folder, for example, F:\Exchsrvr\Imcdata.
- Create the new Imcdata folder. For example, to create the folder in the example in step 4, at a command prompt, type md f:\exchsrvr\imcdata, and then press the ENTER key.
- From the original Imcdata folder, copy the In, Out, and Pickup folders to the new folder location. This maintains any messages that may be in these queues.
- Restart the Internet Mail Service; at a command prompt, type net start msexchangeimc, and then press the ENTER key.
Additional query words:
Keywords : exc4 exc5 exc55
Version : winnt:4.0,5.0,5.5
Platform : winnt
Issue type : kbhowto
|