To work around this issue, change the format of the GUID to a format that you can use in an LDAP query. Then, use the LDP utility (Ldp.exe) to search for the recipient name that maps to the GUID that appears in the description of the event ID 9646 message. The following sections describe these steps in detail.
Step 1: Change the format of the GUID to a format that you can use in an LDAP query
Note The GUID is composed of five sections. Each section is separated by a hyphen (-). This procedure uses the following GUID as an example:
a3acaee7-cb14-4466-83ce-1dd117b546dc
- Use a backslash (\) to separate each pair of numbers in the GUID.
After you complete this step, the GUID is in the following format: \a3\ac\ae\e7-\cb\14-\44\66-\83\ce-\1d\d1\17\b5\46\dc
- Reverse the pairs in the first section, the second section, and the third section. Do not change the fourth section or the fifth section.
After you complete this step, the GUID is in the following format: \e7\ae\ac\a3-\14\cb-\66\44-\83\ce-\1d\d1\17\b5\46\dc
- Remove the hyphens.
After you complete this step, the GUID is in the following format: \e7\ae\ac\a3\14\cb\66\44\83\ce\1d\d1\17\b5\46\dc
Use this GUID in the LDAP query.
Step 2: Use LDP.exe to search all domains for the recipient name that maps to the GUID
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.
Note Ldp.exe is included with the Microsoft Windows Support Tools. To install the Windows Support Tools in Microsoft Windows 2000 Server, double-click
Setup.exe in the Support\Tools folder on the Windows 2000 Server CD. To install the Windows Support Tools in Microsoft Windows Server 2003, double-click
Suptools.msi in the Support\Tools folder on the Windows Server 2003 CD.
- Start Ldp.exe.
- Click Connection, and then click Connect.
- In the Server box, type the name of a domain controller that is in the root domain of the forest.
- In the Port box, confirm that the port number is set to 3268.
- Click OK.
- Click Connection, and then click Bind.
- Type a user name, a domain, and a password for an account that has Enterprise Administrator permissions, and then click OK.
- On the View menu, click Tree.
- Delete the text in the BaseDN box, and then click OK.
- In the left pane, right-click the first object, and then click Search.
-
In the Search window, type the following text in the Filter box:
(&(objectclass=*)(msExchMailboxGuid=\e7\ae\ac\a3\14\cb\66\44\83\ce\1d\d1\17\b5\46\dc))
- Under Scope, click Subtree.
- Click Run.
For more information about how to use Ldp.exe to search for LDAP strings, click the following article number to view the article in the Microsoft Knowledge Base:
224543
Using Ldp.exe to find data in the Active Directory