TMG Server Standard Edition 无法运行,原因是服务器使用了 4 个以上的处理器,或者它配置为使用 Active Directory 服务

Microsoft.Forefront.TMG.The_ISA_Server_Standard_Edition_cannot_run_because_either_the_server_is_using_more_than_4_processors_or_it_is_configured_to_use_the_Active_Directory_service.Rule (Rule)

如果由于服务器使用了 4 个以上的处理器或者它配置为使用 Active Directory 服务,而导致 TMG Server Standard Edition 无法运行,此规则将生成警报

Knowledge Base article:

摘要

TMG Server Standard Edition 无法在此计算机上运行。

原因

服务器使用了 4 个以上的处理器,或者它配置为使用 Active Directory 服务。

解决方法

有关详细信息,请联系 Microsoft。

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_ISA_Server_Standard_Edition_cannot_run_because_either_the_server_is_using_more_than_4_processors_or_it_is_configured_to_use_the_Active_Directory_service.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>^(14109)$</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_ISA_Server_Standard_Edition_cannot_run_because_either_the_server_is_using_more_than_4_processors_or_it_is_configured_to_use_the_Active_Directory_service.AlertMessage"]$</AlertMessageId>
<DomainName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/DomainDnsName$</DomainName>
<Priority>2</Priority>
<Severity>2</Severity>
</WriteAction>
</WriteActions>
</Rule>