저장소 검색 로드 모니터

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

예약 및 요청 시 검색 작업이 성공적으로 로드되었는지 확인합니다.

Knowledge Base article:

요약

예약 또는 요청 시 검색 프로세스 문제입니다.

원인

Forefront Protection 2010 for SharePoint가 SharePoint 개체 모델을 사용하여 SharePoint 데이터베이스에 액세스할 수 없는 경우 이 경고가 발생할 수 있습니다.

• SharePoint 데이터베이스가 오프라인입니다.

• SharePoint 설치 과정에서 입력한 SharePoint 액세스 계정이 만료되었거나 암호가 변경되었습니다.

해결 방법

• SharePoint 데이터베이스가 온라인인지 확인합니다.

• Microsoft Forefront Server Protection Controller for SharePoint 서비스에 대한 "다른 계정으로 로그온" 계정을 업데이트합니다.

Element properties:

TargetMicrosoft.ForefrontProtection.FPSP.ScheduledScanJob
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.2SingleEventLog2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
저장소 검색 로드
예약 또는 요청 시 검색 작업이 로드되지 않았는지 확인합니다.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.ForefrontProtection.FPSP.ScheduledScanJob.UnitMonitor.LoadScheduledScan" 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>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.ForefrontProtection.FPSP.ScheduledScanJob.UnitMonitor.LoadScheduledScan_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="FirstEventRaised" MonitorTypeStateID="FirstEventRaised" HealthState="Error"/>
<OperationalState ID="SecondEventRaised" 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">5166</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">FSCController</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">2002</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">FSCManualScanner</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</SecondExpression>
</Configuration>
</UnitMonitor>