Warning Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall the operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk.
To resolve this issue, create the registry entries that Windows Server Backup requires.
Note We recommend that you create the registry entries when you install Windows SharePoint Services. However, you can create the registry entries at any time.
To create the registry entries, use one of the following methods.
Method 1: Automatically enter the appropriate registry entries
- Start any text editor. For example, start Notepad.
- Paste the following text into the text editor window:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\WindowsServerBackup\Application Support\{c2f52614-5e53-4858-a589-38eeb25c6184}]
"Application Identifier"="Windows Sharepoint Services"
"UseSameVssContext"=dword:00000001
- Save the file as a .reg file. For example, save the file as the WSS.reg file.
- Double-click the .reg file that you saved in step 3.
- When you are prompted to enter the information into the registry, click Yes.
Method 2: Manually create the appropriate registry entries
- Log on to the computer as an administrator, and then start Registry Editor.
- Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
- Under the
CurrentVersion
registry subkey, create a new registry subkey that is named the WindowsServerBackup
registry subkey. - Under the
WindowsServerBackup
registry subkey, create a new registry subkey that is named the Application Support
registry subkey. - Under the
Application Support
registry subkey, create a new registry subkey that is named the {c2f52614-5e53-4858-a589-38eeb25c6184}
registry subkey.
Note This GUID represents the Windows SharePoint Services writer GUID. - Click the {c2f52614-5e53-4858-a589-38eeb25c6184} registry subkey.
- In the details pane, create the following registry entries:
Value name: Application Identifier
Value type: REG_SZ
Value data: Windows Sharepoint Services
Value name: UseSameVssContext
Value type: REG_DWORD
Value data: 00000001
- Exit Registry Editor.