検出ウィザードでコンピューターを確認中に一般エラー発生

Microsoft.SystemCenter.ComputerVerification.ModuleGenericError.Alert (Rule)

このルールは、検出ウィザードのコンピューターの確認プロセスで一般的なエラーが発生した場合にアラートを生成します。

Knowledge Base article:

概要

検出ウィザードでコンピューター検証プロセスを実行中に、一般エラーが発生したためプロセスが失敗しました。

原因

このエラーは、いくつかの原因で発生します。 エラーに関する情報については、関連イベントおよびアラートを参照してください。

解決策

アラートの説明には、発生した問題に関する情報が含まれています。 RPC エラーの場合は、ファイアウォールの問題がないことを確認してください。 アクセスに関する問題の場合は、検証を実行できる適切な資格情報セットを使用してモジュールを起動していることを確認してください。 問題を診断するには、関連イベントの詳細およびこのエラーとほぼ同時刻に発生したその他のイベントを確認してください。

エージェントのインストールのトラブルシューティングの詳細については、 「Troubleshooting Issues When You Use the Discovery Wizard to Install an Agent (検出ウィザードを使用してエージェントをインストールするときのトラブルシューティング)」(http://go.microsoft.com/fwlink/?LinkId=181932) を参照してください。

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
CategoryAlert
EnabledTrue
Event_ID11554
Event SourceHealth Service Modules
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
RemotableTrue
Alert Message
検出ウィザードでコンピューターを確認中にエラーが発生しました
{0}
Event LogOperations Manager

Member Modules:

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

Source Code:

<Rule ID="Microsoft.SystemCenter.ComputerVerification.ModuleGenericError.Alert" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.ManagementServer" 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>Operations Manager</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Health Service Modules</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">11554</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="Health!System.Health.GenerateAlert">
<Priority>2</Priority>
<Severity>2</Severity>
<AlertName/>
<AlertDescription/>
<AlertMessageId>$MPElement[Name='Microsoft.SystemCenter.ComputerVerification.ModuleGenericError.Alert.AlertMessage']$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDescription$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>