Ember+ parameter changes
16th October 2025
Hi Maximiliano, Could you please specify which Ember+ device or DataMiner connector you’re referring to? This will help us determine whether write support is already available. If the write implementation …
Answer
16th October 2025
Hi Maximiliano, Could you please specify which Ember+ device or DataMiner connector you’re referring to? This will help us determine whether write support is already available. If the write implementation …
16th October 2025
Hi Harald, Based on the comments above, I get the impression no further answers may be needed for this question. If this is indeed the case, could you select this …
16th October 2025
Hi Alexandre, Good question! You’re right, default values aren’t currently shown in the query builder. They’re only applied internally in GQI when no value is set in the query builder. …
15th October 2025
Hi Tom, As per the documentation provided by the vendor, “The SDK interface is modeled on Microsoft’s Component Object Model (COM). On Microsoft Windows platforms, it is provided as a …
15th October 2025
Hi Arbab, I see that you’ve added the DLL as a COM reference to QAction 9000. This is probably not supported (yet) by DIS. Could you please try adding the …
15th October 2025
Hi Brecht, Maybe you can use the option “Matches wildcard expression” :
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 …