Hyper-V: Checkpoint operation failed: Unterschied zwischen den Versionen
Aus Wiki-WebPerfect
Admin (Diskussion | Beiträge) K |
Admin (Diskussion | Beiträge) |
||
Zeile 7: | Zeile 7: | ||
=== In Hyper-V Eventlog === | === In Hyper-V Eventlog === | ||
+ | EventID 18012, Microsoft-Windows-Hyper-V-VMMS/Admin: <br> | ||
Checkpoint operation for 'FPPW0058' failed. (Virtual machine ID XXX) | Checkpoint operation for 'FPPW0058' failed. (Virtual machine ID XXX) | ||
=== In VM Eventlog (InGuest) === | === In VM Eventlog (InGuest) === | ||
+ | EventID 8229, Application: <br> | ||
A VSS writer has rejected an event with error 0x800423f4, The writer experienced a non-transient error. If the backup process is retried, the error is likely to reoccur...<br> | A VSS writer has rejected an event with error 0x800423f4, The writer experienced a non-transient error. If the backup process is retried, the error is likely to reoccur...<br> | ||
Operation: | Operation: |
Version vom 15. November 2018, 10:20 Uhr
Inhaltsverzeichnis
Errors
On Hyper-V manager console
An error occurred while attempting to checkpoint the selected virtual machine(s)
In Hyper-V Eventlog
EventID 18012, Microsoft-Windows-Hyper-V-VMMS/Admin:
Checkpoint operation for 'FPPW0058' failed. (Virtual machine ID XXX)
In VM Eventlog (InGuest)
EventID 8229, Application:
A VSS writer has rejected an event with error 0x800423f4, The writer experienced a non-transient error. If the backup process is retried, the error is likely to reoccur...
Operation:
PrepareForSnapshot Event
Cause
The Cause is unknown.
Solution
Run the following commands in the VM (InGuest):
Stop-Service EventSystem -Force Restart-Service VSS Start-Sleep -Seconds 2 Start-Service EventSystem Start-Service SENS