Visio Show if Service Name contains
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 …
Answer
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 …
29th July 2026
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 …
28th July 2026
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 …
28th July 2026
Hi Mauro, At startup, DataAggregator DxM should create these files if they don’t exist yet: C:\Skyline DataMiner\WebPages\data-sources\web.config C:\Skyline DataMiner\WebPages\module\data-sources\web.config The first one creates a redirect and the second one configures …
28th July 2026
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. …