.NET 9 version
15th October 2025
Hi Daniel, As of writing this, nothing on the DataMiner Agent requires .NET 9 so it’s not required for it to function. That being said, if you require .NET 9 …
Answer
15th October 2025
Hi Daniel, As of writing this, nothing on the DataMiner Agent requires .NET 9 so it’s not required for it to function. That being said, if you require .NET 9 …
14th October 2025
DataMiner connectors that use HTTP connections rely on WinHTTP to handle requests, which delegates SSL/TLS handling to the operating system. Which operating system version is your DataMiner running on? It’s …
14th October 2025
Hi, Using the class library is indeed a valid replacement for connectors. By using the IDmsTable object (Skyline.DataMiner.Core.DataMinerSystem.Common) and calling the method GetData(), an object will be returned that contains …
14th October 2025
Hi Herald, It is currently not possible to limit the ability to transition a DOM instance based on the logged-in user. This is however something we are considering to add …
14th October 2025
Hi Harald, It is possible to add a script output with Engine.AddScriptOutput, which is accessible when executing scripts in LCAs: When the script is executed using a button, the component …
13th October 2025
Hi Mark, This question was raised as well by Eloy (MediaOps Workflow Designer issue with creating a Service with a Service Template for a workflow – DataMiner Dojo). So indeed, …
13th October 2025
If someone is interested here is the solution via automation script: using Skyline.DataMiner.Automation; namespace CiscoIFInterval { using System; using System.Collections.Generic; using System.Diagnostics; using System.Globalization; using System.Linq; using System.Text; using Skyline.DataMiner.Automation; …
13th October 2025
Hi Nils, there should be no problem because a DMA-ID is unique worldwide.
13th October 2025
Hi Nils, The only requirement for a DMAID in a cluster, is that it has to be unique within said cluster (unless it is part of a failover setup). Other …
13th October 2025
Hey Ian, We’re definitely hard at work bringing LLMs to DataMiner! Since LLMs can only generate text, we need to connect them to “tools” so they can actually perform actions. …
13th October 2025
Hi Alberto, The SLDataMiner.txt is a good place to start, look for the lines with “CDataMiner::Init” or “!!! Start DataMiner failed”. This is will log most of the failures during …
13th October 2025
Hi Brian, It is difficult to say what exactly caused this error to appear all of the sudden. I suggest you get in touch with tech support (support@dataminer.services) to look …
13th October 2025
Hi Ryan, Following is an example in our documentation of multiple conditions combined: <code class="lang-txt hljs language-plaintext" data-highlighted="yes"><A>or<B>or<C>or<D>or<E>or<F>or<G>or<H>-A|57/2|1|<0-B|57/3|510,1|<0 -C|number|PROPERTY:Class|=A-D|VIEW:2|PROPERTY:Class|=A -E|Service:serv|PROPERTY:Class|=A-F|Element:number|ALARMLEVEL|>=MINORG| VIEW:2|ALARMLEVEL|>=MINOR-H|Service:serv|ALARMLEVEL|>=MINOR</code> The part before the first – character is the …
13th October 2025
Hi Mark, A resource pool is used to define a function, we use it to build workflows (e.g. first a node of camera pool, then a video processor, …). You …
10th October 2025
Thank you @Ben.Vandenberghe I believe we want to use a vlc client for the audible alerts and will need to configure a custom alert sound for that alarm. Ill do …