Alarm triggered despite the condition

Hi Marco, It seems like the issue is that the condition cannot be reused for the Decoder Input:TS Status because it cannot reference the same row in the Decoder Overview …

Upgrade from 10.0.x Failed

Hi Vicenzo, It could be that the package you’re trying to upload for update is corrupted or incomplete. Can you check the hash code against the ones you will find …

Upgrade from 10.0.x Failed

Hi Vincenzo, Sorry to hear that your upgrade process is not going well. A failure during an upgrade could be related to a lot of different causes, therefore typically we …

.Net 8 install

Hi Chris, The .NET (framework) requirements for DataMiner can be found in Compute Requirements section of the documentation, more specifically: Microsoft .NET. From DataMiner v10.1.11 onwards, the minimum .NET framework …

.Net 8 install

Hi Chris, You can find a detailed overview of the server requirements on the docs. The .NET versions seem to be backwards compatible from version 4.5 onwards according to documentation. However, …

C# Clarification

Hi Samson, Yes, (almost) all C# code works in automation scripts and connectors within DataMiner. StreamReader certainly works (using System.IO). Your CSVReader 3rd party library will also work if it’s …

trend data loading from DB cluster

Jeroen, The answer is the request first goes to the remote site, then the request goes to the clustered database. So you get indeed multiple network hops. There are indeed …