Element Alarmstate flipping from 7 to 0

Hi Curtis, As Arunkrishna commented, Alarmstate 7 corresponds to Timeout state and 0 corresponds to Not Monitored (reference: DataMiner element control protocol | DataMiner Docs > search for 65008). If …

Why does DataMiner prefer even number of bytes?

Hi Edib, This is probably because the parameter is internally being converted to a string in a unicode connector. Can you please try setting the parameter with SetParameterBinary instead of …

Correlation Rule – Service name in the email

Hi Trong, When triggering an email via correlation, the subject can in fact contain placeholders. However, the serviceimpact:text, which represents the names of the affected services, is not available in …

Using dataminer api without credencials

Hi Juan, The DataMiner WebAPI needs authentication for most methods because they access DataMiner data, which has user-based security applied. For example: the ‘GetAlarmStateTimelineForService’ endpoint checks for user permissions on …

A plugin is needed to display this content

Hi Jeroen, I see that the following was mentioned by our SW team : The workaround was provided to use “UseChrome” on the inline browser shape and this was confirmed …

Display current preset name in use by Spectrum element

Hi Alain, A possible option is to visualize the preset using a session variable. For example, in the following Kata session (Using Visual Overview to switch spectrum presets), session variables …

Dataminer data export or backup

Hi Steve, A possible solution is to use the Data Aggregator to offload information history information (alarm and/or trend data). For example, we are currently using this feature to download …

My IRD Ericsson RX8200 doesn’t connect

Hi Nihad, Following your comment, another check that you could do is verify that there is no firewall interfering the communication through port 161. In case this does not solve …

Error with ConnectMatrixCrosspoint()

Hello Ross, What I would suggest is to try and perform a direct set to the Output table of the corresponding matrix. That’s similar to what the “ConnectMatrixCrosspoint” method does …