Failed InProcess CrmService Requests

Microsoft.Dynamics.CRM.Failed_InProcess_CrmService_Request (Rule)

Knowledge Base article:

Summary

The number of failed Web service requests made by applications to the InProcess CrmService.

Note: The InProcess CrmService is only used by Microsoft.

Element properties:

TargetMicrosoft.Dynamics.CRM.Web_App_Servers
CategoryPerformanceCollection
EnabledTrue
Instance NameCRM Server
Counter NameFailed InProcess CrmService Requests
Frequency900
Alert GenerateFalse
RemotableTrue

Member Modules:

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

Source Code:

<Rule ID="Microsoft.Dynamics.CRM.Failed_InProcess_CrmService_Request" Enabled="true" Target="Microsoft.Dynamics.CRM.Web_App_Servers" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Performance!System.Performance.OptimizedDataProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Failed InProcess CrmService Requests</CounterName>
<ObjectName>CRM Server</ObjectName>
<InstanceName/>
<AllInstances>false</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>