To resolve this issue, follow the methods below in the order that they appear in. If Method 1 does not resolve the issue, follow the steps in Method 2. If Method 2 does not resolve the issue, follow the steps in Method 3, and so on.
Method 1: Manually delete the Site Replication Service from Exchange System Manager
You may be able to resolve this issue if you delete the Site Replication Service (SRS).
For additional information about how to manually delete the Site Replication Service from Exchange System Manager, click the following article number to view the article in the Microsoft Knowledge Base:
329606
Cannot use Exchange System Manager to delete SRS from remote computer
Method 2: Use the LDP tool (Ldp.exe) to edit attributes
If you cannot remove the SRS, use the LDP tool to remove the following attributes:
- msExchLegacyAccount
- msExchLegacyDomain
- msExchEncryptedPassword
Additionally, use the LDP tool to edit the
msExchAdminGroupMode attribute by removing its value in the
Edit Attribute box.
To edit these attributes, follow these steps.
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.
- Start the LDP tool.
- Click Connection, click Connect, and then click OK.
- Click Connection, click Bind, type the administrator's password in the Password box, and then click OK.
- Expand the CN=Configuration, DC=Domain, DC=com container.
- Expand CN=Services, and then expand CN=Microsoft Exchange.
- Expand CN=Organization, and then expand CN=Administrative Groups.
- Right-click the administrative group that you want in the left pane, and then click Modify.
- Make sure that the following text appears in the title bar of the Modify window:
CN=Administrative Group,CN=Administrative Groups,CN=Organization,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Domain,DC=com
- Type msExchLegacyAccount in the Attribute box, click Remove, and then click Enter.
- Click Run to remove the attribute.
- Repeat steps 8 through 10 to delete the following attributes:
- msExchLegacyDomain
- msExchEncryptedPassword
- Make sure that the following text appears in the title bar of the Modify window:
CN=Administrative Group,CN=Administrative Groups,CN=Organization,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=Domain,DC=com
- In the Attribute box, type msExchAdminGroupMode, and then click Replace.
- Type 0 in the Value box, and then click Enter.
- Click Run to reset the administrative group.
- Quit the LDP tool.
Method 3: Remove the SRS from Active Directory
To remove the SRS from Active Directory, follow these steps:
- Start the ADSI Edit tool.
- Expand Configuration Container, and then expand CN=Configuration, DC=Domain, DC=com.
- Expand CN=Services, and then expand CN=Microsoft Exchange.
- Expand CN=Organization, and then expand CN=Administrative Groups.
- Expand CN=Servers, and then expand CN=Server.
- Right-click CN=Microsoft DSA, and then click Delete.
Method 4: Edit the msExchMixedMode attribute
To change the value of the
msExchMixedMode attribute to False, follow these steps:
- Start the ADSI Edit tool.
- Expand Configuration Container, and then expand CN=Configuration, DC=Domain, DC=com.
- Expand CN=Services, and then expand CN=Microsoft Exchange.
- Right-click CN=Organization, and then click Properties.
- On the Attributes tab in the Select which properties to view box, click Both.
- In the Select a property to view box, click msExchMixedMode.
- Click Clear.
- In the Edit Attribute box, type False.
- Click Set, and then click OK.
- Quit the ADSI Edit tool.