Environment
Group Policy Administrator 6.0
Situation
The NqGPASyncLinkOrder tool does not correctly synchronize the link order when you use a user account with GPO Editor permissions.
When you add domain users with the GPO Editor permission to the GP Repository, the NQGPASyncLinkOrder tool does not correctly synchronize the GPOs in the GP Repository that have more than one link to an OU in Active Directory.
When you add domain users with the GPO Editor permission to the GP Repository, the NQGPASyncLinkOrder tool does not correctly synchronize the GPOs in the GP Repository that have more than one link to an OU in Active Directory.
Resolution
To resolve this issue, provide the Execute permission to the user account for the following stored procedures available on the GPO_REPOSITORY database:
- gpa_rep_get_som_object_links
- fa_rep_getGPRPath
- gpa_rep_update_gpo_link_order
- gpa_rep_updateBIflaginSOMInfo
Steps:
- Open Microsoft SQL Server Management Studio and connect to your SQL Server.
- Expand the Databases node to the connection to the SQL Server.
- Select and expand the GPO_REPOSITORY database.
- Expand the Programmability node and select Stored Procedures.
- Select one of the stored procedures available in the preceding list.
- On the Action Menu, click Properties.
- Click Permissions in the left pane.
- Add the domain user and select the Execute permission in the Grant column.
- Click OK.
- Repeat steps 5 through 10 for all stored procedures in the preceding list.
Cause
Additional Information
Formerly known as NETIQKB71338