Forum Discussion

Matthew_Kimler's avatar
15 years ago

Disable Vault Cache for Desktops

I would like to disable vault cache for desktop users since they never really need to use it. In fact, it causes the EV server to do more work for those machines and seems to be a waste of resources. ...
  • Wayne_Humphrey's avatar
    15 years ago
    nooooo,

    So how it works is as follows:

    If you add OVEnabled to the Client location,
    HKEY_CURRENT_USER\Software\KVS\Enterprise Vault\Client\

    When you open Outlook it will move the Key into the new VaultCacheStoreID location,
    HKEY_CURRENT_USER\Software\KVS\Enterprise Vault\Client\VaultCacheStoreID\

    So all you need to do is set HKEY_CURRENT_USER\Software\KVS\Enterprise Vault\Client\OVEnabled to 0 on the PCs you don't want to have OV then when the user opens his mailbox Enterprise Vault will move the key to the right location.

    So, to test
    close outlook
    delete HKEY_CURRENT_USER\Software\KVS\Enterprise Vault\Client\VaultCacheStoreID\OVEnabled
    create HKEY_CURRENT_USER\Software\KVS\Enterprise Vault\Client\OVEnabled and set to 0
    open outlook
    confirm that HKEY_CURRENT_USER\Software\KVS\Enterprise Vault\Client\OVEnabled has moved to HKEY_CURRENT_USER\Software\KVS\Enterprise Vault\Client\VaultCacheStoreID\

    --wayne