Smart Detector – Variance Change
2nd April 2024
Hi Dennis, As explained in this tutorial (Automatically detect anomalies with DataMiner), it is recommended that at least one week of data is present, and that both real time and …
Answer
2nd April 2024
Hi Dennis, As explained in this tutorial (Automatically detect anomalies with DataMiner), it is recommended that at least one week of data is present, and that both real time and …
1st April 2024
Expanding on the answer above, our user needed to use an elements parameter lookup and a custom property value for the calculation. We put together the attached automation script ‘CustomProperty-DivideColumns.xml’ …
29th March 2024
We have added a package on the catalog, compatible from DataMiner 10.4.0 onwards: Alarm Report | Catalog (dataminer.services) This package contains the following: Ad hoc data source to retrieve the …
29th March 2024
Hi Jeroen, The element should contain a table from which a DVE is created for every row. That table has a column that contains the element ID of the DVE. …
29th March 2024
Hi, I have the same problem to be able to write out larger content for debugging purposes. That fixed limit was introduced by RN that can be found here. Unfortunately …
29th March 2024
Using the IDmsView class you can override the parent view. Furthermore, since elements and view position in the surveyor are linked to a parent and not fixed otherwise in the …
29th March 2024
Hi Thomas, Based on this question and other feedback, we decided to make setting properties on elements, services and views a bit more intuitive. The property objects now contain IsWritable …
29th March 2024
Hi Gerwin, I use the interactive automation script in the following GitHub repository to export a low code apps: https://github.com/SkylineCommunications/Low-Code-App-Extensions. In the later versions of the script, I believe DOM …
29th March 2024
Hi Gerwin, To package a low-code app, you can use the CompanionFiles folder, like it is used for example in this repo. To automatically deploy a DOM structure, you will …
29th March 2024
Hi Dennis, I would expect that only the active agent creates backups. Can you double-check that the backups on the inactive were created recently? Maybe these backups are there from …
28th March 2024
Hi Toon. Where should I set this rule as below in shape data : [regexreplace:.*68.*,[regexreplace:.*84.*,[param:NewTec34,23406,TSoIP1],BACKUP],MAIN] Does in the text instead of an * ? Big thanks for answer. Br. Jarek
28th March 2024
I wasn’t able to recreate the full graph (yet), but you can create part of it using the existing ‘Get alarms’ data source with the following query. This query first …
28th March 2024
It’s better you indeed make this unique, or you could encounter weird situations when deleting or updating a theme through the UI, where that ID is used. I see a …
28th March 2024
Something might have gone wrong during the installation of the Data Aggregator DxM which prevented the installation of python on the affected DMA. I tested this on my DMA and …
28th March 2024
Hi, As far as I know you (currently) can’t access those on a DaaS system. They are behind the dataminer.services user login to enable remote access to the web apps …