TMG Server가 로그 큐를 초기화하지 못했습니다.

Microsoft.Forefront.TMG.TMG_server_failed_to_initialize_the_log_queue.Rule (Rule)

이 규칙은 TMG Server가 로그 큐를 초기화하지 못했을 때 경고를 생성합니다.

Knowledge Base article:

요약

Forefront TMG에서 로그 큐를 초기화하지 못했습니다. 이로 인해 네트워크 트래픽을 로깅하지 못할 수 있습니다. 저장된 구성에 지정된 로그 큐 폴더의 경로가 이벤트 설명에 나와 있으며 현재 로그 큐에 사용되는 실제(유효) 경로도 표시되어 있습니다.

원인

다음 이유 때문에 로그 큐를 초기화하지 못했을 수 있습니다.

해결

이 문제를 해결하려면 다음 중 하나 이상을 수행하십시오.

Element properties:

TargetMicrosoft.Forefront.TMG.Logging.TextFile
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.TMG_server_failed_to_initialize_the_log_queue.Rule" Enabled="true" Target="Microsoft.Forefront.TMG.Logging.TextFile" 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/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<EventsPattern>^(23411|23412)$</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.TMG_server_failed_to_initialize_the_log_queue.AlertMessage"]$</AlertMessageId>
<DomainName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/DomainDnsName$</DomainName>
<Priority>1</Priority>
<Severity>2</Severity>
</WriteAction>
</WriteActions>
</Rule>