DOM Editor cannot apply with error

Hi SK, The DOM logic that manages and verifies all DOM interaction will block of changing the DOM model if that means that at least one DOM instance could lose …

HTTP Protocol, can’t login at first time

Hi Jose, I cannot immediately find a reason for the login only working the second time. I’d recommend checking if it is the login itself that actually fails, or if …

HTTP Protocol, can’t login at first time

Hi Jose, Your login button (PID 138) has two triggers: one to send the HTTP request to the device, and one that triggers a QAction. The QAction is probably to …

HTTP Session unknown header

Hi Jose, Since ‘Token’ is not a standard HTTP request header, DIS gives you a warning as this is often the result of a mistake. Typically the ‘Authorization’ header is …

Compilation failed for QAction Basic Driver

Hi Juan, Based on your comment, I get the impression that this question no longer needs any further answers. If this is indeed the case, could you select this answer …

LCA – Displaying value of variable in grid

Hi Stefan, Currently, the grid component and other components using templates only have access to the context of the query row they are representing. They cannot access other app context, …

Automation script can’t create Element

Hi Davor, First you need to install the nuget package Skyline.DataMiner.Core.DataMinerSystem.Automation in your automation script solution. Then in your script instead of doing protocol.GetDms like in the documentation link you …

Login using HTTP on Protocol

Hi Bram, I use this QAction and work: using System; using System.Text; using Skyline.DataMiner.Scripting; public static class QAction { public static void Run(SLProtocol protocol) { try { string username = …

Exclude documentation sections from search

In the meantime, you can also use Google by prefixing your search with “site:http://docs.dataminer.services/develop/” (or any other documentation subsection).

Neural network in predictive analytics

Hi Toh, Proactive maintenance is definitely an interesting use-case, and to consider how data can be converted into insights to drive pro-active maintenance.  However, this is a use-case that can …