RAS 클라이언트 모듈 초기화에 실패했습니다.

Microsoft.Forefront.TMG.Initializing_the_RAS_client_module_failed.Rule (Rule)

이 규칙은 RAS 클라이언트 모듈 초기화에 실패했을 때 경고를 생성합니다.

Knowledge Base article:

요약

RAS 클라이언트 모듈을 초기화하지 못했습니다. 서비스를 시작할 수 없습니다.

원인

요청된 포트를 다른 응용 프로그램에서 사용 중입니다.

해결

이 포트를 사용 중인 응용 프로그램을 종료하십시오.

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.Initializing_the_RAS_client_module_failed.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>^(20059)$</EventsPattern>
<EventType>1</EventType>
<SourcePattern>Forefront TMG H.323 Filter</SourcePattern>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.Forefront.TMG.Rule.AlertGenerate.WA">
<AlertMessageId>$MPElement[Name="Microsoft.Forefront.TMG.Initializing_the_RAS_client_module_failed.AlertMessage"]$</AlertMessageId>
<DomainName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/DomainDnsName$</DomainName>
<Priority>2</Priority>
<Severity>2</Severity>
</WriteAction>
</WriteActions>
</Rule>