Retrieving data from named table columns in GQI

There is a Ad Hoc Data Source that was created for this exact use-case. It’s running in production for all of our QAOps platform. https://catalog.dataminer.services/details/1e37d8ab-3f41-480e-9b0b-804b2932d312 I suggest using that, it …

Asset Manager : Asset class – Manufacturer

Hi Wale, To do that, you’ll need to have MediaOps. A manufacturer is essentially an organization, so you can update the list of available manufacturers by managing the organizations in …

Appear X20 – SRT Output redundancy group

Hi Daniel, The Appear API allows retrieving extra status data for IP and SRT Outputs, including the redundancy settings and which source is currently active in the outgoing TS. The …

DIS Validator Result Details popup not available.

Hi Sam, The Show Details… link has been replaced with a hyperlink to online documentation regarding the validator checks (See Release Notes 3.1.6, item DIS Validator tool window now links …

Visio Show if Service Name contains

Hi Ryan, If you mention “service name”, do you mean a DataMiner Service? So if the name of your DataMiner Service contains “enc”, a visio shape should show? That should …

AssignVisioFileToView alternative in C# Automation available?

Hi Peter, Yes! The C# alternative is `AssignVisualToViewRequestMessage` from the `Skyline.DataMiner.Net.Messages` namespace. Send it via `engine.SendSLNetMessage()` in your Automation script: using Skyline.DataMiner.Net.Messages; var msg = new AssignVisualToViewRequestMessage(viewID, “MyVisio.vsdx”); engine.SendSLNetMessage(msg); This …

Getting Dashboards from ziine Dataminer

Hi Thomas, You can find this Alarm Dashboard on the Ziine demo system, available for download from the Catalog. The Catalog already includes a number of example dashboards that you …