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.

"You may not have appropriate rights" error message when you try to open the Domain Security Policy console or the Domain Controller Security Policy console from the command prompt


View products that this article applies to.

Symptoms

When you try to open the Domain Security Policy console or the Domain Controller Security Policy console by running the dompol.msc command or the dcpol.msc command from the command prompt, you may receive the following error message:
Group Policy Error: Failed to open the Group Policy Object. You may not have appropriate rights.
Details: The specified domain either does not exist or could not be contacted.

↑ Back to the top


Cause

This problem occurs because the dompol.msc command and the dcpol.msc command do not include the required domain name parameter and the required policy GUID parameter that the computer must bind to.

↑ Back to the top


Resolution

To resolve this problem, you must specify the domain name parameter and the policy GUID parameter that the computer must bind to. For example, to open the Default Domain Controllers Policy console in the example.com domain, type the following at the command prompt:
dcpol.msc /gpobject:"LDAP://CN={6AC1786C-016F-11D2-945F-00C04fB984F9},CN=Policies,CN=System,DC=example,DC=com"
To open the Default Domain Policy console in the example.com domain, type the following at the command prompt:
dompol.msc /gpobject:"LDAP://CN={31B2F340-016D-11D2-945F-00C04FB984F9},CN=Policies,CN=System,DC=example,DC=com"

↑ Back to the top


Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section of this article.

↑ Back to the top


More information

In conjunction with Microsoft Windows Server 2003, Microsoft has released a new Group Policy management solution that unifies the management of policy settings. The Microsoft Group Policy Management Console (GPMC) provides a single solution for managing all Group Policy-related tasks.

For more information, visit the following Microsoft Web site:

↑ Back to the top


Keywords: KB832214, kbprb, kbfix, kbmgmtservices, kbwinservperf, kberrmsg

↑ Back to the top

Article Info
Article ID : 832214
Revision : 5
Created on : 10/30/2006
Published on : 10/30/2006
Exists online : False
Views : 369