Trending for Header Summary

Hi Gijs, A possible solution for your use case is to use aggregation rules. This feature will allow you to define basic aggregation on views (e.g sum of all the …

Trending for Header Summary

Hi Gijs, Great suggestion, I believe it would be good if you could add it to the feature suggestion page.

Impersonating the SYSTEM user from a driver

Hi David, DataMiner does not have any native support for user impersonation as we also aim at keeping good audit trailing to know which user did what operation. The only …

Child Element / Input data

Hi Juan, Please find below some answers to your questions: Where Im confused is why some devices I have to select input user text and in one particular device i …

Clearing element data

Hi Alija, Based on your use case, I would recommend recreating the element. Keep in mind that if this reset mechanism is implemented, most probably you will need to update …

profile instance parameters remarks

Hi Philip, From class SrmParameterConfiguration you have property ProfileParameterEntry that then has property Parameter which holds the Remarks. E.g.: var configurationInfo = LoadResourceConfigurationInfo(engine); var nodeProfileConfiguration = LoadNodeProfileConfiguration(engine); var helper = …

Clearing element data

Hi, As far as I am aware there is no out-of-the-box way of “resetting” an element. The only way I could see to do this would be to use the …

Disabled DVE not being removed from surveyor

Hi Kristopher, Given your answer to Rene’s question that when doing it manually it is working, it makes me conclude that the logic for enabling and disabling the DVE is …

How to detect HTTP timeout

Hi Diogo, Could you elaborate a bit on what you are trying to achieve? Are you trying to use the slow poll functionality of ping groups (Slow poll mode ping …

Retrieving the IP address of a DMA

Hi Filip, Can you check if the answer to this other question Find DataMiner IP Address for use in Protocol – DataMiner Dojo helps with your needs?

Dashboard features – use case 2

Hi Jeroen, I’ll try to answer all the questions in your post: Is there a way to send emails with the new dashboard reports attached from automation script? => you …