Web Interface is showing nothing in cube.

Hi Pascal, I checked by disabling my rights to access the web interfaces, but then I see the following message on the page in DataMiner, so I don’t think it …

Cube Launcher – Dark Theme

Hey Jens, The launcher currently doesn’t support theming. Feel free to suggest this feature here.

How is it page ordering specified for DVE?

Hi John, You need to define an export rule to order the page in the DVE protocol, like: <ExportRule table=”300″ tag=”Protocol/Display” attribute=”pageOrder” value=”Details;Services” /> In that case we have two pages ‘Details’ and ‘Services’ …

Web Interface is showing nothing in cube.

Hi Pascal, can you check if the browser engine settings are identical? You can find these in System Center/System settings/plugins. If it is a specific protocol for which you have …

Cannot ping IP

Is your the protocol for that IP set to ICMP or TCP? If it’s set to ICMP and ping from a windows command line works I would check if the …

Cube Desktop App – Can I manage the agents for my organization?

Currently it’s not possible to automatically share the configuration of the desktop app (launcher). You can share the config file manually (located at %localappdata%\Skyline\DataMiner\DataMinerCube\CubeLauncherConfig.json). I understand this is not ideal. …

QAction 900001

To expand on Laurens’ response, these are the QActions currently added by server-side to the protocol (as of 10.1.12) and their trigger parameters: 900000: trigger=65015, [Reset alarms for PID] 900001: …

Virtual source/destination in matrix

Hi Martin, Personally, I’m only aware of the “follow” functionality on a matrix control. However, I’m not that familiar with the router control that can be used even without a …

QAction 900001

Hi, QAction 900001 is indeed something that is automatically added. It doesn’t do much: it’s simply keeping track of the number of alarms in the element and fills that in …

How can I rename a booking from an automation script?

The example below shows how a custom script can be used to rename a booking and associated DMA service. using System; using Skyline.DataMiner.Library.Solutions.SRM; using Skyline.DataMiner.Library.Solutions.SRM.Model.ReservationAction; using Skyline.DataMiner.Automation; public class Script …