Selhání inicializace RPC služby Microsoft Windows Server DNS

Microsoft.Windows.Server.DNS.RPC.Initialize.Failed (Rule)

Pravidlo vytvářející výstrahu pro vzdálené volání procedur.

Knowledge Base article:

Souhrn

Nástroje pro zprávu, jako je např. doplněk konzola DNS Microsoft Management, využívají protokol Remote Procedure Call (RPC) ke komunikaci se službou DNS Server a k jejímu řízení.

Příčiny

DNS server nemohl inicializovat službu remote procedure call (RPC).

Řešení

Restartování služby Remote Procedure Call (RPC)

Služba Remote Procedure Control (RPC) nereaguje na požadavky od DNS serveru. Službu RPC je nutné spustit restartováním počítače.

Úkony nutné k restartování počítače:

Na DNS serveru klikněte na Start, klikněte na šipku vedle tlačítka Uzamknout a pak klikněte na Restartovat.

Externí

http://technet.microsoft.com/en-us/library/dd349625(v=ws.10).aspx

Element properties:

TargetMicrosoft.Windows.Server.DNS.Server
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
Windows DNS - selhala inicializace RPC
ID události: {0} Zdroj události: {1} Protokol události: {2} Popis události: {3}
Event LogDNS Server

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
Alert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Microsoft.Windows.Server.DNS.RPC.Initialize.Failed" Enabled="true" Target="Microsoft.Windows.Server.DNS.Server" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>DNS Server</LogName>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">140</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.Server.DNS.RPC.Initialize.Failed.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDisplayNumber$</AlertParameter1>
<AlertParameter2>$Data/EventSourceName$</AlertParameter2>
<AlertParameter3>$Data/Channel$</AlertParameter3>
<AlertParameter4>$Data/EventDescription$</AlertParameter4>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/LoggingComputer$</SuppressionValue>
</Suppression>
<Custom1/>
<Custom2/>
<Custom3/>
<Custom4/>
<Custom5/>
<Custom6/>
<Custom7/>
<Custom8/>
<Custom9/>
<Custom10/>
</WriteAction>
</WriteActions>
</Rule>