Absence of long-term trending
8th February 2024
Hi Arun, Can you check the settings of your components? Over there you have a settings for what type of trend data you want to see. Kind Regards, Jarno
Answer
8th February 2024
Hi Arun, Can you check the settings of your components? Over there you have a settings for what type of trend data you want to see. Kind Regards, Jarno
8th February 2024
This looks like a similar issue to this one: Trend graph report failing after Cassandra Migration – DataMiner Dojo So I would suggest following the same suggestion and sending it …
8th February 2024
Hi John, The param placeholder is very convenient to retrieve data, however I’m unsure if <elementname> is resolved within this placeholder. Can you try to use [this elementid] or [this …
8th February 2024
The documentation seems more limited on this than it should be, but have you tried adding “AllowEmptyDynamicValues” to your Options page data?
8th February 2024
Hi Mieke, Following repo on Github contains an ad hoc datasource that reads DOM data: https://github.com/orgs/SkylineCommunications/repositories?language=&q=GQIDS&sort=&type=all More specifically you can find some code here which uses the DomHelper to fetch …
8th February 2024
Hello Ryan, I believe that to answer your question we will need to do a deeper investigation that will require the Log Collector package from both agents and the time …
8th February 2024
Hi Youssef, DIS does not support Visual Studio for Mac (see also https://docs.dataminer.services/develop/TOOLS/DIS/Installing_and_configuring/Prerequisites.html). Also note that Microsoft will retire VS for mac: https://devblogs.microsoft.com/visualstudio/visual-studio-for-mac-retirement-announcement/ .
8th February 2024
This is indeed possible. You’ll need to create a filtered tab showing only major alarms and then enable the audible alert option for that tab. (Note that you need to …
8th February 2024
Hi Youssef, Are you following any tutorial on how to install DIS? I would like to recommend the following step-by-step tutorial from the “Bringing the Thunder” series: DIS Validator – …
7th February 2024
Hi Boris, It appears that the DOM editor installed on your system isn’t compatible with your current DataMiner version. The version of the DOM editor must match or be lower …
7th February 2024
Hi Maria, You can use the queued | DataMiner Docs option in the options attribute of a QAction. This will make the QAction run in the background and not trigger …
7th February 2024
Hi Isabel, A bit late, but here is my take on this. Hyper-V replication is indeed something you can use in order to have a backup available which you can …
7th February 2024
Hi Reza, Let me try to help out here. (1) You can in both scenarios uncluster a DMA from cluster B and join it to cluster A, but the big …
7th February 2024
Hi Michiel, DataMiner compiles QActions using the latest version of the .NET Framework that is installed on the agent (it detects this via the registry). As of DataMiner 10.1.11, .NET …
7th February 2024
Hi Michiel QActions (and Automation Scripts) only support .NET Framework at this time. Which version of .NET Framework depends on which version is installed on the DataMiner system. Starting from …