Exchange MAPI Management Agent May Not Discover Custom Recipients (281666)



The information in this article applies to:

  • Microsoft Metadirectory Services 2.1
  • Microsoft Metadirectory Services 2.2

This article was previously published under Q281666

SYMPTOMS

After you click to clear the Exclude custom recipients from discovery check box, which is located in Configure Management Agent in the Metadirectory Relationship tab and the Configure tab, Management Agent should discover the custom recipients. However, this does not occur.

CAUSE

This problem occurs because of the following rule in the Metadirectory Exclusions template:
message 101
# exclude foreign users
$exist($MA($zcExchangeUNSBase))= T
$EMBEDDED("$MA($zcExchangeUNSBase)",$v_msxObjectDn) = T
				

RESOLUTION

To work around this problem, you can comment out the existing code in the Metadirectory Exclusion templates by following these steps:
  1. In the Action panel, click Configure MA.
  2. Click the Metadirectory Relationships tab.
  3. Click the Inclusions and Exclusions tab.
  4. Click the Exclusions tab.
  5. Find the Message 101 text among the messages.
  6. Add the following appropriate comments:
    message 101
    # exclude foreign users
    #$exist($MA($zcExchangeUNSBase))= T
    #$EMBEDDED("$MA($zcExchangeUNSBase)",$v_msxObjectDn) = T
    					

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.

Modification Type:MinorLast Reviewed:1/25/2006
Keywords:kbbug kbenv KB281666