I am having an odd issues that seems to be spreading like the plague. It has not hit 3 of my clients and one of them twice. This is causing jobs to fail on Windows 2012R2 & Windows 2016 VMware VMs. Guest indexing and application processing is enabled. The common theme on these servers is the following: Domain Controller & Azure AD Sync (for Office 365 password sync).
The jobs fail with this error:
Code: Select all
7/13/2017 11:02:30 PM :: Error: Unfreeze error: [Backup job failed.
Cannot create a shadow copy of the volumes containing writer's data.
A VSS critical writer has failed. Writer name: [SqlServerWriter]. Class ID: [{a65faa63-5ea8-4ebc-9dbd-a0c4db26912a}]. Instance ID: [{d9561457-108c-410a-bda9-034d41a92cfb}]. Writer's state: [VSS_WS_FAILED_AT_PREPARE_SNAPSHOT]. Error code: [0x800423f4].]
I opened a support case on this in the past, and support wanted me to run SQL Management Studio to gather SQL logs. I installed SQL Management Studio but no SQL instances were found. They had me list the VSS writers and found this:
Code: Select all
Writer name: 'SqlServerWriter'
Writer Id: {a65faa63-5ea8-4ebc-9dbd-a0c4db26912a}
Writer Instance Id: {abebd680-a45c-4c72-9ac9-26ee988057c9}
State: [8] Failed
Last error: Non-retryable error
Support had me stop the SQLWriter service and the job was successful. Support then had me delete the service as they seemed to think it wasn't needed. This resolved the issue at this customer for a short period of time, it then came back to that customer and hit a few others.
I am quite perplexed at what is going on, things worked great for some time and all of a sudden fall apart. I have 10 clients running Azure AD Sync so unsure why its only hitting 3 clients. Anyone seen anything like this? I know by default a SQL Server 2012 Express LocalDB (a light version of SQL Server Express) is installed with Azure AD Sync so that is likely the culprit, but why randomly does Veeam hang up on this DB?