Hi,
I have a Windows Server 2012 machine. It does continous integration builds using CruiseControl.NET and Visual Studio 2010. For backup Windows Server Backup is used. After installation of Visual Studio 2010 the backup does not work. Uninstallation of Visual Studio 2010 solves the problem.
The backup complains of a missing shadow copy provider. Executing "vssadmin list writers" on a privileged command prompt gives an event log error with event source Microsoft-Windows-CAPI2 and event id 513:
Cryptographic Services failed while processing the OnIdentity() call in the System Writer Object.
Details:
TraverseDir : Unable to push subdirectory.
System Error:
Unspecified error
Does anyone have any idea on what is causing this error? Are there any workarounds?