template dataminer automation script solution not found
1st April 2025
Hi Juan Since that Kata, the templates have had some major changes. For this Kata, you can use the ‘DataMiner Ad Hoc Data Source Project’ (which already holds the correct …
Answer
1st April 2025
Hi Juan Since that Kata, the templates have had some major changes. For this Kata, you can use the ‘DataMiner Ad Hoc Data Source Project’ (which already holds the correct …
1st April 2025
Hi Arunkrishna, This issue is present in the latest Cube version. We’re actively working on a fix and will provide an update here once it’s resolved.
1st April 2025
Hi Sofia, According to DataMiner Docs, the element will go into timeout for the status codes 4XX and 5XX. If you would like to avoid having the element in timeout, …
31st March 2025
Hi Lucas, This feature is expected to be available in the coming months. In the script, you’ll be able to expose output values, which can then be used to set …
31st March 2025
Hereby the short example of my initial approach.
31st March 2025
A single Visio shape can indeed only display one type of text + styling. One workaround is to create separate shapes for each part that is styled differently. In your …
31st March 2025
Here below the “window” arrangement that I want to save. At right two View Cards divert from their original function to display alarms but into differents windows and tabs. Using …
31st March 2025
Hi Ramesh, You should be able to achieve this with a combination of a correlation rule that groups the alarms per service, and then an automation script to do the …
31st March 2025
Hi Stefan, The warning that you are seeing is generated by the SLWatchdog process. Your protocol most likely has some group that is being executed that contains your QAction (correct …
31st March 2025
ignoreTimeout attribute | DataMiner Docs You can disable timeout for that specific session or connection.
31st March 2025
Hi Tarik, The additional RawType options, such as BCD, double, signed/unsigned number, and text, primarily exist to support serial connectors that communicate with devices using binary protocols. Since data exchanged …
31st March 2025
Hi Simon, Instead of undocking the whole alarm console, you could undock each of the separate tabs (by dragging them “away” from the console), and then choose “dock to workspace” …
31st March 2025
Hi, There are two places where parameter values are stored in memory: SLProtocol and SLElement. SLProtocol is the main entry point for data and contains all parameter values (displayed and …
31st March 2025
Hi Brecht, For the use case of the instanced QAction, the memory will be cleaned once the element is stopped/restarted. For the use case of a static variable, it will …
31st March 2025
Hi Joachim, the settings refer to the host, username and password you provided. What you can do, is check the SLNet logging on the host you are trying to connect …