探索精靈在電腦驗證期間發生一般錯誤

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>