Microsoft Dynamics AX 2009 - I/O error

DynamicsAX2009_LogEvent152.Rule (Rule)

Microsoft Dynamics AX 2009 experienced a low level or logical file error.

Knowledge Base article:

Causes

Microsoft Dynamics AX 2009 encountered a low level or logical file error.

Resolutions

This event indicates the name of a file, error and cause. File errors are in most cases caused by malfunctioning hardware. Try locating the files on different drive. If the error persists, restore files from a backup.

Element properties:

TargetMicrosoft.Dynamics.AX.Management.Pack.DynamicsServer
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventCollector Default
PublishToDatabase WriteAction Microsoft.SystemCenter.CollectEvent Default
PublishToDataWarehouse WriteAction Microsoft.SystemCenter.DataWarehouse.PublishEventData Default

Source Code:

<Rule ID="DynamicsAX2009_LogEvent152.Rule" Enabled="true" Target="Microsoft.Dynamics.AX.Management.Pack.DynamicsServer" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>AvailabilityHealth</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventCollector">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<AllowProxying>false</AllowProxying>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">152</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>($Target/Property[Type="Microsoft.Dynamics.AX.Management.Pack.DynamicsServer"]/DynamicsEventSourceAttribute$){1}</Pattern>
</RegExExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="PublishToDatabase" TypeID="SC!Microsoft.SystemCenter.CollectEvent"/>
<WriteAction ID="PublishToDataWarehouse" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishEventData"/>
</WriteActions>
</Rule>