Visio Element with Alarm Count for a View

I’m trying create an element with the alarm count for the View. I found this available for an element (found with the Skyline Visio for Microsoft Platform Drivers) Any suggestions? …

Automated Management of Alarm Console Notices

Hello all, Is it possible to limit the type of notices that are generated and displayed in the alarm console (an editable template or config file that dictates which Notices …

NATS expected behaviour in DM 10.4?

Please, Dojo, is there any specific RN or article explaining what will be available in DM 10.4 (main release) from a NAT service point of view? Specifically: 1. will there …

Key error when trying to import Ping Configuration

When using the Generic Ping driver DMS-DRV-0565 (multiple versions, but currently on 3.1.2.14 of connector) I am getting the error message below: Importing file failed with this error message: System.Collections.Generic.KeyNotFoundException: …

How to find within DOM instance a particular section definition exists or not?

How to find within DOM instance a particular section definition exists or not? var domInstances= resourcemanagementHelper.DomInstances.ReadAll(); foreach (var domInstance in domInstances) { var abc= domInstance.Sections.Find(x=>x.SectionDefinitionID.Equals(Resourcemanagement.Sections.ResourceInternalProperties)) } We are trying something …

legacy custom report: DMS_getTableFiltered

I’m trying to install an existing custom report on another DMA. The asp code has following function var dvmsname = “DVB_RS_MAS1_BTZ”; var filter2 = new Array(“value=4098 == 0.0.0.0.5.1.1”); var DVB4050Data …