Secure Store Service のマスター キーの状態

Microsoft.SharePoint.2016.SPService.SecureStoreService.SecureStore_Get_Master_Secret_Failed (UnitMonitor)

このモニターの重大な状態は、Secure Store Service アプリケーションの暗号化マスター鍵が見つからなかったことを示します。

Knowledge Base article:

要約

Microsoft TechNet サイトから最新のナレッジ記事を取得するには、以下を参照してください。

http://go.microsoft.com/fwlink/?LinkId=244912

原因

このオブジェクトから発行されたすべてのアラートを確認するには、次のリンクを使用してください。

アラートの表示

Element properties:

TargetMicrosoft.SharePoint.2016.SPServiceInstance.SecureStore
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityHigh
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.SingleEventLogManualReset2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Secure Store Service:マスター鍵が見つかりません

暗号化マスター鍵が見つからなかったため、Secure Store Service アプリケーションでエラーになるという重大な問題が発生しました。
イベント ID: {0}
イベントの説明: {1}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SharePoint.2016.SPService.SecureStoreService.SecureStore_Get_Master_Secret_Failed" Accessibility="Public" Enabled="true" Target="MOSS16Core!Microsoft.SharePoint.2016.SPServiceInstance.SecureStore" ParentMonitorID="Health!System.Health.AvailabilityState" Priority="High" TypeID="Windows!Microsoft.Windows.SingleEventLogManualReset2StateMonitorType">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SharePoint.2016.SPService.SecureStoreService.SecureStore_Get_Master_Secret_Failed_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/EventDisplayNumber$</AlertParameter1>
<AlertParameter2>$Data/Context/EventDescription$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="ManualResetEventRaised" MonitorTypeStateID="ManualResetEventRaised" HealthState="Success"/>
<OperationalState ID="EventRaised" MonitorTypeStateID="EventRaised" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">7535</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-SharePoint Products-Secure Store Service</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</Configuration>
</UnitMonitor>