Web Interface is showing nothing in cube.
12th October 2021
Hi Pascal, I checked by disabling my rights to access the web interfaces, but then I see the following message on the page in DataMiner, so I don’t think it …
Answer
12th October 2021
Hi Pascal, I checked by disabling my rights to access the web interfaces, but then I see the following message on the page in DataMiner, so I don’t think it …
12th October 2021
Hey Cirpian, The RefreshThread in SLDataGateway is responsible to keep the most recent datapoint for active trended parameters alive in the cassandra database. This is done so that stable parameters …
12th October 2021
Hey Jens, The launcher currently doesn’t support theming. Feel free to suggest this feature here.
12th October 2021
Given that the setup is trying to find a one-on-one match for the trend index to show, you can add the “NoWildCard” option in your ParametersOptions shape data. This should …
12th October 2021
Hi John, You need to define an export rule to order the page in the DVE protocol, like: <ExportRule table=”300″ tag=”Protocol/Display” attribute=”pageOrder” value=”Details;Services” /> In that case we have two pages ‘Details’ and ‘Services’ …
12th October 2021
Hi Pascal, can you check if the browser engine settings are identical? You can find these in System Center/System settings/plugins. If it is a specific protocol for which you have …
12th October 2021
Is your the protocol for that IP set to ICMP or TCP? If it’s set to ICMP and ping from a windows command line works I would check if the …
12th October 2021
Currently it’s not possible to automatically share the configuration of the desktop app (launcher). You can share the config file manually (located at %localappdata%\Skyline\DataMiner\DataMinerCube\CubeLauncherConfig.json). I understand this is not ideal. …
12th October 2021
To expand on Laurens’ response, these are the QActions currently added by server-side to the protocol (as of 10.1.12) and their trigger parameters: 900000: trigger=65015, [Reset alarms for PID] 900001: …
12th October 2021
Hi Jens, Starting from DataMiner 10.1.11 you’ll be able to use the service impact as a condition in your alarm template. I’ll link the release note once the updated DataMiner …
12th October 2021
Hi Jim, The best way to achieve this is by creating the correlated alarm on an element which impacts the same service as the base alarm. You can also combine …
11th October 2021
Hi Martin, Personally, I’m only aware of the “follow” functionality on a matrix control. However, I’m not that familiar with the router control that can be used even without a …
11th October 2021
Hi Jochen, I asked a similar question some time ago: SRM – Does DataMiner perform automatic clean up? – DataMiner Dojo This was specifically asked for Elastic, but the same …
11th October 2021
Hi, QAction 900001 is indeed something that is automatically added. It doesn’t do much: it’s simply keeping track of the number of alarms in the element and fills that in …
11th October 2021
The example below shows how a custom script can be used to rename a booking and associated DMA service. using System; using Skyline.DataMiner.Library.Solutions.SRM; using Skyline.DataMiner.Library.Solutions.SRM.Model.ReservationAction; using Skyline.DataMiner.Automation; public class Script …