Backup failing – one of pair

Richard, I’m assuming that by “pair” you’re referring to a DMA in 1+1 failover config (1 VIP shared between main & stby agent). If so, the host name of the …

The user is not known in the DataMiner System

Hi Ryan, This could be an issue similar to this: Local user unable to access DMA after first reboot after installation | DataMiner Docs This first thing I would check …

Does multiple set can be automated by a script?

Hi, this could indeed be done by letting the correlation rule trigger an automation script. That script receives the necessary information from the correlation engine, including the element ID and …

Problem with unicode characters

Hi Manuel, To use the UTF-8 character set, the unicode option indeed needs to be activated in the Type tag. In addition, it’s also required to specify that the incoming …

Generate information event from ad hoc data source

Hi, I used this snippet in an ad hoc data source to generate information events. public void DebugInfo(string debugInfo) { var request = new GenerateAlarmMessage(); request.DataMinerID=-1; request.ParameterID=-1; request.ElementID=-1; request.Comment = …

Aggregation rule multiply by 8

Hi all, thanks for your answer. As we need trending we can’t use dashboard. I will create a ticket to adjust the protocol.

I want to do an import of views with a visual

Hi Tim, If I understood correctly, you would like to create views/sub-views from a CSV file. As far as I know there is not out-of-the-box functionality that allows you to …

dynamisch linking view and subviews on visual

Hi Tim, In Cube, you could create an overview (Visio file) using the following feature: Generating shapes based on child items in a view or a service In the Dashboard …

Set Spectrum Analuzer Preset from Low Code App

Hi Marco, Unfortunately the Low Code Apps does not equipped yet for the usecase you describe. For now, a possible workaround could be to automatically open a popup page after …