To resolve this issue, use the Microsoft Windows 2000 inetOrgPerson Kit to modify the schema:
Download and Extract the Windows 2000 inetOrgPerson Kit
- To download the Windows 2000 inetOrgPerson Kit, visit the following Microsoft Web site:
- Double-click the W2k_iop_kit.exe file, and then extract the files to the C:\Inetorg folder.
NOTE: You may have to create the C:\Inetorg folder.
Determine the rootDomainNamingContext Value
You can use the Lightweight Directory Protocol (LDP) utility to help determine the rootDomainNamingContext for your domain. The rootDomainNamingContext is required to update the schema. To determine the rootDomainNamingContext:
- On a Windows 2000 Server-based computer that is running as a domain controller, click Start, and then click Run.
- In the Open box, type ldp, and then press ENTER.
NOTE: If LDP is not installed on your computer, install LDP.
For additional information about how to install LDP, click the following article number to view the article in the Microsoft Knowledge Base:
255602�
Browsing and querying using the LDP utility
- In LDP, click Connection, and then click Connect.
- In the Connect dialog box, make no changes to the default settings, and then click OK.
- In the right pane, note the value that is listed for rootDomainNamingContext.
- Quit LDP.
Modify the Exchange.ldf File
The Exchange.ldf file is included with the Windows 2000 inetOrgPerson Kit. This file provides a method for modifying the ldapDisplayName value. To modify the Exchange.ldf file:
- In Windows Explorer, right-click the C:\InetOrg\Exchange.ldf file.
- Click Open With, click Notepad, and then click OK.
- In Notepad, replace the value of X for all instances of DC=X, with the value for rootDomainNamingContext that you previously noted in step 5.
- On the File menu, click Save, and then quit Notepad.
Copy the Exchange.ldf File to the Schema Owner
After you modify the Exchange.ldf file, you must copy it to the domain controller schema owner. To determine which domain controller is the schema owner and copy the file:
- Click Start, and then click Run.
- In the Open box, type cmd, and then press ENTER.
- Type netdom query fsmo, and then press ENTER.
- Note the value that is returned for Schema owner, and then close the command prompt.
- Copy the modified Exchange.ldf file to the drive:\Winnt\System32 folder on the domain controller that is running as the schema owner, where drive is the drive on which Windows is installed.
Update the Schema By Using LDIFDE
LDIFDE is a utility in Windows 2000 to support batch-update operations to the Active Directory based on the LDIF file format standard. To use LDIFDE to update the Active Directory:
- On the Windows 2000-based server that is running as the schema owner, click Start, and then click Run.
- In the Open box, type cmd, and then press ENTER.
- Type ldifde -i -f drive:\winnt\system32\exchange.ldf -v where drive is the drive on which Windows is installed, and then press ENTER.
NOTE: If you receive the following error message, you may have to modify the "Schema Update Allowed" registry key:
Schema update is not allowed on this DC. Either the registry key is not set or the DC is not the schema FSMO role owner.
For additional information about how to modify this registry key, click the following article number to view the article in the Microsoft Knowledge Base:
285172�
Schema update require Write Access to schema in Active Directory
Troubleshooting
When using LDIFDE, you may receive one of the following error messages:
An attempt was made to add an object to the directory with a name that is already in use.
-or-
The specified value already exists.
If this occurs, note the value that produced the error message, and then follow these steps:
- On the domain controller that is running as the schema owner, open the drive:\Winnt\System32\Exchange.ldf file in Notepad, where drive is the drive on which Windows is installed.
- In Notepad, locate and delete the section that creates the value that you noted in the error message.
- On the File menu, click Save, and then quit Notepad.
- On the Windows 2000-based server that is running as the schema owner, click Start, and then click Run.
- In the Open box, type cmd, and then press ENTER.
- Type ldifde -i -f drive:\Winnt\System32\exchange.ldf -v where drive is the drive on which Windows is installed, and then press ENTER.
If
setup /forestprep does not work after you follow these steps, determine if the same error message is being noted in the Exchange Server Setup Process.log file. If error code 0XC1037AE6 still appears, view the Ldif.err file for an entry that is similar to the following:
Entry DN: CN=Mail-Recipient,CN=Schema,CN=Configuration,DC=cpn,DC=net
change: modify
Attribute 0) mayContain:secretary Add error on line 2628: No Such Attribute
The server side error is "The parameter is incorrect."
An error has occurred in the program
To resolve this issue:
- On the computer on which the Microsoft Windows inetOrgPerson Kit is installed, right-click the C:\InetOrg\Inetorgperson.ldf file.
- Click Open With, click Notepad, and then click OK.
- In Notepad, remove all object-creation sections except the section that creates the attribute that is listed in this error message.
- On the File menu, click Save, and then quit Notepad.
- Copy the modified Inetorgperson.ldf file to the drive:\Winnt\System32 folder on the domain controller that is running as the schema owner, where drive is the drive on which Windows is installed.
- On the Windows 2000-based server that is running as the schema owner, click Start, and then click Run.
- In the Open box, type cmd, and then press ENTER.
- Type ldifde -i -f drive:\winnt\system32\inetorgperson.ldf -v where drive is the drive on which Windows is installed, and then press ENTER.
- Close the command prompt.