Recommended upgrade path (feature to main release)
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 → …
Answer
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 …
18th July 2026
Hi Alex, Have you tried using the DataMiner Class Library? It provides IDmsTable.AddRow() and IDmsTable.SetRow() methods that might be what you’re looking for. You could try installing the Skyline.DataMiner.Core.DataMinerSystem.Automation NuGet package and using something like: IDms dms …
17th July 2026
If you strictly only want to monitor the Densite chassis, then I would go with the Miranda Densite connector. Both connectors provide the same chassis-level monitoring capabilities, including fan status, …
17th July 2026
Hi Emanuele, You could handle this using an Automation script that is scheduled to run periodically via the DataMiner Scheduler. The script could clean up IIS logs based on a …
17th July 2026
Hi Stefan, You are right, it doesn’t work because there is no direct relation between the two tables. There are 3 relevant tables, all linked via foreignKey=14000 (SRT Inputs Table): SRT Inputs …