На компьютере TMG Server не удалось обнаружить IPSecPol

Microsoft.Forefront.TMG.IPSecPol_could_not_be_detected_on_the_ISA_Server_computer.Rule (Rule)

Это правило создает оповещения, если на компьютере TMG Server не удалось обнаружить IPSecPol

Knowledge Base article:

Сводка

Веб-прокси создает это событие, если службе SQL Server Express (MSFW) не удается подключиться к локальной базе данных SQL Server Express или не удается создать базу данных для ведения журнала веб-прокси. Параметр события содержит имя журнала.

Причины

Открытие подключения SQL Server Express может завершиться с ошибкой при следующих обстоятельствах:

Решение

Внешний

Дополнительные сведения о журналах Forefront TMG см. в разделе "Журналы" справки Forefront TMG в Интернете.

Element properties:

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