Event ID 19 — VSS Writer Operations
Applies To: Windows Server 2008 R2
Volume Shadow Copy Service (VSS) writers are applications or services that store persistent information in files on disk and that provide the names and locations of these files to requesters by using the shadow copy interface.
Event Details
Product: | Windows Operating System |
ID: | 19 |
Source: | VSS |
Version: | 6.1 |
Symbolic Name: | VSS_ERROR_STARTING_EVENTS_SAFEBOOT |
Message: | Volume Shadow Copy Service error: The EventSystem service is disabled or is attempting to start during Safe Mode. The Volume Shadow Copy service cannot start while in safe mode. If not in safe mode, make sure that EventSystem service is enabled. CLSID:%1 Name:%2 [%3] %4 |
Resolve
Ensure that the COM+ Event System service is enabled and started
The Volume Shadow Copy Service (VSS) relies on COM+ to deliver events to VSS components and applications. If the COM+ Event System service is unavailable, VSS cannot function properly.
You must perform the following procedure in Normal mode. Check whether the system is running in Safe mode. When your computer is in Safe mode, you will see the words Safe Mode in the corners of the display. If it is in Safe mode, restart it in Normal mode. In Normal mode, check whether the COM+ Event System is running.
To perform this procedure, you must have membership in Administrators, or you must have been delegated the appropriate authority.
Check that the COM+ Event System service is enabled and started
To check that the COM+ Event System service is started:
- Click Start, click Administrative Tools, and then click Services.
- In the results pane, double-click COM+ Event System.
- In Service status, make sure that the status is Started. If the status is not Started, click Start.
- Ensure that Startup type is set to Automatic.
- Click OK.
Verify
To verify that the Volume Shadow Copy Service (VSS) writers are operating correctly, perform the following procedure, and then retry the previous VSS operation.
To perform this procedure, you must have membership in Administrators, or you must have been delegated the appropriate authority.
To verify that the Volume Shadow Copy Service (VSS) writers are operating correctly:
- Open an elevated Command Prompt window. Click Start, click All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator.
- Type vssadmin list writers, and then press Enter.
- Ensure that all writers are in the Stable state and are operating without errors.
For more information about the vssadmin command, see https://go.microsoft.com/fwlink/?LinkId=103401.