My standalone physical server is running Server 2012 R2 Foundation. Two separate backup schedules exist, both using Windows Server Backup. I'm getting VSS errors from the DHCP Jet Writer during a weekly backup created with the WBADMIN
command, but not during the two daily backups run from the schedule created with the Windows Server Backup GUI.
Backup is created by running WBADMIN
from a PowerShell script. The command is:
wbadmin start backup -backuptarget:"\\?\Volume{86997494-eb2a-11e3-80c1-d4ae52d397d7}\" -allCritical -systemState -vssFull --% -include:"C:","E:" -quiet
The backup operation has completed
is recorded in the Microsoft-Windows-Backup/Operational log)Event ID 2002 (Source ESENT):
svchost (1860) Shadow copy instance 15 encountered error -2403 on freeze.
Event ID 12290 (Source VSS):
Volume Shadow Copy Service warning: ESENT ERROR {be9ac81e-3619-421f-920f-4c6fea9e93ad} Dhcp Jet Writer: -2403. hr = 0x00000000, The operation completed successfully.
Operation:
OnFreeze event
Freeze Event
Context:
Execution Context: Jet Writer
Writer Class Id: {be9ac81e-3619-421f-920f-4c6fea9e93ad}
Writer Name: Dhcp Jet Writer
Execution Context: Writer
Writer Class Id: {be9ac81e-3619-421f-920f-4c6fea9e93ad}
Writer Name: Dhcp Jet Writer
Writer Instance ID: {d25a80e6-7314-4c56-98f4-7f9ee9500b6a}
Event ID 8229 (Source VSS):
A VSS writer has rejected an event with error 0x800423f3, The writer experienced a transient error. If the backup process is retried,
the error may not reoccur.
. Changes that the writer made to the writer components while handling the event will not be available to the requester. Check the event log for related events from the application hosting the VSS writer.
Operation:
Freeze Event
Context:
Execution Context: Writer
Writer Class Id: {be9ac81e-3619-421f-920f-4c6fea9e93ad}
Writer Name: Dhcp Jet Writer
Writer Instance ID: {d25a80e6-7314-4c56-98f4-7f9ee9500b6a}
Command Line: C:\Windows\system32\svchost.exe -k DHCPServer
Process ID: 1860
Event ID 2007 (Source ESENT):
svchost (1860) Shadow copy instance 15 aborted.
Event ID 16389 (Source SPP):
Writer Dhcp Jet Writer experienced retryable error during shadow copy creation. Retrying... More info: .
vssadmin list writers
. All writers report stable and no errors. (I've not yet had a chance to run this immediately after the Sunday 12:00 AM backup, however.)What else can I try? I'll post any additional info that's needed.
I resolved this by moving the start time forward 30 minutes for the weekly backup that was giving me problems. I looked diligently for some process that was running that would conflict with the original 12:00 AM start time but was unable to find one, yet the only conclusion I can draw is that something else was preventing the DHCP VSS writer from functioning when the backup started.
User contributions licensed under CC BY-SA 3.0