
Any of you still running Server 2003; and thats a lot of you may have come across this issue with the Exchange 2003 Server, where the database file size reaches it limit 19Gb. The Mailbox Store will dismount and although you can remount it, it will dismount again a short while later. You can increase the limit size by adjusting the registry as below.
1. Backup the registry, to find out how visit here http://support.microsoft.com/kb/322756/
2. Open Regedit .
3. Find the following subkey HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MSExchangeIS\Server name\Private-Mailbox Store GUID
4.On the Edit menu, point to New, and then click DWORD Value
5. In the New Value box type ” Database Size Limit in Gb ” and press Enter
6. Right-click Database Size Limit in Gb, and then click Modify
7. Click Decimal, and then type an integer from 1 to 75 in the Value data box.
Note These integer values represent the maximum size of the database in gigabytes (GB). For example, a value of 75 represents a database that has a maximum size of 75 GB.
8. Click OK, and then exit Registry Editor.
9. Restart the Microsoft Exchange Information Store service. To do this, follow these steps:
10.Click Start, click Run, type cmd, and then click OK.
At the command prompt, type the following command, and then press ENTER:
net stop msexchangeis
After the Microsoft Exchange Information Store service has stopped successfully, type the following command, and then press ENTER:
net start msexchangeis
Examine the Application log to verify that the database size has been set successfully. To do this, follow these steps:
Click Start, click Run, type eventvwr, and then click OK.
In the Event Viewer tool, click Application.
Double-click event ID 1216 to verify that the database size has been set successfully.
