Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

XADM: Exmerge Does Not Find Messages Based on Specified Criteria


View products that this article applies to.

This article was previously published under Q264244

↑ Back to the top


Symptoms

The Exchange Server Mailbox Merge program (Exmerge.exe) can export items from the source information store, based on certain message selection criteria that you can configure. For example, you can configure the Exmerge program to export only messages between a certain date range.

When you configure a message selection criteria, the Exmerge program may not find any items, even though there are items in the mailboxes that are selected that match the criteria.

↑ Back to the top


Cause

This issue can occur if different selection criteria are specified, for example, if you specify a list of subject lines and attachment names.

In this case, the Exmerge program exports only those items that contain both a subject line that is included in the list of specified subject lines and at least one of the attachments that are included in the list of attachment names.

↑ Back to the top


Resolution

To resolve this issue, perform one of the following steps:
  • Update the selection criteria. Add additional attachment names or subject lines to the specified lists. -or-

  • If you want to export items based on subject line or attachment name, run two separate instances of the Exmerge program. In one instance only specify the subject lines, and in the other instance only specify the attachment names.

↑ Back to the top


Status

This behavior is by design.

↑ Back to the top


More information

The Exmerge program uses the following algorithm to search for messages in the source store
(date_restriction) AND (subj1 OR subj2 OR ... subjn) AND (att1 OR att2 OR ... attn)
where date_restriction is the range of dates that are specified on the Dates page, subj is one or more subject lines that you specified, and att is one or more attachment names that you specified.

If a range of dates or subjects or attachments is not specified, then that component is removed from the above algorithm. For example, if no date restriction is specified then the algorithm is:
(subj1 OR subj2 OR ... subjn) AND (att1 OR att2 OR ... attn)
If no attachment names are specified, the algorithm is:
(date_restriction) AND (subj1 OR subj2 OR ... subjn)

↑ Back to the top


Keywords: KB264244, kbprb

↑ Back to the top

Article Info
Article ID : 264244
Revision : 5
Created on : 10/27/2006
Published on : 10/27/2006
Exists online : False
Views : 317