Служба Windows: SQL Server Integration Services

Microsoft.SQLServer.2008.IntegrationServices.ServiceMonitor (UnitMonitor)

Этот монитор проверяет состояние службы SQL Server Integration Services.

Knowledge Base article:

Сводка

Данный монитор проверяет состояние службы SQL Server Integration Services и формирует предупреждение, если служба настроена для автоматического запуска, но не запущена.

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

Причины

Служба может остановиться по нескольким причинам.

Решения

Можно попытаться перезапустить службу при помощи следующей ссылки:

Запуск службы SQL Server Integration Services

С помощью следующей ссылки можно для этого экземпляра SQL Server просмотреть другие предупреждения, которые могут быть связаны с данной проблемой:

Просмотр предупреждений SQL Server

Element properties:

TargetMicrosoft.SQLServer.2008.IntegrationServices
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Служба SQL Server Integration Services (Windows) остановлена
Данная служба Windows для Integration Services остановлена на компьютере {0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SQLServer.2008.IntegrationServices.ServiceMonitor" Accessibility="Public" Enabled="true" Target="SQL2008Core!Microsoft.SQLServer.2008.IntegrationServices" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SQLServer.2008.IntegrationServices.ServiceMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Success" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="Error" MonitorTypeStateID="NotRunning" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>$Target/Property[Type="SQL!Microsoft.SQLServer.IntegrationServices"]/ServiceName$</ServiceName>
<CheckStartupType>true</CheckStartupType>
</Configuration>
</UnitMonitor>