Automtation GetParameter vs GetParameterByPrimaryKey

Hi All, We’ve been working on the performance of some automation scripts. We found that if we call element.GetParameterByPrimaryKey(columnPid, primaryKey); it takes 5 seconds to retrieve the parameter value. If …

Difference between SeverityBubbleUp and Alarm Bubble up through relations

What is the difference between a SeverityBubbleUp element: <SeverityBubbleUp> <Path>5000;4000;3000</Path> <Path>2000;3000</Path> </SeverityBubbleUp> and the “includeInAlarms” option in Relations when linking tables? (<Relation path=”100;200;500″ options=”includeInAlarms:topology1″/>) What are their respective applications, and …

Retrieve Owner property using automation script

Hi Dojo! I’m having problems to get the Owner property when using: engine.GetAlarmProperty(alarm.DataMinerID, alarm.AlarmID, “Owner”)); I’m always getting an empty string no matter if the alarm is ack or not… …

Trending for Header Summary

Hello Skyline, I’m looking for a option to be able to add Header Summary (enableHeaderSum within Protocol) trending. When working with long header summary’s of 100+ entries (for example with …

Cassandra Cluster Repair Frequency and GC Grace

We are seeing a warning when running a system checks of the Cassandra Cluster Category: Repair Status: Warning Description: Evaluate if a repair is needed Suggested Action: The tables ‘elementdata_xxxxx_xxx_xxxxx’, …

Child Element / Input data

Hello @here DM forum, Im relatively new to dataminer and currently in learning/deployment phase. Have couple questions. Does anyone know when creating a template, whats the difference in child elements …

Impersonating the SYSTEM user from a driver

Is it possible to impersonate the system user within a driver method? I’ve read about impersonating windows user accounts but doing this for the system user sounds awkward. Does Dataminer …

DMA Database

As you can see from the attached screenshot, my DMA is claiming the database is 0KB in size, I’m assuming that means it’s not using the DB, but it should, …

Clearing element data

Hi Dojo, is there a way to clear element’s data and set everything to the initial protocol settings (clear saved data, set parameters to protocol defined default values, etc.)? Thanks