Trending for Header Summary
8th May 2024
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 …
Answer
8th May 2024
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 …
8th May 2024
Hi, SeverityBubbleUp is used in an EPM environment to determine the path of the alarm severity bubble in the topology. includeInAlarms is intended to be used for the alarm severity …
8th May 2024
Hi Gijs, Great suggestion, I believe it would be good if you could add it to the feature suggestion page.
8th May 2024
Hi Philip, You can use var allParameters = profileInstance.AppliesTo.Parameters; to know all the parameters that are configured in the ProfileDefinition to where the ProfileInstance applies. Note that getting the parameters …
8th May 2024
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 …
7th May 2024
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 …
7th May 2024
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 …
7th May 2024
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 = …
7th May 2024
Hi James, As far as I know, it is not possible to map a row from a table when you don’t know the key. Possible solutions imply updating the connector: …
7th May 2024
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 …
7th May 2024
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 …
7th May 2024
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 …
7th May 2024
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?
7th May 2024
Hi Micah, Since the introduction of the Param/Database/Partition@partitionsToKeep attribute, adding a column of type ‘DateTime’ is not required anymore. That feature was introduced in DataMiner 9.6.0 (See Internal RN 16738).
7th May 2024
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 …