Time Range component custom option uses client’s time zone
2nd July 2025
Hi Hari, I’m not sure I fully understood the workflow. Is the time range feeding the table, or is it the other way around (i.e., the table feeding the time …
Answer
2nd July 2025
Hi Hari, I’m not sure I fully understood the workflow. Is the time range feeding the table, or is it the other way around (i.e., the table feeding the time …
2nd July 2025
Hi Jeroen, Not a direct answer to your question. There is an ad-hoc data source that provides this information: SLC-GQIDS-GetAllElementsInService. From here you could: Reuse the code available in the …
2nd July 2025
Hi Amber, Another alternative for your use use could be using Data Aggregator. This DxM allows you to run GQI queries periodically at fixed times. For example, using the data …
2nd July 2025
Hi, There are some settings that could prevent the clients to connect to the listening port (assuming that the firewall is not blocking it): -An element can be configured to …
2nd July 2025
Hi Catarina, Regarding your questions: – Why is this file appearing in the trend data? – Why is it being generated outside the configured time of 05:00? These files are …
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 …