Store Scan Engines Initialization Monitor

Microsoft.ForefrontProtection.FPSP.ScheduledScanJob.UnitMonitor.ScheduledScanEngineInitialize (UnitMonitor)

Checks if the antimalware engines selected for the Scheduled and On-Demand scan jobs have been initialized successfully

Knowledge Base article:

Summary

This monitor checks if the antimalware engines selected for scanning were successfully initialized with the Scheduled and On-Demand scan jobs. If not, it will generate an alert.

Causes

A possible cause for this error event could be that the engine subfolder has been deleted.

Resolutions

• Make sure the HTTP proxy is configured properly

• Make sure that there are no network issues

• Make sure that the UNC configuration settings are appropriate

Element properties:

TargetMicrosoft.ForefrontProtection.FPSP.ScheduledScanJob
Parent MonitorSystem.Health.AvailabilityState
CategoryCustom
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.2SingleEventLog2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Store Scan Engines Initialization
No antimalware scan engines have initialized successfully for the Scheduled or On-Demand scan job.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.ForefrontProtection.FPSP.ScheduledScanJob.UnitMonitor.ScheduledScanEngineInitialize" Accessibility="Public" Enabled="true" Target="Microsoft.ForefrontProtection.FPSP.ScheduledScanJob" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.2SingleEventLog2StateMonitorType" ConfirmDelivery="true">
<Category>Custom</Category>
<AlertSettings AlertMessage="Microsoft.ForefrontProtection.FPSP.ScheduledScanJob.UnitMonitor.ScheduledScanEngineInitialize_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="UIGeneratedOpStateId7f8845c2a1a440ccb18cd3b9d239d7aa" MonitorTypeStateID="FirstEventRaised" HealthState="Error"/>
<OperationalState ID="UIGeneratedOpStateIdaa9b8ee3de674e96ad142a4a03ac940c" MonitorTypeStateID="SecondEventRaised" HealthState="Success"/>
</OperationalStates>
<Configuration>
<FirstComputerName>$Target/Host/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</FirstComputerName>
<FirstLogName>Application</FirstLogName>
<FirstExpression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">7061</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft Forefront Protection</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</FirstExpression>
<SecondComputerName>$Target/Host/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</SecondComputerName>
<SecondLogName>Application</SecondLogName>
<SecondExpression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">7062</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft Forefront Protection</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</SecondExpression>
</Configuration>
</UnitMonitor>