SCOM S2D: Betik başarısız oldu

Microsoft.Windows.Server.10.0.Storage.StorageSpacesDirect.WorkflowScriptFailed (Rule)

Bu kural, izleme veya bulma betikleri işlenirken meydana gelen hataları oluşturur. Kural varsayılan olarak devre dışıdır. Daha fazla tanılama verisi almanız gerekiyorsa, bu kuralı geçersiz kılmalar aracılığıyla etkinleştirin. Ayrıca, geçersiz kılmalar aracılığıyla ilgili iş akışları için hata ayıklama modunu etkinleştirmeniz de gerekir.

Knowledge Base article:

Özet

Bu kural, izleme veya bulma betikleri işlenirken meydana gelen hataları oluşturur. Kural varsayılan olarak devre dışıdır. Daha fazla tanılama verisi almanız gerekiyorsa geçersiz kılma aracılığıyla bu kuralı etkinleştirin. Ayrıca, geçersiz kılma aracılığıyla ilgili iş akışlarının hata ayıklama modunu da etkinleştirmek gerekir.

Nedenler

İzleme veya bulma betiği başarısız oldu.

Element properties:

TargetMicrosoft.Windows.Server.10.0.Storage.StorageSpacesDirect.Seed
CategoryAlert
EnabledFalse
Event SourceHealth Service Script
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
S2D Betik başarısız oldu
{0}
Event LogOperations Manager

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.10.0.Storage.StorageSpacesDirect.WorkflowScriptFailed" Enabled="false" Target="Microsoft.Windows.Server.10.0.Storage.StorageSpacesDirect.Seed" ConfirmDelivery="true" Remotable="true" Priority="Normal">
<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>
<Or>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">8672</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">8862</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</Or>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Health Service Script</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.Server.10.0.Storage.StorageSpacesDirect.WorkflowScriptFailed.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>