A non-expirable message could not be categorized

 

Topic Last Modified: 2007-11-16

The Microsoft Exchange Server 2007 Management Pack for Operations Manager monitors the Windows Application log on computers that are running Exchange Server 2007 and generates this alert when the event or events specified in the following Details table are logged.

To learn more about this alert, if you are using Microsoft Operations Manager 2005, do one or more of the following:

  • From the Operator Console, select this alert, and then click the Properties tab. Review the description of the alert that includes the variables specific to your environment.

  • From the Operator Console, click the Events tab, and then double-click the event in the list for which you want to review the event description. Review the events that have been logged that meet the criteria of this Operations Manager alert.

To learn more about this alert, if you are using System Center Operations Manager 2007, do one or more of the following:

  • From the Operations Console, double-click this alert, and then click the General tab. Review the description of the alert that includes the variables specific to your environment.

  • From the Operations Console, double-click this alert, and then click the Alert Context tab. Review the events that have been logged that meet the criteria of this Operations Manager alert.

Details

Product Name

Exchange

Product Version

8.0 (Exchange Server 2007)

Event ID

9213

Event Source

MSExchangeTransport

Alert Type

Critical Error

MOM Rule Path

Microsoft Exchange Server/Exchange 2007/Common Components/Hub Transport and Edge Transport/Transport

MOM Rule Name

A non-expirable message could not be categorized. This message may be a journal report or other system message. The message will remain in the queue until administrative action is taken.

Explanation

This Warning event indicates that a journal report that was sent to a journaling mailbox has been rejected. The journal report has been resubmitted to the Submission queue for categorization. This Warning event may be generated when an error is encountered with the recipient configuration of the journaling mailbox. After the problem with the recipient configuration of the journaling mailbox is corrected, Microsoft Exchange Server 2007 will automatically deliver the journal reports to the journaling mailbox.

The following conditions may cause the journaling mailbox to become unavailable:

  • The journaling mailbox no longer exists.

  • The Hub Transport server is unable to access the Active Directory directory service.

  • The recipient object of the journaling mailbox in Active Directory is invalid.

  • The primary Simple Mail Transfer Protocol (SMTP) address of the specified recipient is invalid.

  • The SMTP address that is configured on the specified recipient is not unique.

  • Other recipient resolution, routing, or content conversion errors have occurred.

User Action

To resolve this warning, do the following:

  1. Determine why the journaling mailbox is unavailable. You may be able to retrieve information about why the journal reports were rejected by running the following Exchange Management Shell command on the Hub Transport server that attempted delivery of the journal report:

    Get-Message -IncludeRecipientInfo | Where { $_.Recipients -Like "*<journaling mailbox SMTP address>*" } | Format-List

    This command retrieves all the messages that are currently waiting to be delivered to the journaling mailbox that you specify. For example, if the SMTP address of the journaling mailbox is journaling@contoso.com, you would use the following command:

    Get-Message -IncludeRecipientInfo | Where { $_.Recipients -Like "*journaling@contoso.com*" } | Format-List

    The LastError property of each message that is returned contains the reason the message was rejected. This information will help you determine why the journaling mailbox is unavailable.

  2. Use the following corrective actions to resolve the most common issues that cause this warning. Perform the action that reflects the cause of the failed delivery:

    • Verify the recipient configuration information is correct. If the recipient's SMTP address was entered incorrectly, correct the SMTP address in the journal rule. Then, create a temporary mailbox with the previously entered incorrect SMTP address. This mailbox will accept the journal reports that are sent to the incorrect SMTP address. You can then forward these journal reports to the correct journaling mailbox, and you can delete the temporary mailbox.

    • Verify that no duplicate SMTP addresses are configured on recipients in your organization

    • Verify that there are no invalid characters in the SMTP address of the configured recipient.

    • Run the Dcdiag command line tool to test domain controller health. To do this, run dcdiag /s:<Domain Controller Name> at a command prompt on the Exchange server. Use the output of Dcdiag to discover the root cause of any failures or warnings that it reports. For more information, see Dcdiag Overview at the Microsoft Windows Server TechCenter.

  3. If you need to, check for additional configuration errors. For help determining what might be configured incorrectly, run the Best Practices Analyzer located in the Toolbox in the Exchange Management Console.

You can also use an alternate journaling mailbox to help manage journal reports that have been rejected. Only journal reports that are submitted categorization for delivery to an unavailable journaling mailbox after an alternate journaling mailbox is configured will be redirected to the alternate journaling mailbox. Journal reports that have already failed categorization when an alternate journaling mailbox is enabled are not redirected. For more information about how to configure an alternate journaling mailbox and what you must consider before you do this, see How to Configure an Alternate Journaling Mailbox.

For more information about journaling, see Overview of Journaling.

For More Information

To search the Microsoft Knowledge Base articles based on criteria that generated this alert, visit the Search the Support Knowledge Base (KB) Web site.

To review Exchange 2007 event message articles that may not be represented by Exchange 2007 alerts, see the Events and Errors Message Center.

If you are not already doing so, consider running the tools that Microsoft Exchange offers to help administrators analyze and troubleshoot their Exchange environment. These tools can help you make sure that your configuration is in line with Microsoft best practices. They can also help you identify and resolve performance issues, improve mail flow, and better manage disaster recovery scenarios. Go to the Toolbox node of the Exchange Management Console to run these tools now. For more information about these tools, see Toolbox in the Exchange Server 2007 Help.