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 …

ERROR_WINHTTP_INVALID_SERVER_RESPONSE

ERROR_WINHTTP_INVALID_SERVER_RESPONSE means the HTTP response could not be parsed correctly (likely due to an invalid response format or the timeout being too low in DataMiner). It could be that the …

SNMP forwarding question

When the box is unticked, the SNMP manager will be disabled and will no longer forward the alarms to that IP. They will not be stored, when you enable the …

Combining 2 alarm filters for new users

Hi ArunKrishna, You can create a new filter which combines both existing filters. This way you can achieve the same as for the old users. Currently it is not possible …