Advisor Collection Workflow Monitor

AdvisorCollectionWorkflowMonitor (UnitMonitor)

Knowledge Base article:

Summary

Advisor is failing to send data to service.

Causes

Proxy server might be misconfigured.

Out-of-date intelligence packs.

Temporary network problem.

Resolutions

You can try restarting the Microsoft Monitoring Agent service.

Observe the monitor's behaviour over time: if the problem persists, it could indicate that type space or instance space data is consistently not being received by Advisor. If this is the problem, multiple intelligence pack's feature will be affected.

If the problem is temporary or if seen sporadically due to a network problem, the workflow might resume without interaction.

External

You can find additional troubleshooting information at http://go.microsoft.com/fwlink/?LinkId=395052

Element properties:

TargetMicrosoft.SystemCenter.CollectionManagementServer
Parent MonitorSystem.Health.AvailabilityState
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeAdvisorRepeatedEventsMonitorType
RemotableFalse
AccessibilityPublic
Alert Message
Advisor Collection Workflow Monitor

Advisor is failing to send instance space data to service.
A proxy server might be misconfigured or there is a temporary network problem.

Check the Knowledge Tab for possible resolutions.
The context of where the alert appears might indicate whether the problem is due to a proxy server configuration or some other cause.
RunAsDefault

Source Code:

<UnitMonitor ID="AdvisorCollectionWorkflowMonitor" Accessibility="Public" Enabled="true" Target="SystemCenter!Microsoft.SystemCenter.CollectionManagementServer" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="false" Priority="Normal" TypeID="AdvisorRepeatedEventsMonitorType" ConfirmDelivery="true">
<Category>Custom</Category>
<AlertSettings AlertMessage="AdvisorCollectionWorkflowMonitor_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="AdvisorCollectionWorkflowMonitorTimerEventRaised" MonitorTypeStateID="Good" HealthState="Success"/>
<OperationalState ID="AdvisorCollectionWorkflowMonitorRepeatedEventRaised" MonitorTypeStateID="Bad" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Operations Manager</LogName>
<RepeatCount>2</RepeatCount>
<IntervalSeconds>86400</IntervalSeconds>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">4502</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">HealthService</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery Type="String">Params/Param[2]</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>Microsoft.SystemCenter.CollectAlertsToCloud|Microsoft.SystemCenter.CollectDiagnosticsInformationToCloud|Microsoft.SystemCenter.CollectUpdateInformationToCloud|Microsoft.SystemCenter.CollectAntiMalwareInformationToCloud|Microsoft.SystemCenter.CollectUpdateAgentInformationToCloud|Microsoft.SystemCenter.CollectEventDataToCloud|Microsoft.SystemCenter.CollectHighVolumeEventDataToCloud|Microsoft.SystemCenter.CollectHighVolumeDirectChannelEventDataToCloud|Microsoft.SystemCenter.CollectGenericEventDataToCloud|Microsoft.SystemCenter.CollectDirectChannelGenericEventDataToCloud|Microsoft.SystemCenter.CollectGenericEventDataToCloud_SDRS|Microsoft.SystemCenter.CollectPerformanceDataToCloud|Microsoft.SystemCenter.CollectFlowDataToCloud|Microsoft.SystemCenter.CollectFirewallLogDataToCloud|Microsoft.SystemCenter.CollectPerformanceDataToCloud_SDRS|Microsoft.SystemCenter.CollectEtwEventCollectionDataToCloud|Microsoft.SystemCenter.CollectHealthStateChangeDataToCloud|Microsoft.SystemCenter.CollectInstanceSpace|Microsoft.SystemCenter.CollectTypeSpace</Pattern>
</RegExExpression>
</Expression>
</And>
</Expression>
</Configuration>
</UnitMonitor>