LCA : Table row focus
30th October 2024
Hi Wale, This is something that should happen out-of-the-box. When a table re-fetches it’s data, it should return to the rows you were viewing before the fetch started. I can …
Answer
30th October 2024
Hi Wale, This is something that should happen out-of-the-box. When a table re-fetches it’s data, it should return to the rows you were viewing before the fetch started. I can …
29th October 2024
Dear Catarina, I am the customer that Joaquim was referring to. Thank you for the feedback. The source of the problem is clear to us and it hasn’t occurred for …
29th October 2024
Hi Alexandre, No, this is not possible. Note that there are 3 themes available (light, dark and mixed), but none of them change the header bar color.
29th October 2024
Hello Bart, The connector you are referring to was specifically developed to act as a gateway between DataMiner and an existing SMS Gateway system to be able to send SMS …
29th October 2024
Hi Baranisudha You can achieve this result using a grid component to display the different alarm counts. The template editor then allows you to configure custom templates based on your …
29th October 2024
Hi Baranisudha, You can achieve this by using a grid component (see docs). In your template, include one layer for the circle geometry and another for the text. Use text …
29th October 2024
Hi Chirangee, I recommend creating an alarm template for your element first. Once it’s set up, you can use the AlarmTemplateHelper to dynamically adjust the thresholds for your desired parameters. …
29th October 2024
This is the same issue that is described here. In short: that is a firmware issue, the Wireshark screenshot also that the value length is wrong. Regards,
29th October 2024
Hi, There is no maximum defined time, it all depends on the circumstances and if there are multiple protocol threads busy. -First step will be the SNMP set call to …
29th October 2024
Hi Jeffrey, here you can find different methods of retreiving SNMP tables: Questions & Answers | DataMiner Docs
29th October 2024
Thanks, but I think it’s another problem. I think it’s a problem with Visio 365. I found the ClientSettings.json file on the server, and the option is enabled. I continue …
29th October 2024
Hi, That should be possible by setting the <SNMP><Type> of the parameter to OctetString. For more info see this help Regards,
28th October 2024
Hi Mario, When this setting is set to “False,” it won’t launch. If you update the setting directly in the file, remember to force a sync for the file. Otherwise, …
28th October 2024
Hi Chirangee, I am not sure if I am fully understanding your question. IDP Discovery allows you to configure one or more discovery profiles to identify your network devices. If …
28th October 2024
Hi Filip, It is possible to use HTML in the email body, either directly in the Message field of the Email action or through C# code, e.g. with method SendEmail. …