The conceptServiceViewer application fails to show the current service statuses after installation
Symptom
Typically an error similar to the below is logged to the Concept Searching Event Viewer log:
Error: System.Exception: This schema for this assembly has not been registered with WMI.
at System.Management.Instrumentation.Instrumentation.Initialize(Assembly assembly)
at System.Management.Instrumentation.Instrumentation.GetInstrumentedAssembly(Assembly assembly)
at System.Management.Instrumentation.Instrumentation.GetFireFunction(Type type)
at System.Management.Instrumentation.BaseEvent.get_FireFunction()
at System.Management.Instrumentation.BaseEvent.Fire()
The specified error can occur when the initial installation is completed with an account that does not have local administration rights.
Resolution
- Ensure that the account specified to run each Windows service is configured as a local administrator:
- Open the Run window by clicking the Start button and then clicking Run.
- In the Run window, type
services.mscand then click OK. - Locate each Windows service (
conceptCollector,conceptIndexer, andconceptClassifier). - Ensure that each user specified as the
Log on asvalue is a local administrator.
- Restart the Server.
- Logon as the specified service account (or another local administrator).
- Re-run the conceptInstaller application and run a "Repair" operation.
Making the user a local administrator on Server 2016 computer
- Click Start > Server Manager.
- On the upper-right corner of the Server Manager dashboard page, click Tools > Computer Management.
- In the navigation pane of the Computer Management page, expand Local Users and Groups, and then click Users.
- From the Users list, right-click the user to which you want to assign administrator rights, and click Properties.
- Click the Member Of tab, and click Add.
- On the Select Group page, type
Administrators, and then click OK. - Click Apply and OK.