How to default to data display page rather than Visual when opening element.
2nd June 2023
If you go to you user settings (click on your user icon on the top right and choose settings), then Card on the left menu, you have some options there …
Answer
2nd June 2023
If you go to you user settings (click on your user icon on the top right and choose settings), then Card on the left menu, you have some options there …
2nd June 2023
Yes there are plans to enhance the trend chart in Monitoring/Dashboards/LC Apps and extend it with some of the nice features Cube has, like prediction, patterns, anomalies, … . At …
2nd June 2023
“configuration item” is a term that is frequently used in the ITIL world. For more general information, you can search for “ITIL service asset and configuration management”.
2nd June 2023
This is currently not possible with the table, yet. Would it be an option to use the grid or timeline? These are using the dynamic templates, where you can access …
2nd June 2023
As Jeeva mentioned, it stands for “Configuration Item”. For questions like this, you’ll often find the answer in the glossary section of the user guide: https://docs.dataminer.services/user-guide/Reference/glossary/glossary_a_to_l.html
2nd June 2023
Hi Michiel, I believe CI stands for Configuration Items. In IDP, we use CI Type to add identifiers that we can use to discover the devices in the network. Initially, …
2nd June 2023
Hey Daniel, If a configured SNMP Manager is edited (modified/enabled/disabled) an information event will be generated. Resending alarms generates information events also. Both editing and resends are logged in Skyline …
1st June 2023
David – not sure if it will get you where you want to be, but just so you are aware, there are currently two methods to work with alarms. One …
1st June 2023
Hi Jeroen, In this case, I recommend installing the SRM 1.2.31 package first, and then DataMiner 10.3.6.
1st June 2023
This will save an authentication key to the “local storage” of the web browser. Anything saved there has no expiration time. Unless you open the page in a “private” or …
1st June 2023
Hi Elvio, Although a C# Automation Script is capable of anything supported by dotNET, it may not be your best option since the data you poll still needs to end …
1st June 2023
Hi Safri, You can see the system requirements on this DM Docs page: DataMiner Compute Requirements | DataMiner Docs
1st June 2023
Hi Ladan, As the client secret is sensitive data, we do not store this plain text in the DataMiner.xml file. Instead there is a file with encrypted values that is …
1st June 2023
You can check DataMiner logs to troubleshoot where you have the problem. Maybe SLDataMiner, SLDMS or SLConnectivity give you more information about the problem. As you can’t connect via Cube, …
1st June 2023
Non-ascii characters don’t work well when a protocol is not Unicode. That’s because the protocol expects to receive ASCII data from a device. The SLProtocol logic is built to then …