Microsoft Dynamics AX 2009 - RPC connection error

DynamicsAX2009_LogEvent181.Rule (Rule)

Error detected on the network connection to the Microsoft Dynamics AX 2009 client.

Knowledge Base article:

Causes

An error was detected on the network connection to the Microsoft Dynamics AX 2009 client.

Resolutions

Connection errors are usually caused by either client disruption (crash, shutdown, etc.) or by network connectivity failures. Recurring connection errors to the same location indicates client line quality issues that might be addressed by adjusting TCP parameters for the client.

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_LogEvent181.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">181</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>