Microsoft KB Archive/159197

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 09:14, 21 July 2020 by X010 (talk | contribs) (Text replacement - """ to """)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Article ID: 159197

Article Last Modified on 10/28/2006



APPLIES TO

  • Microsoft Exchange Server 5.5 Standard Edition
  • Microsoft Exchange Server 4.0 Standard Edition
  • Microsoft Exchange Server 5.0 Standard Edition



This article was previously published under Q159197

SUMMARY

Client-created database table indexes (used for views) that have not been used for a given time interval are deleted (they will be re-created as needed). The default index age at which they are purged is eight days. This article shows you how to modify the registry to change the time settings for index aging.

MORE INFORMATION

There are three registry entries that can control the index aging. These tasks are performed during the time allotted by the Information Store Maintenance Schedule. They are listed here in the order in which they are performed. These tasks will run until completed.

WARNING: Using the Registry Editor incorrectly can cause serious problems that may require you to reinstall Windows NT. Microsoft cannot guarantee that problems resulting from the incorrect use of Registry Editor can be solved. Use Registry Editor at your own risk.

Aging Keep Time

This is the time (in milliseconds for Exchange 4.0 and 5.0, in seconds for Exchange 5.5) after which a view is cached even though it is not currently in use by a client.

Public Information Store:

To modify this registry key to change Aging Keep Time for the Public Information Store:

  1. Start Registry Editor (Regedt32.exe).
  2. Under the HKEY_LOCAL_MACHINE subtree, go to the following subkey:

          System\CurrentControlSet\Services\MSExchangeIS\ParametersPublic
                            
  3. Create a value named "Aging Keep Time" of type REG_DWORD.
  4. The default value for Aging Keep Time, without this registry entry, is 691200000 (8 days in milliseconds - 1000*60*60*24*8 for Exchange 4.0 and 5.0, 8 days in seconds - 60*60*24*8 for Exchange 5.5). Set the value to the new Aging Keep Time in milliseconds (Exchange 4.0 and 5.0) or seconds (for Exchange 5.5).
  5. Quit Registry Editor.

Private Information Store:

To modify this registry key to change Aging Keep Time for the Private Information Store:

  1. Start Registry Editor (Regedt32.exe).
  2. Under the HKEY_LOCAL_MACHINE subtree, go to the following subkey:

          System\CurrentControlSet\Services\MSExchangeIS\ParametersPrivate
                            
  3. Create a value named "Aging Keep Time" of type REG_DWORD.
  4. The default value for Aging Keep Time, without this registry entry, is 691200000 (8 days in milliseconds - 1000*60*60*24*8, 8 days in seconds - 60*60*24*8 for Exchange 5.5)). Set the value to the new Aging Keep Time in milliseconds (for Exchange 4.0 and 5.0) or seconds (Exchange 5.5).
  5. Quit the Registry Editor.

Aging Clean Interval

The interval (in milliseconds) at which the store checks to see if anything needs to be removed from the cache. Default value is 24 hours (or 86400000 milliseconds).

To modify this registry key to change the Aging Clean Interval for the Information Store:

  1. Start Registry Editor (Regedt32.exe).
  2. Locate the following key in the registry:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchangeIS\ParametersSystem

  3. Create an Aging Clean Interval value of type REG_DWORD.
  4. The default value of the Aging Clean Interval, without this registry entry, is 86400000 (or one day in milliseconds - 1000*60*60*24). Set the value to the new Aging Clean Interval in milliseconds.
  5. Quit Registry Editor.

Reset Views

If this parameter exists and is set to a non-zero value, the Information Store deletes all cached restrictions on the next cleaning interval and resets the value to zero. This could be used to manually dump the restrictions at each cleaning interval by setting it whenever a new restriction is created. It will not dump restrictions that are actively being used by clients.

Public Information Store:

To modify this registry key to change the Reset Views for the Public Information Store:

  1. Start Registry Editor (Regedt32.exe).
  2. Under the HKEY_LOCAL_MACHINE subtree, go to the following subkey:

          System\CurrentControlSet\Services\MSExchangeIS\ParametersPublic
                            
  3. Create a value named "Reset Views" of type REG_DWORD.
  4. The default value of the Reset Views, without this registry entry, is 0. Set the value to 1.
  5. Quit Registry Editor.

Private Information Store:

To modify this registry key to change the Reset Views for the Public Information Store:

  1. Start Registry Editor (Regedt32.exe).
  2. Under the HKEY_LOCAL_MACHINE subtree, go to the following subkey:

          System\CurrentControlSet\Services\MSExchangeIS\ParametersPrivate
                            
  3. Create a value named "Reset Views" of type REG_DWORD.
  4. The default value the Aging Clean Interval, without this registry entry, is 0. Set the value to 1.
  5. Quit the Registry Editor.

For additional information on tasks performed by the IS Maintenance Schedule, please see the following article in the Microsoft Knowledge Base:

159196 XADM: Tasks Controlled by the IS Maintenance Schedule


For additional information on the Aging Keep Time parameter, please see the following article in the Microsoft Knowledge Base:

156970 XADM: Improving Performance with Public Folder Views



Additional query words: restrictions

Keywords: kbhowto kbusage KB159197