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 …

DMprotocol published with errors

Hi Paul, Since it publishes fine on one system, this is almost certainly a permissions difference between the two systems! In DataMiner Cube on the failing system, go to System …

Import vai CSV file SSH and SNMP connection

Hi Marco, If I’m getting your question right, I think this is not a bug but it’s a known behavior of how DataMiner’s CSV format handles elements with multiple connections. …

DIS Publish: Force SAML Authentication

Hi Jelle, DIS currently does not have the same option as is available in client test tool. We have a task in our backlog (DCP 258468) to add support for this. …