Exchange si blocca periodicamente: Errore MSExchangeIS Mailbox Store 9689

From RVM Wiki
Revision as of 06:53, 25 September 2009 by Gabriele.vivinetto (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Succede perchè lo storage virtuale ha un limite di default di 18Gb.

Occorre alzare questo limite:

1. On the computer running Exchange Server, start Regedit.exe.

2. Open one of the following registry keys:

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MSExchangeIS\{ServerName}\Private-{GUID}
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MSExchangeIS\{ServerName}\Public-{GUID}

3. Create a new DWORD entry called

Database Size Limit in Gb

and give it the appropriate value for maximum database size in GB.

Note: Entries should be in decimal format.

For Exchange Server 2003 Standard Edition type a value between 1 and 75 (the default is 18 GB).

For Exchange Server 2003 Enterprise Edition type a value between 1 and 8000 (the default is 8000 GB). Click OK.

Note: The setting in Exchange Server 2003 Enterprise Edition is useful when you want to limit the store size, mostly due to hardware restrictions.

You should dismount and mount your stores, or restart the Information Store service for this tip to work.

net stop  MSExchangeIS
net start MSExchangeIS

Riferimenti