Theory overload DMS how to deal with that

Hi Davor, You can have a look at the health assessment guidelines to confirm that the DMA is still able to cope with extra load. If your plan is to …

Search options

Hi Naveen, Assuming that the software version of the element is retrieved by the element and available in a parameter (single or column parameter), you could use a GQI query …

Script Does not contain GetDms

namespace AutomationScript1_1 { using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using Skyline.DataMiner.Automation; using Skyline.DataMiner.Core.DataMinerSystem.Automation; using Skyline.DataMiner.Utils.InteractiveAutomationScript; public class Script { private InteractiveController app; private MaskElementDialog dialog; private …

Script Does not contain GetDms

Hi Davor, You will need to install the NuGet package: NuGet Gallery | Skyline.DataMiner.Core.DataMinerSystem.Automation 1.1.1.13 More information can be found in DataMiner Docs: Class library introduction | DataMiner Docs Hope …

AWS – snippets

Hi, the snippets used in this presentation are specific to that example and were used to avoid having to type all the specific code for that example. DIS comes with …

Protocol template set also for a second column

Hi Stefan, To set one parameter before another in the same row, you’ll indeed need to handle this within a QAction. Here’s how you can approach it: Triggering the QAction: …

Protocol unix timestamp

Hi Stefan, There is already a similar question: How to display a Linux Time Stamp? – DataMiner Dojo Hope it helps.

Executing .msi file silently with dmupgrade

Our team is doing something similar in an E2E test and we are using msiexec to do so. There is the /quiet flag that specifies quiet mode which should result …

Executing .msi file silently with dmupgrade

Hi Tiago, A possible option is to create a batch file that executes msiexec. This tool allows you to execute installations from MSI files silently. msiexec.exe /i “C:\Path\file.msi” /q Hope …

API Response with Brotli compression in Connector

Hi Nick, Could you check if instead of using a GetParameter call, calling the GetData method from within your QAction would return a byte array with the expected size? The …

SLC SE Repository Manager

Hi Ashok, The SLC SE Repository Manager is only accessible to Skyline employees as it is an internal tool and as such I do not believe you will be able …

Removing invalid entries in element connections

Hi Pieter, Thanks for your advice. I know it’s not a good idea to change parameter IDs but I made a mistake when I initially entered parameter id’s which meant …