No se puede tener acceso a un servicio RPC publicado

Microsoft.Forefront.TMG.A_published_RPC_service_cannot_be_reached.Rule (Rule)

Esta regla genera alertas cuando no se puede tener acceso a un servicio RPC publicado.

Knowledge Base article:

Resumen

El filtro RPC genera esta alerta cuando un cliente RPC intenta obtener acceso al servidor RPC desde el servidor TMG o a través de él, y el asignador de puertos del servidor RPC no está disponible. Los parámetros de la alerta especifican la estructura sockaddr del servidor RPC al que no se puede obtener acceso. El filtro RPC del servidor TMG no atenderá las llamadas RPC al servidor RPC especificado.

Causas

El servidor RPC podría no estar disponible por los motivos siguientes:

Resolución

Externa

Para obtener más información acerca del filtro RPC, vea el tema sobre el filtro RPC en la documentación del servidor de TMG.

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