Show/Hide Visio check first letters

Hi Dojo, I’m using show/hide function like these: [sep:-^]!<A>^A|[Property:CHANNEL_ELEMENT_SOURCEPROBE1]|PARAMETER:7013:*[Property:CHANNEL_MPTS_SID_MAIN]*|=N/A My question is now if I can do the same but I want to check if the first 4 letters are …

Deploying using dmapp package is duplicating the application

Hi Team, I’m trying to deploy an application which has DOM, LCA and automation script changes as a package(using catalog Low code editor https://catalog.dataminer.services/details/e30c5a15-9a8f-465b-83d0-d1de77aa3396) to prod DM cluster But its …

Counter64 SNMP parameter displaying negative number

Hello, I am encountering an issue where the display of SNMP number parameter is negative even though the value coming from the device is positive. After some investigation I believe …

How to achieve pagination for the GQI script in LCA for table?

Hi I have code: public GQIPage GetNextPage(GetNextPageInputArgs args) { _logger.Information(“Fetching next page”); var rows = new List<GQIRow>(); List<GetParameterResponseMessage> paramInfo = new List<GetParameterResponseMessage>(); try { foreach (var service in serviceList) { …

dms.SendMessages in loop causes delay?

Hi I am trying to do _dms.SendMessages in loop to the value of parameters of elements it takes lot of time and goes into timeout, what is the workaround for …

Alarm grouping using alarm correlation

Hello Team, I have a view with view elements using the same protocol for different regions I need to group the alarm based on the below combination for each element …

Combining Floor Plans & Network Topology

Hi team, A customer inquired about the possibility of combining a floorplan with a network topology view to make troubleshooting faster and more intuitive. Their idea is to map devices …

Visio TableRowFilter alarm not working

Hi Dojo, I’m trying to create a table in my Visio that only displays rows that have an alarm on them. I have followed this documentation (https://docs.dataminer.services/user-guide/Basic_Functionality/Visio/reference/Dynamic_table_filter_syntax.html?q=tablerowfilter#alarm) and written the …

Connect to an external SQL database

Hi Dojo, we have an external SQL database and I want to connect our Dataminer to it. There are information’s which we than use to create services in Dataminer. What …