WEB dashboards unavailable locally in Cube
23rd July 2026
Hi Miloš, My guess is that Cube fails to fetch the available Dashboards because it doens’t have a valid certificate configured. Do you see any kind of certificate warning when …
Answer
23rd July 2026
Hi Miloš, My guess is that Cube fails to fetch the available Dashboards because it doens’t have a valid certificate configured. Do you see any kind of certificate warning when …
23rd July 2026
I solved it. if I changed the code to access another property, other than Scope, then the script does not report any errors in Cube. Looking further into that class, …
22nd July 2026
I already tried doing exactly what you showed in your screenshot, but it didn’t work. In my case, I only have one column. How can I create a query with …
22nd July 2026
Hi Rodrigo, I investigated a bit further and wanted to correct my previous message: It is possible to change the bar colors based on their value. You can customize the …
22nd July 2026
Hi Koen, This upgrade path looks fine. Let me just add a few considerations and key points you should keep in mind: Revised Upgrade Path: 10.3.12 → 10.4.12 10.4.12 → …
22nd July 2026
Hi Catarina, No, this is not possible. External authentication cannot be configured on the Dashboard Gateway alone, as it must be configured at the DataMiner Agent level. The reason is …
22nd July 2026
Hi Bing, The DCF Connections are stored in element data. You can see the raw data under the general parameters > Dataminer Connectivity Framework.
21st July 2026
Hi Simon, I believe there are two settings that can help reduce the volume of data being offloaded: Snapshots: Using information templates, you can determine which parameters are included in …
21st July 2026
Hi Nur, DataMiner uses a time-weighted average for 5-minute trending and not a simple mean. Each value is weighted by how long it was active within the window: Average = Σ(value_i …
21st July 2026
Hi Michiel, The DataMinerSystem library currently only provides support for obtaining information about the following connection types: virtual, snmp (v1.v2c,v3), HTTP and serial. This is why the serialization of the …
20th July 2026
Hi Juan, A newly released version of Skyline.DataMiner.Core.DataMinerSystem (1.2.0.3) now allows you to edit an existing service instead of only creating a new one. The following methods are available on …
20th July 2026
Hi Tim, For this type of use case, I believe the best option is to use the DataAggregator DxM. This DxM allows you to execute queries at scheduled times and …
20th July 2026
Hello Miguel, what version of the installer are you using? We have seen this issue previously in older versions of the installer/configurator and older versions of API Gateway. This is …
20th July 2026
Hi Thomas, I believe there is already a similar question: Table Relations Error Log Hope it helps.
19th July 2026
Hi Alex, The DataMiner.System library exposes a method to add rows to tables via automation script. Below an example to add a row in a table: // Get the an …