Outlook Mobile Access logon failure: Mailbox hosted on an Exchange Server version earlier than 2003

Outlook_Mobile_Access_logon_failure_Mailbox_hosted_on_an_Exchange_Server_version_earlier_than_2003 (Rule)

Knowledge Base article:

Summary

Outlook Mobile Access is supported only on Microsoft Exchange Server 2003. Currently, your mailbox is stored on an older version of Exchange Server.

Resolutions

This indicates a deployment problem. Please ensure that all mailboxes that are enabled to use Outlook Mobile Access are running on Exchange Server 2003 or later versions.

Element properties:

TargetMicrosoft.Exchange.Protocol.OMA
CategoryEventCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
Outlook Mobile Access logon failure: Mailbox hosted on an Exchange Server version earlier than 2003
{0}
Event LogOperations Manager

Member Modules:

ID Module Type TypeId RunAs 
EventDS DataSource Microsoft.Windows.EventProvider Default
GenerateAlert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Outlook_Mobile_Access_logon_failure_Mailbox_hosted_on_an_Exchange_Server_version_earlier_than_2003" Enabled="onStandardMonitoring" Target="Exch2003Core!Microsoft.Exchange.Protocol.OMA" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="EventDS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>.</ComputerName>
<LogName>Operations Manager</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>Params/Param[1]</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>OMA logon verification</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">2202</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertOwner>$Data/PublisherName$</AlertOwner>
<AlertMessageId>$MPElement[Name="Outlook_Mobile_Access_logon_failure_Mailbox_hosted_on_an_Exchange_Server_version_earlier_than_2003.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>