Microsoft Forefront TMG Control 서비스를 시작하지 못했습니다.

Microsoft.Forefront.TMG.The_Microsoft_ISA_Server_Control_service_failed_to_start.Rule (Rule)

이 규칙은 Microsoft Forefront TMG Control 서비스를 시작하지 못했을 때 경고를 생성합니다.

Knowledge Base article:

요약

Microsoft Forefront TMG Control 서비스를 시작하지 못했습니다.

원인

저장소의 데이터가 손상되었기 때문에 서비스를 시작하지 못했습니다. 레지스트리 또는 구성 저장소 서버의 구성이 정확하지 않기 때문일 수 있습니다.

해결

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.The_Microsoft_ISA_Server_Control_service_failed_to_start.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>^(11009|11002|11000|11004|11006|14077|14192|11008)$</EventsPattern>
<EventType>1</EventType>
<SourcePattern>Microsoft Forefront TMG Control</SourcePattern>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.Forefront.TMG.Rule.AlertGenerate.WA">
<AlertMessageId>$MPElement[Name="Microsoft.Forefront.TMG.The_Microsoft_ISA_Server_Control_service_failed_to_start.AlertMessage"]$</AlertMessageId>
<DomainName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/DomainDnsName$</DomainName>
<Priority>2</Priority>
<Severity>2</Severity>
</WriteAction>
</WriteActions>
</Rule>