We're seeing the same events in our environment. This still seems to be an issue with version 10.1.0.4.
Sorry about the double post. Please delete this answer :)
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi!
Recently I've found much events 10801 in management server OM log.
Discovery data couldn't be inserted to the database. This could have happened because of one of the following reasons:
The discovery appeared to be "DFS Replication Service Configuration Discovery (Windows Server 2016 and 1709+)" from "DFS Replication Management Pack for Windows Server 2016 and 1709+" v10.1.0.3 and class is "Microsoft.Windows.FileServer" (displayname "File Services Role').
This discovery contains vbscript with code:
set oInstFs = oDiscData.CreateClassInstance("$MPElement[Name='FileServices!Microsoft.Windows.FileServer']$")
call oInstFs.AddProperty("$MPElement[Name='Windows!Microsoft.Windows.Computer']/PrincipalName$", sDfsrServerName)
call oInstFs.AddProperty("$MPElement[Name='System!System.Entity']/DisplayName$", Left(sDfsrServerName, InStr(sDfsrServerName, ".")-1))
call oInstFs.AddProperty("$MPElement[Name='FileServices!Microsoft.Windows.FileServer']/IsOnVirtualNode$", isVirtualNode)
call oDiscData.AddInstance(oInstFs)
But "Microsoft.Windows.FileServer" is abstract class as defined in "File Services Management Pack Library" MP:
<ClassType ID="Microsoft.Windows.FileServer" Accessibility="Public" Abstract="true" Base="Windows!Microsoft.Windows.ComputerRole" Hosted="true" Singleton="false" Extension="false">
There can not be instances of abstract class and event log message confirms this.
So it looks like this discovery contains a bug in code, or I'm wrong?
Where to report it?
We're seeing the same events in our environment. This still seems to be an issue with version 10.1.0.4.
Sorry about the double post. Please delete this answer :)