XPP session exceptions

Microsoft.Dynamics.AX6.ManagementPack.EP.Monitoring.Performance.XppSessionExceptions (Rule)

Knowledge Base article:

Summary

This rule collects performance data that will be used in either reporting or a view.

Causes

This section is not applicable to performance rules.

Resolutions

There is no resolution to perform for performance rules because they do not generate state or alerts.

Element properties:

TargetMicrosoft.Dynamics.AX6.ManagementPack.ClassLibrary.EPHost
CategoryPerformanceCollection
EnabledTrue
Instance NameMicrosoft Dynamics AX: Enterprise Portal
Counter NameXpp Session Exceptions
Frequency900
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.Performance.OptimizedDataProvider Microsoft.Dynamics.AX6.ManagementPack.ClassLibrary.AxDbReaderAccount
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.Dynamics.AX6.ManagementPack.EP.Monitoring.Performance.XppSessionExceptions" Enabled="true" Target="MicrosoftDynamicsAX6ManagementPackClassLibrary!Microsoft.Dynamics.AX6.ManagementPack.ClassLibrary.EPHost" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" RunAs="MicrosoftDynamicsAX6ManagementPackClassLibrary!Microsoft.Dynamics.AX6.ManagementPack.ClassLibrary.AxDbReaderAccount" TypeID="Performance!System.Performance.OptimizedDataProvider">
<ComputerName>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Xpp Session Exceptions</CounterName>
<ObjectName>Microsoft Dynamics AX: Enterprise Portal</ObjectName>
<InstanceName/>
<AllInstances>true</AllInstances>
<Frequency>900</Frequency>
<Tolerance>0</Tolerance>
<ToleranceType>Absolute</ToleranceType>
<MaximumSampleSeparation>1</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>