Учетная запись действия настроена по требованию — ошибка

Microsoft.SystemCenter.HealthService.ActionAccountConfigured.OnDemand.Error (Rule)

Это правило обнаруживает, что данной службе работоспособности управления System Center не удается использовать учетную запись запуска от имени. Это может быть результатом повреждения учетной записи действия или истечения ее срока действия.

Knowledge Base article:

Сводка

Это правило используется Operations Manager для внутренних целей. Переопределение этого правила может вызвать неожиданное поведение.

Element properties:

TargetMicrosoft.SystemCenter.HealthServiceWatchersGroup
CategorySystem
EnabledTrue
Alert GenerateFalse
RemotableTrue
CommentHealthService Action Account configured

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.HealthServiceWatcher.Composite.OnDemand.DataSource Default
WriteAction WriteAction Microsoft.SystemCenter.HealthServiceWatcher.SetActionAccountConfiguredStateAction.Error Default

Source Code:

<Rule ID="Microsoft.SystemCenter.HealthService.ActionAccountConfigured.OnDemand.Error" Comment="HealthService Action Account configured" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.HealthServiceWatchersGroup" ConfirmDelivery="true" Remotable="true" Priority="High" DiscardLevel="100">
<Category>System</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.HealthServiceWatcher.Composite.OnDemand.DataSource">
<MonitorId>$MPElement[Name="Microsoft.SystemCenter.HealthService.ActionAccountConfigured"]$</MonitorId>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteAction" TypeID="Microsoft.SystemCenter.HealthServiceWatcher.SetActionAccountConfiguredStateAction.Error"/>
</WriteActions>
</Rule>