SQL Server 全文筛选器后台程序启动器服务

Microsoft.SQLServer.2008.DBEngine.FullTextSearchServiceMonitor (UnitMonitor)

此监视器检查 SQL 全文筛选器后台程序启动器服务的状态。请注意,除具有高级服务的 SQL Server Express 外,SQL 全文搜索功能不适用于任何版本的 SQL Server Express。默认情况下,此监视器为禁用状态。请根据需要使用替代进行启用。

Knowledge Base article:

摘要

此监视器检查 SQL 全文筛选器后台程序启动器服务的状态,并在该服务设置为自动启动且未运行时生成警报。

请注意,服务被禁用时不会生成警报,并且将显示正常状态。

原因

服务可以由于很多原因而停止,包括以下原因:

解决方法

可以使用以下链接尝试在非群集环境中重新启动该服务:

启动 SQL Server 全文筛选器后台程序启动器服务

您可以使用以下链接查看可能与此问题相关的 SQL Server 实例的其他警报:

查看 SQL Server 警报

可替代参数

名称

说明

默认值

警报优先级

定义警报优先级。

正常

警报严重性

定义警报严重性。

MatchMonitorHealth

仅当服务启动类型为“自动”时发出警报

该值仅可设置为 "true" 或 "false"。如果设置为 "false",则无论启动类型设置为何值,都会触发警报。默认值为 "true"。

已启用

启用或禁用工作流。

生成警报

定义工作流是否生成警报。

Element properties:

TargetMicrosoft.SQLServer.2008.DBEngine
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
SQL Server 全文筛选器后台程序启动器服务已停止
计算机“{1}”上 SQL 全文服务“{0}”的 Windows 服务已停止
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SQLServer.2008.DBEngine.FullTextSearchServiceMonitor" Accessibility="Public" Enabled="false" Target="SQL2008Core!Microsoft.SQLServer.2008.DBEngine" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SQLServer.2008.DBEngine.FullTextSearchServiceMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="SQL!Microsoft.SQLServer.DBEngine"]/FullTextSearchServiceName$</AlertParameter1>
<AlertParameter2>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</AlertParameter2>
</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.DBEngine"]/FullTextSearchServiceName$</ServiceName>
<CheckStartupType>true</CheckStartupType>
</Configuration>
</UnitMonitor>