SQL Server フルテキスト検索サービス

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

このモニターは、SQL フルテキスト検索サービスの状態を確認します。注: このモニターは既定では無効になっています。必要に応じて上書きを使用し、モニターを有効にしてください。

Knowledge Base article:

概要

このモニターは SQL フルテキスト検索サービスの状態を確認し、サービスが自動的に開始するように設定されているにもかかわらず実行されていない場合にアラートを生成します。

サービスが無効になっている場合、またはサービスを手動で開始するように設定されている場合は、アラートは生成されず、正常な状態として表示されます。

原因

サービスは次のようなさまざまな理由で停止することがあります。

解決方法

非クラスター環境でサービスの再起動を試行するには次のリンクを使用します。

SQL Server フルテキスト検索サービスの開始

次のリンクを使用して、この問題に関連する可能性のある、この SQL Server インスタンスのその他の通知を表示できます。

SQL Server の通知の表示

上書き可能なパラメーター

名前

説明

既定値

サービスのスタートアップの種類が [自動] の場合にのみ通知

この値は、'true' または 'false' にのみ設定できます。'false' に設定されていると、設定されているスタートアップの種類に関係なく警告が発生します。既定値は 'true' です。

1

有効

 

いいえ

アラートを生成する

 

はい

Element properties:

TargetMicrosoft.SQLServer.2014.DBEngine
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
MSSQL 2014: SQL Server フルテキスト検索サービスが停止しました
コンピューター "{1}" 上で SQL フルテキスト サービス "{0}" の Windows サービスが停止しました
RunAsDefault

Source Code:

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