Hello ARINTASS,
Welcome to Microsoft Q&A!
It sounds like you're encountering Error 153051 with Azure Site Recovery, which indicates that the VSS writer failed for an application, preventing the generation of app-consistent recovery points.
Here are some steps you can take to troubleshoot and resolve this issue:
Check the VSS Writer Status: Ensure that the VSS writers on the source machine are in a stable state. You can do this by running the vssadmin list writers
command in the Command Prompt. If any writers are in a failed state, try restarting the associated services or the machine itself.
Change VSS Provider Service: Some users have resolved this issue by changing the Azure Site Recovery VSS Provider service from "Manual" to "Automatic"
Reinstall VSS Provider: If the VSS Provider service is not functioning correctly, you might need to reinstall it. Use the following commands to uninstall and reinstall the VSS Provider:
"C:\Program Files (x86)\Microsoft Azure Site Recovery\agent\InMageVSSProvider_Uninstall.cmd"
"C:\Program Files (x86)\Microsoft Azure Site Recovery\agent\InMageVSSProvider_Install.cmd"
Check for High Data Change Rate: High data change rates on the source virtual machine can also cause this issue. Monitor the data change rate and ensure it is within the supported limits
If these steps don't resolve the issue, you may need to contact Azure support for further assistance.
I hope the information provided was useful!
Regards,
Gao
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".