No se puede guardar la configuración del servicio Enrutamiento y acceso remoto en el Registro

Microsoft.Forefront.TMG.Failed_to_save_the_Routing_and_Remote_Access_service_configuration_in_the_registry.Rule (Rule)

Esta regla genera alertas cuando no se puede guardar la configuración del servicio Enrutamiento y acceso remoto en el Registro.

Knowledge Base article:

Resumen

No se puede guardar la configuración del servicio Enrutamiento y acceso remoto en el Registro.

Causas

No se puede escribir la clave del Registro. Puede deberse a que el Registro está dañado o a que los privilegios son insuficientes en la clave del Registro.

Resolución

Deshabilite y vuelva a habilitar VPN para volver a configurar el servicio Enrutamiento y acceso remoto. Si el problema persiste, compruebe que la cuenta NETWORK_SERVICE tenga permisos de "escritura" en la clave del Registro especificada.

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