To resolve this problem, use one of the following methods.
Method 1: Modify Group Policy settings
On any domain controller in the domain, follow these steps to modify the Group Policy settings:
- Click Start, click Run, type gpedit.msc, and then click OK.
Note If you receive the following error message, use Method 2 instead of this method:There are no more endpoints
available from the endpoint mapper.
- In the console tree, expand Windows Settings under Computer Configuration.
- Expand Security Settings, expand Local Policies, expand User Rights Assignment, and then examine the groups that are defined in the Impersonate a client after authentication setting.
Note On a domain controller that is running Windows Server 2003 with Service Pack 1, you expect the following groups to be defined in this setting:- ADMINISTRATORS
- SERVICE
- IIS_WPG
- Run the Directory Services version of Microsoft Product Support Reporting Tool, and then examine the Computer_Name_GPRESULT.txt file.
- Search the Computer_Name_GPRESULT.txt file for the word "Impersonate." Then, examine the Group Policy objects (GPOs) that are indicated by the search results.
- Remove the Impersonate a client after authentication setting from the Default Domain Policy GPO or from the Default Domain Controllers Security Policy GPO if the setting is present. Also, remove the Impersonate a client after authentication setting from any GPO that is linked at the domain level. Make sure that the policy settings that have this setting are only linked at the site level or at the OU level.
- Restart the computer.
Method 2: Modify the registry
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.
On any domain controller in the domain, follow these steps to modify the registry:
- Click Start, click Run, type services.msc, and then click OK.
- Right-click Remote Procedure Call (RPC), and then click Properties.
- Click the Log On tab, and then click Local System account in the Log on as area.
- Restart the computer.
- Click Start, click Run, type gpedit.msc, and then click OK.
- In the console tree, expand Windows Settings under Computer Configuration.
- Expand Security Settings, expand Local Policies, expand User Rights Assignment, and then examine the groups that are defined in the Impersonate a client after authentication setting.
Note On a domain controller that is running Windows Server 2003 with Service Pack 1, you expect the following groups to be defined in this setting:- ADMINISTRATORS
- SERVICE
- IIS_WPG
- Run the Directory Services version of Microsoft Product Support Reporting Tool, and then examine the Computer_Name_GPRESULT.txt file.
- Search the Computer_Name_GPRESULT.txt file for the word "Impersonate." Then, examine the Group Policy objects (GPOs) that are indicated by the search results.
- Remove the Impersonate a client after authentication setting from the Default Domain Policy GPO or from the Default Domain Controllers Security Policy GPO if the setting is present. Also, remove the Impersonate a client after authentication setting from any GPO that is linked at the domain level. Make sure that the policy settings that have this setting are only linked at the site level or at the OU level.
- Restart the computer.
- Click Start, click Run, type cmd, and then click OK.
- At the command prompt, type gpupdate \force, and then press ENTER.
- Close the Command Prompt window.
- Click Start, click Run, type regedit, and then click OK.
- In Registry Editor, locate the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RpcSs
Note As a precaution, export a copy of this registry key before you continue. - Right-click ObjectName, and then click Modify.
- Type NT Authority\NetworkService in the Value data box, and then click OK.
- Restart the computer.