A Backup failure alert has been activated

Rishineken Pongen 176 Reputation points
2021-12-27T17:19:08.137+00:00

" A Backup failure alert has been activated
Snapshot operation failed due to COM+ error
Please restart windows service "COM+ System Application" (COMSysApp). If the issue persists,, restart the VM. "
We keep on getting this alerts a lot and by the time we check , everything seems to be running fine . Is there any way to fix this from re-occuring ?

Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
1,457 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. SadiqhAhmed-MSFT 48,986 Reputation points Microsoft Employee Moderator
    2021-12-28T11:08:31.17+00:00

    @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

    2 people found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.