The information in this article applies to:
SYMPTOMSAfter including Microsoft Exchange Server in the Directory Synchronization process of your MSMail environment, some Display Names are appended with
CAUSEIn any one given MSMail postoffice, all display names (friendly names) must be unique. An MSMail postoffice may have multiple display names the same in its Global Address List (GAL). For example: Bob SmithNET1/PO1/BSMITHThe above would be perfectly legal in one MSMail postoffice but the following would not: Bob SmithNET1/PO1/BSMITHThe above is illegal. Neither ADMIN.EXE nor IMPORT.EXE would allow the second Bob Smith to be created. Microsoft Exchange Server on the other hand will allow multiple objects to have the same display name. Due to this, the Microsoft Exchange Directory Synchronization Service (DXA) must ensure that it does not send the same display name to any one MSMail postoffice. WORKAROUND
A new registry value is now available that will change this behavior as
described in the MORE INFORMATION section below. The registry value to set
is:
STATUSThis problem has been corrected in the latest U.S. Service Pack for Microsoft Exchange Server version 5.0. For information on obtaining the Service Pack, query on the following word in the Microsoft Knowledge Base (without the spaces): S E R V P A C K MORE INFORMATIONFor information about this problem in Microsoft Exchange Server version 4.0, please see the following article in the Microsoft Knowledge Base: Q146676 XFOR: Exchange 4.0 DXA Appends 001 Only When NeededHow does the DXA keep track of what it has sent to the MSMail postoffices? The DXA keeps what we call a mappings database (XDIR.EDB) in the DXADATA directory of the Microsoft Exchange Server. Within this mappings database is kept a list of all transactions that have been sent by the DXA. The four values kept for each transaction sent are the objects: USN-ChangedBehavior with registry parameter listed above set to 1 or non existant: When a new DirSync transaction is about to be sent, the XDIR.EDB is checked to see if it has sent this friendly name before. If so, the Obj-Dist-Name of both objects are compared to see if this is the same object being sent again. If so, we update the USN-Changed value and send the transaction as is else we append the 001 to the friendly name. Behavior with registry parameter listed above set to 0. When a new DirSync transaction is about to be sent, the XDIR.EDB is checked to see if it has sent this friendly name before. If so, is this the same address type (IE, X.400, MS, SMTP, etc.) If so, is the address type MS (MSMail). If not, append the 001. If so, is it the same NETWORK/PO name. If so, append the 001 else do not append the 001.
Keywords : kbusage kbbug5.00 XFOR kbfix5.00.sp1 |
Last Reviewed: April 30, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |