PROBLEM
The following warning is continuously logged in the Windows Application Event Log:
Log Name: Application
Source: VSSEventID: 8230
Description: Volume Shadow Copy Service error: Failed resolving account Administrator with status 1376. Check connection to domain controller and VssAccessControl registry key.
CAUSE
This warning is caused by an invalid account specified in the VssAccessControl registry key.
More information can be found here: http://technet.microsoft.com/en-us/library/cc734335%28WS.10%29.aspx
SOLUTION
- Open the registry editor on the machine giving the warnings
- Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VSS\VssAccessControl
- Take a backup of this registry key
- Delete the DWORD-key that corresponds to the account name in the events. In the example above, it is "Administrator" (Failed resolving account Administrator with status 1376)
- Reboot the machine