System Center Yönetim Sistem Durumu Hizmeti Kimlik Bilgileri Bulunamadı

Microsoft.SystemCenter.HealthService.Credentials.NotFound.Alert (Rule)

Bu kural Güvenlik Başvurusu geçersiz kılma işlemini çözümleyemediğinde bir uyarı başlatır.

Knowledge Base article:

Özet

Bu uyarı Farklı Çalıştır Profilindeki bir Farklı Çalıştır Hesabının çözümlenemediğini belirtir. Bu sorun düzeltilene kadar Profili kullanan iş akışları yüklenmez.

Nedenler

Bu durum Hesabın belirtilen bilgisayara dağıtılmak üzere yapılandırılmamış olmasından dolayı meydana gelebilir.

Çözümlemeler

Bu sorunu çözmek için aşağıda belirtilen Farklı Çalıştır Profilini açmanız, kendi SSID'since belirtildiği şekilde Hesap girişini bulmanız ve uygunsa Hesabın bu bilgisayara dağıtılmasını seçmeniz veya Profildeki ayarı hedef nesnenin belirtilen Hesabı kullanmayacağı şekilde değiştirmeniz gerekir. Not: Farklı Çalıştır Hesabının kendi SSID'si tarafından görüntülenen adını almak için komut kabuğunu kullanabilirsiniz.

Element properties:

TargetMicrosoft.SystemCenter.HealthService
CategoryOperations
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
System Center Yönetim Sistem Durumu Hizmeti Kimlik Bilgileri Bulunamadı Uyarı İletisi
Farklı Çalıştır profili "{3}" içinde tanımlanan bir hesap çözümlenemedi.

Bu durum hesabın bu bilgisayara dağıtılmak üzere yapılandırılmamış olmasından dolayı meydana gelebilir. Bu sorunu çözmek için aşağıda belirtilen Farklı Çalıştır Profilini açmanız, kendi SSID'since belirtildiği şekilde Hesap girişini bulmanız ve uygunsa Hesabın bu bilgisayara dağıtılmasını seçmeniz veya Profildeki ayarı hedef nesnenin belirtilen Hesabı kullanmayacağı şekilde değiştirmeniz gerekir. Not: Farklı Çalıştır hesabının kendi SSID'si tarafından görüntülenen adını almak için komut kabuğunu kullanabilirsiniz.

Yönetim Grubu: {1] Farklı Çalıştır Profili: {3} Hesap SSID'si: {2}
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.SystemCenter.HealthService.Credentials.NotFound.Alert" Enabled="false" Target="SCLibrary!Microsoft.SystemCenter.HealthService" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Operations</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">Params/Param[1]</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">$Target/ManagementGroup/Name$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">HealthService</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">1108</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.SystemCenter.HealthService.Credentials.NotFound.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter1>
<AlertParameter2>$Data/Params/Param[1]$</AlertParameter2>
<AlertParameter3>$Data/Params/Param[5]$</AlertParameter3>
<AlertParameter4>$Data/Params/Param[7]$</AlertParameter4>
</AlertParameters>
<Suppression>
<SuppressionValue>$Target/Id$</SuppressionValue>
<SuppressionValue>$Data/Params/Param[4]$</SuppressionValue>
<SuppressionValue>$Data[Default='']/Params/Param[5]$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>