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 …

LCA : Template editor – Conditional Settings

Hi Wale In template overrides it is not possible to provide wildcards in conditions. If you want a condition that is always true, regardless of any column value or state, …

Removing invalid entries in element connections

Hi Mark Changing parameter IDs is something you should actually prevent as much as possible. Anyway, the Cube UI will keep on saving those unlinked IDs under the assumption that …