BACKUP

No VSS writers are listed when you run vssadmin list writers on Windows Server

Cause


This issue occurs because the registry path to Eventcls.dll is incorrect or because the registry data type for the TypeLib setting is incorrect.

To resolve this issue, perform the following steps.

Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:

322756  How to back up and restore the registry in Windows

1. Click Start, type regedit in the Start Search box, and then press ENTER.

2. Locate and then click the following registry key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EventSystem\{26c409cc-ae86-11d1-b616-00805fc79216}\EventClasses\{FAF53CC4-BD73-4E36-83F1-2B23F46E513E}-{00000000-0000-0000-0000-000000000000}-{00000000-0000-0000-0000-000000000000}

3. Locate the TypeLib registry value.

NOTE The registry type of TypeLib should be shown as REG_EXPAND_SZ. If that is not the case, you have to delete the key, and then you have to recreate the key. To do this, follow these two steps:

 a. Select the TypeLib registry value, and then delete it.

 b. Create a new Expandable String Value, and then name it TypeLib.

4. Double-click the TypeLib registry value. In the Value Data box, type %systemroot%\system32\EVENTCLS.DLL, and then click OK.

5. Close Regedit.

6. Click Start, type services.msc in the Start Search box, and hit Enter.

7. Right-click the following services one at a time and click Restart:

• COM+ Event System 
• Volume Shadow Copy

8. Close the Services snap-in.

9. Open an elevated command prompt, type vssadmin list writers, and then hit ENTER. 

10. Verify that the VSS writers are now listed.

Leave a Reply

Your email address will not be published. Required fields are marked *