@Rishineken Pongen Sorry for the inconvenience caused!
In the impacted machine, open the Registry Editor by typing regedit in the Run window.
Go to the HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\SubSystems - windows
Right-click on Windows shared section and click Modify.
Update the value with Windows SharedSection=1024,20480,4096.
Run the below command to remove iaasvmprovider service:
sc delete iaasvmprovider
Set the following 2 Reg-Keys to false. If you prefer I’ve included the commands to run to do so:
HKEY_LOCAL_MACHINE -> SOFTWARE -> Microsoft -> BCDRAgent -> IsProviderInstalled
i. Run this command: REG ADD "HKLM\SOFTWARE\Microsoft\BcdrAgent" /v IsProviderInstalled /t REG_SZ /d False /f
HKEY_LOCAL_MACHINE -> SOFTWARE -> Microsoft -> BCDRAgentPersistentKeys -> IsCommonProviderInstalled
i. Run this command: REG ADD "HKLM\SOFTWARE\Microsoft\BcdrAgentPersistentKeys" /v IsCommonProviderInstalled /t REG_SZ /d False /f
Once the registry is updated with the both values, if you are able to please reboot the server and retry the backup operation.
Recommend you to backup the registry before performing the above operations.
----------------------------------------------------------------------------------------------------------------------
If the response helped, do "Accept Answer" and up-vote it
----------------------------------------------------------------------------------------------------------------------
If the response helped, do "Accept Answer" and up-vote it