XGEN: How to Extend the Schema Manually for Calendar Connector Installation (302401)
The information in this article applies to:
- Microsoft Exchange 2000 Server
This article was previously published under Q302401 SYMPTOMS
If you attempt to run the initial Exchange 2000 Service Pack 1 (SP1) Calendar Connector (Calcon.exe) Setup and you are not a member of the Schema Admins group, you receive the following error message:
Installation Warning:
Setup failed to update the Directory schema with error code 8.
Please ensure that you are a member of the "Schema Admins" group, and the server acting as your domain schema master is available before running Setup.
WORKAROUND
If an Exchange administrator cannot obtain Schema Admin rights, a Schema administrator can either run Calendar Connector Setup, or can extend the schema before the initial installation of Calendar Connector by using the following steps. If the schema has already been extended with Calendar Connector attributes, Calendar Connector Setup will proceed without difficulties.
The Ldifde.exe utility is included in Windows 2000 Server, but not in Windows 2000 Professional. However, you can copy the Ldifde.exe program to a computer that is running Windows 2000 Professional and then you can run the program remotely against the Windows 2000 Server Active Directory.
To extend the schema before the initial installation of Calendar Connector:
- Copy the text of the Calcon.ldf file that is located in the "More Information" section in this article into Notepad.exe.
- In the ADSI Edit MMC snap-in, connect to the Schema Naming Context, expand the Schema container, right-click the Schema object, and then click Properties.
- In the Select a Property to View drop-down box, click distinguishedName.
- Copy the value to the clipboard. It should look something like the following:
CN=Schema,CN=Configuration,DC=domainname,DC=microsoft,DC=com
- In Notepad, on the Edit menu, click Replace.
- In the Find What box, type:
- In the Replace with box, paste the contents of the clipboard, and then click Replace all.
- Click Cancel after all the replacements have been made, and save the file to the same folder that contains the Ldifde.exe program.
- From a command prompt, run the following command:
ldifde -i -f calcon.ldf -s SchemaMaster
If you run this command successfully, the output should look similar to the following text:
Connecting to <SchemaMaster>.domain.microsoft.com"
Logging in as current user using SSPI
Importing directory from file "CalCon.ldf"
Loading entries..................
17 entries modified successfully.
The command has completed successfully
Modification Type: | Major | Last Reviewed: | 9/25/2006 |
---|
Keywords: | kberrmsg kbprb KB302401 |
---|
|