Messages regarding Registry changes required for data safety may appear when you login to a Company. Registry changes are typically made during installation.
If changes have been made you will be prompted to restart Windows so the changes take effect. Alternatively, if changes could not be applied, either run Accredo as Administrator and allow it to make registry changes, or have the network administrator apply the registry changes documented below. Restart Windows after the changes are made.
Accredo Client Machines
Windows provides Client networking features known as "Opportunistic Locking" or OpLocks and "Network Redirector File Caching". These can impact database applications and can cause file corruption and file access conflicts with databases on the Server. Microsoft provides client registry settings that control these features.
The modified registry settings are:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters]
"UtilizeNTCaching"=dword:00000000
"UseOpportunisticLocking"=dword:00000000
"FileInfoCacheLifetime"=dword:00000000
"FileNotFoundCacheLifetime"=dword:00000000
"DirectoryCacheLifetime"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MRxSmb\Parameters]
"OplocksDisabled"=dword:00000001
For information on these changes from Microsoft see:
Accredo Server Machines
Windows provides Server networking features known as "Opportunistic Locking" or OpLocks, "RFCB Caching" and "Leases". These can impact on database applications causing file corruption and file access conflicts with databases on the Server. Microsoft provides Server registry settings that control these features.
The modified registry settings are:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters]
"EnableOpLocks"=dword:00000000
"CachedOpenLimit"=dword:00000000
For information on these changes from Microsoft see: