Alarm Property “System Name” – Topology Foreign Key Update
14th November 2025
Hi Francisco A possible workaround is to add an extra column in the table that will be the one used for alarming (and where you define the alarm properties). The …
Answer
14th November 2025
Hi Francisco A possible workaround is to add an extra column in the table that will be the one used for alarming (and where you define the alarm properties). The …
14th November 2025
Hi Johannes, I believe the best approach would be to copy the settings from the following file: C:\Users\[UserName]\AppData\Local\Skyline\DataMiner\DataMinerCube\CubeLauncherConfig.json Specifically, you’ll need to copy the information contained in the ClusterGroups field. Kind …
14th November 2025
Hi Paul, To be honest, I don’t recall ever hearing about this issue when using the SLCCMigrator. My best advice is to reach out to Techsupport. We’ll need a LogCollector …
14th November 2025
Hello Thomas, Dataminer does not provide an out-of-the-box mechanism to automatically mask alarms after X occurrences. However, the Correlation Engine can be used to perform actions when complex conditions and …
14th November 2025
Hi Silvino, There’s no email distribution list to subscribe on. Our Community blog however does have a built in RSS feed. Every new feature release an article is posted along …
14th November 2025
Hi Harald, When you create the link, all matching variables should appear. The important detail is that their types have to align. If you filter on a number, you’ll only …
14th November 2025
Hi Joshua, can you verify whether you are running the latest version of DIS? Version 1.4.1 of the Skyline.CICD.Validators package fixed an issue regarding a possible NullReferenceException in CSharpNotifyProtocolNtFillArrayWithColumn (see Release …
13th November 2025
Hi Harald, As of DataMiner 10.4 (CU14), 10.5 (CU2) and 10.5.5 there is a tooltip property on every layer. This tooltip will become visible when hovering over that specific layer …
13th November 2025
Hi Joel, If it’s only for visualization purposes, you could change the column appearance that conditionally shows ON or OFF based on the value of the cell (see docs or …
13th November 2025
Hi Tarik, Please refer to Documentation: Adding a regular DataMiner Agent | DataMiner Docs and Adding a DataMiner Agent to a DMS running STaaS | DataMiner Docs. In summary, both …
13th November 2025
Hi Amber, It looks like a user permission issue on windows level. Please double check that the user that is configured for the Dataminer Configuration Archive in the IDP Configuration …
13th November 2025
Hello, This seems to be supported server side, but client side doesn’t allow it. I propose creating the suggest a feature page to allow this. Regards
13th November 2025
Hi Stefan, It’s indeed possible to only have a serial (SSH) connection, without an SNMP connection. But only changing the <Type> tag is not sufficient. All communication that is defined …
13th November 2025
Hi Caio, Currently, there is no configurable rate limit available with the User-Defined APIs feature. The current achievable rate is determined by the amount of DataMiner agents, the amount of …
13th November 2025
Hi Stefan, This is definitely possible. More information about using SSH with the serial connector type can be found here. Especially the Differences with serial communication section could be interesting. …