We have a very strange issue with Limitations. Within the database check all a couple of limitations (Solarwinds default) in the LimitationsType table are wrong according to Orion.
Found orphaned Limitations:
Limitation types based on missing properties:
Limitation type : "Single Database Instance", table [Orion.DPA.DatabaseInstance], field [GlobalDatabaseInstanceID];
Limitation type : "Group of Database Instances", table [Orion.DPA.DatabaseInstance], field [GlobalDatabaseInstanceID];
Limitation type : "Database Instance Name Pattern", table [Orion.DPA.DatabaseInstance], field [Name];
Limitation type : "Single Datastore", table [Orion.VIM.Datastores], field [DataStoreID];
Limitation type : "Group of Datastores", table [Orion.VIM.Datastores], field [DataStoreID];
Limitation type : "Datastore Name Pattern", table [Orion.VIM.Datastores], field [Name];
Limitation type : "Single Transaction", table [Orion.SEUM.Transactions], field [TransactionId];
Limitation type : "Group of Transactions", table [Orion.SEUM.Transactions], field [TransactionId];
Limitation type : "Transaction Name Pattern", table [Orion.SEUM.Transactions], field [Name];
Limitation type : "Single Player Location", table [Orion.SEUM.Agents], field [AgentId];
Limitation type : "Group of Player Locations", table [Orion.SEUM.Agents], field [AgentId];
Limitation type : "Player Location Name Pattern", table [Orion.SEUM.Agents], field [Name];
Limitation type : "Group of Network Service Assurance Operations", table [Orion.IpSla.Operations], field [OperationInstanceID];
Limitation type : "Group of CCM SIP Trunks", table [Orion.IpSla.CCMSipTrunk], field [SipTrunkId];
Limitation type : "Group of Network Service Assurance Operations", table [Orion.IpSla.Operations], field [OperationInstanceID];
And after inspecting the table in detail, the following row existed twice, only having a different ID.
Limitation type : "Group of Network Service Assurance Operations", table [Orion.IpSla.Operations], field [OperationInstanceID];
This is not fixable by standard limitation creation issues.
How to fix this?