To resolve this problem, populate the
serverReference attribute value by using the distinguished name of the server object. You can locate this distinguished name under the following domain partition:
CN=<ServerName>,OU=Domain Controllers, DC=<YourDomain>,DC=<DomainSuffix>
Warning If you use the ADSI Edit snap-in, the LDP utility, or any other LDAP version 3 client, and you incorrectly modify the attributes of Active Directory objects, you can cause serious problems. These problems may require you to reinstall Microsoft Windows 2000 Server, Microsoft Windows Server 2003, Microsoft Exchange 2000 Server, Microsoft Exchange Server 2003, or both Windows and Exchange. Microsoft cannot guarantee that problems that occur if you incorrectly modify Active Directory object attributes can be solved. Modify these attributes at your own risk.
To populate the
serverReference attribute value, follow these steps:
- Click Start, click Run, type adsiedit.msc, and then click OK.
- Expand Configuration [<ServerName>.<YourDomain>.<DomainSuffix>].
- Expand CN=Configuration,DC=<YourDomain>,DC=<DomainSuffix>.
- Expand CN=Sites.
- Expand CN=Default-First-Site-Name.
- Expand CN=Servers.
- Right-click CN=<ServerName>, and then click Properties.
- In the Attributes list, click serverReference, and then click Edit.
- In the Value text box, type the following, and then click OK:
CN=<ServerName>,OU=Domain Controllers, DC=<YourDomain>,DC=<DomainSuffix>
- Click OK to close the CN=<ServerName> Properties dialog box.