Activity directoryADErrors may occur sometimes. The following describes two common AD Error Parameters 1058 and 1030, and provides solutions for these two errors.
Type: Error
Source: Userenv
Category: None
Event ID: 1058
User: NTAUTHORITY \ SYSTEM
COMPUTER: SERVER
Description: Windows cannot access the gpt. ini file of the Group Policy object.
CN = {31B2F340-016D-11D2-945F-00C04FB984F9}, CN = Policies, CN = System, DC = lcds, DC = lab
Thefilemustbepresentatthelocation \ lcds. lab \ Policies \ {31B2F340-016D-11D2-945F-00C04FB984F9}
Access denied) the Group Policy is aborted.
Type: Error
Source: Userenv
Category: None
Event ID: 1030
User: NTAUTHORITY \ SYSTEM
COMPUTER: SERVER
Description: The Group Policy object list cannot be queried in Windows. The policy engine previously recorded messages that described this cause.
Solution:
There are many causes for errors 1058 and 1030 on the domain controller. We recommend that you try the following operations:
1. Go to the Microsoft website and update system patch 889100.
Unable to execute Group Policy Processing. Events 1030 and 1058 are recorded in the application logs of the domain controller.
Http://support.microsoft.com/kb/842804/zh-cn
2. Check that the NetLogon service is enabled on all domain controllers.
A. Click Start> Run and enter SERVICES. MSC ".
B. Click "NetLogon" and confirm that "service status" is "start" and "Start type" is "automatic.
5. click Start> Run and enter \ domain \ sysvol \ domain \ Policies \ domain as your domain name ), check that the NTFS file system permission and sharing permission are correctly set on Sysvol sharing, and grant the AuthenticatedUsers Group read and Application Group Policy permissions.
HowtoGiveUsersAccesstoGroupPolicyObjects
Http://support.microsoft.com/kb/273857/en-us
6. Click Start> Run and enter \ domain \ sysvol \ domain \ Policies \ to check whether the gpt. ini file exists.
7. If your domain controller is a multi-host. This error may also occur if multiple NICs are installed or multiple IP addresses are set. disable one Nic temporarily or set only one IP address to check whether the problem persists.
If the problem persists, run the following command:
1. to install the WindowsServer2003 SUPPORT tool, Run \ SUPPORT \ TOOLS \ SUPTOOLS. MSI on the WindowsServer2003 disc;
2. Run the following commands in command line mode:
Dfsutil/pktflush
Dfsutil/spcflush
Dfsutil/purgemupcache
We hope that the two types of errors 1058 and 1030 in AD described in this article will be helpful to readers.