TMG Server 웹 필터가 MSDE 데이터베이스에 정보를 로깅하지 못했습니다.

Microsoft.Forefront.TMG.The_ISA_Server_Web_Filter_failed_to_log_information_to_the_MSDE_Database.Rule (Rule)

이 규칙은 TMG Server 웹 필터가 MSDE 데이터베이스에 정보를 로깅하지 못했을 때 경고를 생성합니다.

Knowledge Base article:

요약

로깅 레코드를 MSDE 데이터베이스에 추가할 수 없는 경우 방화벽 서비스가 이 경고를 생성하십시오. 경고의 첫 번째 매개 변수에 로깅 구성 요소(방화벽 또는 웹 프록시) 이름이 들어 있습니다. 경고의 두 번째 매개 변수에는 MSDE에서 받은 오류 설명이 들어 있습니다.

원인

다음 이유 중 하나 때문에 MSDE 데이터베이스에 로그 레코드를 추가할 수 없습니다.

해결

외부

TMG Server 로그에 대한 자세한 내용은 TMG Server 온라인 도움말의 "로그" 항목을 참조하십시오.

Element properties:

TargetMicrosoft.Forefront.TMG.Logging.SQLServerExpressDatabase
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_ISA_Server_Web_Filter_failed_to_log_information_to_the_MSDE_Database.Rule" Enabled="true" Target="Microsoft.Forefront.TMG.Logging.SQLServerExpressDatabase" 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>^(8)$</EventsPattern>
<EventType>1</EventType>
<SourcePattern>Microsoft Forefront TMG Web Proxy</SourcePattern>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.Forefront.TMG.Rule.AlertGenerate.WA">
<AlertMessageId>$MPElement[Name="Microsoft.Forefront.TMG.The_ISA_Server_Web_Filter_failed_to_log_information_to_the_MSDE_Database.AlertMessage"]$</AlertMessageId>
<DomainName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/DomainDnsName$</DomainName>
<Priority>2</Priority>
<Severity>2</Severity>
</WriteAction>
</WriteActions>
</Rule>