DMA starts after Windows startup even though it’s disabled
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 …
Question
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 …
14th October 2025
I was in the process of investigating why a getting a remote elements table value was only bringing back information for the 1st page (on a table within pagination) when …
14th October 2025
Hello, I’ve encountered a specific issue on two of the HTTP requests. I’m getting ERROR_WINHTTP_SECURE_FAILURE error. I’ve read the other questions here but the strange issue is that there are …
14th October 2025
Hi, I need to track Element counts across all our systems in 1 LCA, to start I’ve tried using GetElementsForView and GetElementsLiteForVIew but it’s only working with viewIDs that aren’t …
13th October 2025
I am using Media Ops to test a simple workflow and I want to create a monitoring order when the workflow starts, so I have set up a simple service …