Visio Popup Page Setup
5th January 2026
Hello Dojo! I’m trying to make an alarm page show as a popup in my Visio diagram but I keep only getting a blank screen. The ”Harmonic Prostream Red” shape …
Question
5th January 2026
Hello Dojo! I’m trying to make an alarm page show as a popup in my Visio diagram but I keep only getting a blank screen. The ”Harmonic Prostream Red” shape …
5th January 2026
Hi Dojo, I have already installed a 3 nodes Cassandra cluster and a 3 nodes OpenSearch cluster. After installing a DataMiner Agent I trying to follow the steps in the …
5th January 2026
a { text-decoration: none; color: #464feb; } tr th, tr td { border: 1px solid #e6e6e6; } tr th { background-color: #f5f5f5; } I had set a “hysteresis on” at …
2nd January 2026
Hi Dojo, I am looking to integrate external data containing Device name, timestamps and polled value results into DataMiner and visualize this data using Dashboard graph. Could you please advise …
30th December 2025
Hello, I can retrieve active alarms and could not be able to retrieve history alarms from the below API endpoint. https://inxdmadeva.daznservices.com/API/v1/Json.asmx/GetAlarms. Here is the payload used: { “connection”: “b77deefb-afe1-42ea-88f2-4fc95f4e5861”, “filter”: …
23rd December 2025
Hi, I’m trying to retrieve DOM instances that contain a string field matching a certain regex. So far, this is what I got: DomInstanceExposers.FieldValues.StringField(FieldDescriptorID.Id.ToString()).Matches(“.*”); But this doesn’t seem to return …
23rd December 2025
Hi Dojo… since upgrading to a new computer, I’m getting an Unhandled Dispatcher Exception when I try to use the Edit QAction feature of DIS (full error message below). I’m sure I’m …
23rd December 2025
Hi, I need to create an IP Input on a DCM, I can see the context menu to add DVB/ASI inputs to the Input TS table, but I can’t find …
23rd December 2025
Hi, In our solution package I’m checking if a mandatory element is available on the system during execution of the installation script. Now I need a way to update the …
23rd December 2025
Hi, We have created a correlation rule using two parameters, where a new alarm event is generated when the configured condition is met. The action executed when the correlation rule …
22nd December 2025
Hi everyone, When using a trended table parameter from a protocol in the Line and Area Chart, it needs to be filtered by element ID and index. We achieved this …
22nd December 2025
Dear Dojo community, I have a correlation rule with an action to create a new alarm event. The new event can be set to be on the ‘base alarm element’ …
22nd December 2025
Hi all, I am leveraging the concatenate column manipulation method in GQI query. I want to concatenate the columns with newline. I want the value in the new column (COPY …
19th December 2025
Hello, I have a question, concerning snmp forwarding. Our leading monitoring system is at this time ist Netcool. So our Dataminer DMS is configured to forward alarms via SNMP to …
19th December 2025
Hello guys, Right now I am struggling to fill a table with data that I request using an automation script. The data is requested via an onclick (btn) and I …