업데이트 센터 필수 서비스가 시작되지 않았습니다.

Microsoft.Forefront.TMG.Update_Center_Required_Service_Not_Started.Rule (Rule)

이 규칙은 업데이트 센터 필수 서비스가 시작되지 않았을 때 경고를 생성합니다.

Knowledge Base article:

요약

Microsoft Forefront TMG Job Scheduler 서비스가 시작되지 않았기 때문에 업데이트 센터에서 업데이트를 받을 수 없습니다.

원인

Microsoft Forefront TMG Job Scheduler 서비스가 시작되지 않았습니다.

해결

Microsoft Forefront TMG Job Scheduler 서비스를 시작하십시오.

Element properties:

TargetMicrosoft.Forefront.TMG.Server
CategoryEventCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Forefront.TMG.Rule.AlertGenerate.DS Default
WA WriteAction Microsoft.Forefront.TMG.Rule.AlertGenerate.WA Default

Source Code:

<Rule ID="Microsoft.Forefront.TMG.Update_Center_Required_Service_Not_Started.Rule" Enabled="true" Target="Microsoft.Forefront.TMG.Server" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.Forefront.TMG.Rule.AlertGenerate.DS">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<EventsPattern>^(23513)$</EventsPattern>
<EventType>1</EventType>
<SourcePattern>Microsoft Forefront TMG Update Agent</SourcePattern>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.Forefront.TMG.Rule.AlertGenerate.WA">
<AlertMessageId>$MPElement[Name="Microsoft.Forefront.TMG.Update_Center_Required_Service_Not_Started.AlertMessage"]$</AlertMessageId>
<DomainName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/DomainDnsName$</DomainName>
<Priority>1</Priority>
<Severity>2</Severity>
</WriteAction>
</WriteActions>
</Rule>