Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

FP2002: Error Message: Could Not Initialize Role Upgrading Server Extensions


View products that this article applies to.

This article was previously published under Q298968
IMPORTANT: This article contains information about modifying the registry. Before you modify the registry, make sure to back it up and make sure that you understand how to restore the registry if a problem occurs. For information about how to back up, restore, and edit the registry, click the following article number to view the article in the Microsoft Knowledge Base:
256986 (http://support.microsoft.com/kb/256986/EN-US/ ) Description of the Microsoft Windows Registry

↑ Back to the top


Symptoms

When you install or upgrade to FrontPage 2002 Server Extensions, you receive one of the following error messages:
Error: Could not initialize role 'Admin'.
-or-
Error: Could not initialize role 'Browser'.
The event viewer contains the following error messages
Microsoft FrontPage Server Extensions:
Error #e0064 Message: Error creating group "OWS_1234567890_admin"

Microsoft FrontPage Server Extensions:
(OS Error #2296 Message: )
-or-
Microsoft FrontPage Server Extensions:
Error #e0064 Message: Error creating group "OWS_1234567890_browser"

Microsoft FrontPage Server Extensions:
(OS Error #2296 Message: )
where 1234567890 is a number specific to the site.

↑ Back to the top


Cause

This problem can occur when you attempt to upgrade or extend a site on a Backup Domain Controller or any other system that restricts the creation of local groups. When you extend a site, the extensions create a group for admin and automatically add the user account to administer the site. Because the server does not allow for the creation of local groups, the error message appears.

↑ Back to the top


Workaround

WARNING: If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.

To work around this problem, prevent the FrontPage Server Extensions from creating and using local groups to access the Web site. To do this, follow these steps:
  1. On the Windows Start menu, click Run.
  2. In the Open box, type Regedt32.exe and click OK.
  3. Select the following subkey:
    HKEY_LOCAL_MACHINE\Software\Microsoft\Shared Tools\Web Server Extensions\All Ports
  4. On the Edit menu, click Add Value.
  5. In the Value Name box, type NoMachineGroups; in the Data Type box type REG_SZ. Click OK.
  6. In the String Editor dialog box, in the String box, type 1 and then click OK.
  7. On the Registry menu, click Exit.

↑ Back to the top


Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.

↑ Back to the top


More information

In Windows Registry, the NoMachineGroups value specifies whether roles are implemented as local machine groups. When this value is set to 1, local machine groups are disabled. To enable local machine groups, set NoMachineGroups to the devault value, 0 (zero). This value is a global property only. You must set this property before extending any virtual server.

For additional information, click the article number below to view the article in the Microsoft Knowledge Base:
310932� FP2002: Where to Find the SharePoint Team Services Administrator's Guide

↑ Back to the top


References

For additional information about how to use the Event Viewer, click the article number below to view the article in the Microsoft Knowledge Base:
289508� OFFXP: How to Read Office Application Error Reporting Signature

↑ Back to the top


Keywords: KB298968, kbpending, kbbug

↑ Back to the top

Article Info
Article ID : 298968
Revision : 2
Created on : 2/21/2007
Published on : 2/21/2007
Exists online : False
Views : 308