Perf Collection: SMS Inbox - File Current Count (schedule.box\requests)

Microsoft.SystemCenter2012.ConfigurationManager.Perf_Collection_Site_Server_Inbox_schedule.box_requests_Backlog_19_Rule (Rule)

Perf Collection: Site Server Inbox schedule.box\requests Backlog

Knowledge Base article:

Summary

The total number of files that are in the Scheduler's schedule.box\requests inbox on the site server has exceeded the standard operational threshold.

This folder temporarily stores the initial send request files (.srq) before the Scheduler transfers the files to a sender. This folder also stores send request files that are returned when the sender cannot connect to the target site.

This condition increases unless it is resolved. If the file count continues beyond the threshold, sending jobs to parent and child sites is delayed, resulting in replicated information not being reflected in the Configuration Manager site databases of those sites in a timely manner. Configuration Manager objects and reports might not accurately represent the state of the parent or child sites.

Causes

The total number of files can exceed the threshold because:

Resolutions

To resolve this issue and lower the number of files:

Element properties:

TargetMicrosoft.SystemCenter2012.ConfigurationManager.SiteServer
CategoryPerformanceCollection
EnabledFalse
Instance NameSMS Inbox
Counter NameFile Current Count
Frequency900
Alert GenerateFalse
RemotableTrue
CommentSIV:SD0041, CreatedByMyFriend at 9/16/2011 5:03:27 PM

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.SystemCenter2012.ConfigurationManager.Perf_Collection_Site_Server_Inbox_schedule.box_requests_Backlog_19_Rule" Comment="SIV:SD0041, CreatedByMyFriend at 9/16/2011 5:03:27 PM" Enabled="false" Target="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.SiteServer" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="SystemPerf!System.Performance.OptimizedDataProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>File Current Count</CounterName>
<ObjectName>SMS Inbox</ObjectName>
<InstanceName>schedule.box&gt;requests</InstanceName>
<AllInstances>false</AllInstances>
<Frequency>900</Frequency>
<Tolerance>5</Tolerance>
<ToleranceType>Percentage</ToleranceType>
<MaximumSampleSeparation>10</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>