Hide context menu for certain rows
8th July 2021
Hi Maxim, this is currently not supported. If desired, you can create a task for this feature.
Answer
8th July 2021
Hi Maxim, this is currently not supported. If desired, you can create a task for this feature.
8th July 2021
Hi Jehad, In earlier versions such as 9.6.12, the trick to get this to work is to rename the referenced DLL so that it doensn’t start with “Microsoft.” or “System.” …
8th July 2021
Hi Joseph, if upgrading to the version Miguel mentioned is not possible for you, you could pin the DataMiner Cube application to your taskbar. It’s not the same as going …
8th July 2021
Hi Bruno, This is something that has crossed our minds already but was not seen as a priority. Can you elaborate on why you would want an html version instead …
8th July 2021
Hi, Another logfile that can be interesting is the SLClient.txt logfile on the logging directory C:\Skyline DataMiner\Logging on the server. Regards
8th July 2021
That seems to be happening daily (around 1am?). By zooming in you’ll be able to see more precise around what time that is. Then check the task scheduler if something …
8th July 2021
Hi Joseph, Please could you confirm the DMA version that you are running? Since DMA version 10.1.3 there is a back button available to go to the start window:
8th July 2021
Hi Javier, There unfortunately could be a number of different reasons for this, some related to DataMiner and others on external factors, such as network connectivity, etc. Probably the first …
7th July 2021
It seems something is going wrong on type 148 (NT_REGISTER_SLA), which gets called when an SLA has changes to the alarms it listens to to calculate its SLA. The target …
7th July 2021
A (protocol) Visio file can be part of a signed protocol package. For Visio files to be assigned to a view there is no signing system as of this moment.
7th July 2021
Hi Robbie, Regarding your question: How do you capture an element that is getting stopped? This should be possible by using a correlation rule. As alarm filter you could use …
7th July 2021
Hi Jochen In addition to the answer of Ive, the ProfileManagerHelper is obsolete starting from 10.0.8 (Feature release) /10.1.0 (Main release). Instead, there is a ProfileHelper that you can use …
7th July 2021
Hi Jochen, You can do this using the profileManagerHelper. e.g. private static ProfileManagerHelper pmHelper = new ProfileManagerHelper(); pmHelper.RequestResponseEvent += Helper_RequestResponseEvent; ProfileInstance thisInstance = pmHelper.GetProfileInstancesWithFilter(ProfileInstanceExposers.Name.Contains(“part of my name”)).FirstOrDefault();
7th July 2021
Miguel showed you how you could achieve a time series chart for your parameters. In case you want a snapshot of the current value instead, you can take the GQI …
7th July 2021
Hi Michiel, When you modified the button, did you look at the show/hide features of the button? Probably it isn’t adjusted for the session variable yet. If you did a …