Asset Manager : Asset class – Manufacturer
3rd August 2026
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 …
Answer
3rd August 2026
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 …
31st July 2026
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 …
31st July 2026
Hi Sam To get the details of a specific issue, please click the Code of the issue, marked in blue (2.4.1 or 2.46.5 in your screenshot). This will bring you …
31st July 2026
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 …
30th July 2026
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 …
30th July 2026
This should not happen when you apply a stretch strategy on the shape? Can you verify the frozen state is gone when setting the stretch to for example UniformToFill?
30th July 2026
Hi Catarina, The error originates in SLDataMiner (a 32-bit process) when processing an element subscription notification via .NET Remoting. Even if no process appears to be at its memory limit, …
30th July 2026
Hi Aldrick, This is not possible today. This topic is also on my personal wish list. Instead of requiring you to self-service building a custom solution, I’d like to provide …
29th July 2026
Hi, This question is already being tracked in a dedicated email thread, as the connector is not yet publicly available. For future reference, the root cause was an incomplete element …
29th July 2026
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 …
29th July 2026
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 …
29th July 2026
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: …
29th July 2026
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 …
29th July 2026
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 …
29th July 2026
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 …