Generic Trap Receiver – Trap OID Update Table

Hi Dojo, I believe my use case would be a bit different. I have a SNMP test trap sender set up with the following SNMP trap bindings: 1.3.6.1.2.1.1.4.0.1 -> “ALARM” …

Test Email

Hello Leo, Please see DataMiner Docs for several ways of sending an email from DataMiner. In my opinion, creating an Automation script with an action “Email” is the simplest way …

Weather Platform In Data Miner

Dear Catalin, in the Catalog, you will also find the ‘Skyline Universal Weather’ (Catalog) connector. The Skyline Universal Weather connector is designed to retrieve weather conditions from a supported weather …

Using Cloud services in a failover pair

Hi Bruno the answer depends on the architecture of your DataMiner System and which agents are being used to connect the system to the cloud. Failover pair hosts Cloud Connection:  …

Toggle Button didn’t work in the Visual Overview

Hi all, I managed to solve the issue. Noticed that the “_ReadParameter” ID is not correctly assigned. It was assigned to the “_WriteParameter” ID as per dmprotocol file. Thank you.

Alarm Hysteresis

Hi Ryan The moment your row is removed, the alarm is cleared, despite the hysteresis time.

Weather Platform In Data Miner

This might give you a quick list to check the integrations that already part of the catalog:  https://catalog.dataminer.services/?q=weather%20station  If you are unsure, starting by checking the components that are already …

List of Information Events

This is a good one, Srikanth – not aware a full list, subscribing to get more insights from the community, but I believe it’s possible to refer to the different …

Visio display properties of a service

Hi Toon, thanks for your quick response. It’s working! I’m wondering because both solutions have worked on a different DMA. Now I have removed all shape data except “Property”.

Visio display properties of a service

The setup you have will display an element/service name. If the value of property “Filter_Element_Tx” of the card the visio is on links to an existing element, then the name …

IDmsColumn.Lookup() doesn’t return any rows

Hi Robin, I just verified: the Lookup method uses the Notify GetKeysForIndex. This notify requires the lookup-column to be indexed (e.g. via ;indexColumn option) so the search can happen. https://docs.dataminer.services/develop/api/types/Skyline.DataMiner.Scripting.SLProtocol.GetKeysForIndex.html …