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 …

Visio Load specific cube side

Hi Gerwin, Currently, it is not possible to programmatically switch the active Cube side (workspace) from a Visio shape or an Automation script. Cube side switching is handled entirely client-side: …

Getting Dashboards from ziine Dataminer

Hi Thomas, I’m wondering whether you can create a copy of the dashboard for yourself and then edit it afterwards. I’m not sure if it works that way, but it …

Getting Dashboards from ziine Dataminer

Hi Thomas, You can deploy this dashboard on your own DMA with a little trick. In Visual Studio, make sure you have DIS installed and create a new DataMiner Package …

DMprotocol published with errors

Hi Paul, One reason I can think of why this error could occur is if the connector has a MiniumRequiredVersion mentioned which is higher than the version of the DataMiner …

Dataminer.services; two domains

Hi Gerwin, Yes, that’s possible — users in dataminer.services are separate from the users in the DataMiner Agents. However, you can link the two accounts together. Here’s a guide on …