I got the error bellow with different attribute identifier after a upgrade the schema to Win 2008 of my active directory with the setup /prep... command.
Event Type: Error
Event Source: NTDS General
Event Category: (24)
Event ID: 1136
Date: 15/12/2008
Time: 7:07:19 PM
User: NT AUTHORITY\ANONYMOUS LOGON
Computer: SERVER
Description:
Active Directory failed to create an index for the following attribute.
Attribute identifier:
591822
Attribute name:
msFVE-VolumeGuid
A schema cache update will occur 5 minutes after the logging of this event and will attempt to create an index for the attribute.
Additional Data
Error value:
-1403 JET_errIndexDuplicate, Index is already defined
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
|
Resolution :
To work around this problem, you must determine which domain controller is the schema operations master, and then remove the containerized index for the msFVE-VolumeGuid schema object and for the msFVE-RecoveryGuid schema object. To do this, follow these steps:
1. On a domain controller, click Start, click Run, type cmd, and then click OK.
2. To determine which domain controller is the schema operations master, type the following command at the command prompt, and then press ENTER:
netdom query fsmo
3. Log on to the domain controller that is hosting the schema operations master role by using an account that is a member of the Schema Admins security group.
Note By default, the built-in Administrator account in the root domain of the forest is a member of the Schema Admins group.
4. Click Start, click Run, type adsiedit.msc, and then click OK.
Note The ADSIEdit Microsoft Management Console (MMC) snap-in is included in the Windows Support Tools for Windows Server 2003. To download the Windows Support Tools for Windows Server 2003 with Service Pack 1, visit the following Microsoft Web site:
http://go.microsoft.com/fwlink/?LinkID=70775
5. Open the Schema container, and then open the folder that contains the schema objects.
6. Double-click the msFVE-RecoveryGuid schema object.
7. In the schema object dialog box, click searchFlags, and then click Edit.
8. In the Integer Attribute Editor dialog box, change the value from 27 to 25, and then click OK two times.
9. Repeat steps 6 through 8 for the msFVE-VolumeGuid schema objects.
Note A container index is specified in the SearchFlags attribute of an Active Directory AttributeSchema object. When you update the SearchFlags attribute to remove the container index, you do not affect BitLocker Drive Encryption functionality.
Source Microsoft KB
Post #213
|