DOM – Avoid duplicate instance names
2nd July 2025
Hi Joey, I’m not sure if it’s the most performant, but I created a script which is executed on DOM instance action settings – OnUpdate (if needed) and OnCreate. There, …
Answer
2nd July 2025
Hi Joey, I’m not sure if it’s the most performant, but I created a script which is executed on DOM instance action settings – OnUpdate (if needed) and OnCreate. There, …
2nd July 2025
For everyone’s clarity, Data-Core is following this up via email and the task.
2nd July 2025
For everyone’s clarity, Data-Core is following this up via email and the task.
2nd July 2025
Hi Bing, Personally I have not used the QA Simulator trap sender but haveyou tried using the Generic Trap Simulator, you can export and upload the csv from a trap …
1st July 2025
Hi Alex, You should be able to achieve that by using the OctetStringASCII or the OctetStringUTF8 options (depending on the character set the device supports) instead of OctetString in your …
1st July 2025
Hey Mauricio, The stand-alone Starlink Connector requires DataMiner 10.4.2 or higher. The Starlink Solution requires DataMiner 10.4.9 and DataMiner Web 10.4.12 or higher. You can likely upgrade to the latest …
1st July 2025
Hi Juan, Yes, this is possible using these steps 1. Create a new panel with your trend graph. 2. Linking the parameters to your trend graph based on protocol. (Don’t …
1st July 2025
Hi, The value for UTC should be this: { “Name”: “commonServer.ui.DefaultTimeZone”, “Value”: “UTC;0;(UTC) Co-ordinated Universal Time;Co-ordinated Universal Time;Co-ordinated Universal Time;;”, …
1st July 2025
Hi Sara, You can also add some extra filtering to the AlarmEventMessage, filtering the alarm events by doing the following. subscriptionFilter = new SubscriptionFilterElement(typeof(AlarmEventMessage), agentId, elementId) { Filters = new …
1st July 2025
Hi Ciprian I’m no expert in configuring the AD within Dataminer, but have you checked the following page? Configuring LDAP Settings – DM Docs It appears you can link AD …
1st July 2025
Hi Frederic, When the input arguments are updated, the system will execute the entire flow again, starting from the top of the list, in this case, OnInit. This means that …
1st July 2025
Hi Apurva, I believe this is the setting you are looking for Default time zone. The value for UTC should be this: { “Name”: “commonServer.ui.DefaultTimeZone”, …
1st July 2025
Hi Hari, Could you please let us know which DataMiner version you’re currently using, and what type of storage is configured? There was a known issue where alarm timestamps were …
1st July 2025
Hi Evan, That first link should do what you want, are you having issues with that? Could you maybe share the shape data you used? Note that the Saved filter …
1st July 2025
Hi Daniela, You need to write a custom script that hides the DVEs or moves them to another view.