A Critical Component Required By the Volume Shadow Copy Service is Not Registered (code 2402)

Applies To: Windows Server 2008 R2

Situation

A backup plan terminates with the following error: A critical component required by the Volume Shadow Copy service is not registered

The event log contains the following event ID: 22.

Cause

This error may be caused by running backup software containing a 32-bit Volume Shadow Copy service requester on a 64-bit Windows version.

Solution

Note that in some cases several VSS errors can occur at the same time, and the recommendations described below may not be helpful

Follow these best-practice recommendations from Microsoft ©.

Note that the procedures above can be changed by Microsoft. Use the link below to ensure the recommendations are up to date

Refer to the Information about Event ID 51 chapter at docs.microsoft.com

Determine the cause of the error condition

Use the event text to determine the cause of the error condition. To do this, proceed as follows:

  1. Click Start, then click Run.
  2. Type eventvwr.msc, then click OK. If the User Account Control dialog box appears, ensure that the action it displays is what you want, and then click Continue.
  3. In Event Viewer, expand Windows Logs, then select Application.

  1. To filter the events so that only events with a Source of VSS are shown, in the Actions pane, click Filter Current Log. On the Filter tab, in the Event sources drop-down list, select the checkbox for VSS. Select other options as appropriate, then click OK.

  1. To sort the displayed events by date and time, in the center pane, click the Date and Time heading. Look for Event ID 22, and use the event text to identify the name of the application or service that caused the error.
  2. If the event was caused by the COM+ Event System, see the Check that the COM+ Event System service is started paragraph.
  3. If the event was not caused by the COM+ Event System, see the Use System Restore to create a manual restore point paragraph if your computer is running Windows 7, or the Use DiskShadow to create a shadow copy of the system volume paragraph if it is running Windows Server 2008 R2.

Check that the COM+ Event System service is started

To check that the COM+ Event System service is started, proceed as follows:

  1. Click Start, select Administrative Tools, then select Services.
  2. In the results pane, double-click COM+ Event System.
  3. In Service status, make sure that the status is Started. If the status is not Started, click Start.
  4. Ensure that Startup type is set to Automatic.
  5. Click OK.

Use System Restore to create a manual restore point

To use System Restore to create a manual restore point, proceed as follows:

  1. Click Start, and then click Control Panel.
  2. Double-click System, then click System Protection.
  3. If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Continue.
  4. On the System protection tab, click Create.
  5. Click Finish.

Use DiskShadow to create a shadow copy of the system volume

To use DiskShadow to create a shadow copy of the system volume, proceed as follows:

  1. Click Start, select All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator.
  2. Type diskshadow, then press Enter.
  3. Type add volume {Volume}, where {Volume} is the drive letter for the system volume, and then press Enter.
  4. Type create, and then press Enter.

To learn more about the error with Event ID 22, refer to the Event ID 22 — VSS Shadow Copy Creation and Storage Space Availability article at docs.microsoft.com

https://git.cloudberrylab.com/egor.m/doc-help-kb.git