Using gradient fills in Visio for Dataminer
17th October 2025
I am trying to design a Visio page for Dataminer that uses gradient fills to show that different media transport interfeaces can be used by a piece of equipment. The …
Question
17th October 2025
I am trying to design a Visio page for Dataminer that uses gradient fills to show that different media transport interfeaces can be used by a piece of equipment. The …
17th October 2025
Hi all, Is anyone able to explain why historical alarms count is showing non-zero number of alarms while the same applied filter returns zero alarms?
17th October 2025
Still preparing an migration from elastic to opensearch. run some testing and it seems the need to bring our dataminer cluster down for approx 8 hours to just reindex the …
17th October 2025
Hi Dojo, We have the following request from a user: When pressing a button on LCA an interactive AS will be triggered which will open a popup window with some …
17th October 2025
Hi Dojo, I have disabled “Automatically start DMA after startup” in Cube and all SL services are set to Manual startup, however the DMA still starts up with Windows. This …
17th October 2025
Hi, We’re currently building a script to query alarms for a specific Protocol directly from ElasticSearch, but have found an issue where the data returned from Elastic doesn’t include all …
16th October 2025
Hello everyone. I would like to be able to set storm alerts in the global DMA settings, not just for individual Cube clients. I know it’s possible at Server File …
16th October 2025
One of the references in an automation script is causing a ReflectionTypeLoadException The reference is Skyline.DataMiner.Core.ArtifactInstaller 2.1.3.0 which is requesting System.Text.Json 9.0.0.6. This is a version that is not available …
15th October 2025
Hi all, Are there any specific steps to add device images to IDP rack layout? Thanks
15th October 2025
We have an analog parameter and would like to send an alarm email notification when the parameter value has exceeded 10 for 30 minutes and a clear notification instantly when …
15th October 2025
I am trying to use and reference a 3rd party SDK. I don’t have DMA installed locally but I am publishing to DMA using DIS. I have added the path …
15th October 2025
An element was deleted, but we would like to access its alarm history (via element name) of prior its deletion. How can we achieve this? It appears for services there’s …
15th October 2025
Hi Dojo, For security reasons, some DMAs needs the .NET 9 version installed. In docs, you mentioned as requirement the .NET 8 version. Are there any issues with DataMiner if …
14th October 2025
Hello All, On a legacy DMS, we have non-templatized services created that we’d like to migrate to a new DMS. On the new DMS, the associated elements are already created. …
14th October 2025
Hello Dojo, I have a GQI ad hoc with a dropdown argument defined as follows: <code class="language-csharp"><span class="token">private</span> <span class="token">static</span> <span class="token">readonly</span> <span class="token">GQIStringDropdownArgument</span> _argumentParameterMode <span class="token">=</span> <span class="token">new</span> <span …