Nimbra 140 Driver

Above referenced connector (driver) is dedicated to Nimbra MSR series (300/600/1000). Nimbra 140 series is a totally different product branch, confirmed by the vendor to show an entirely different MIB, …

When will DataMiner support C# 8.0 and 9.0

I’m going to assume you are talking about using new C# features in driver scripts, which runs in the SLManagedScripting process if I recall correctly. In previous versions of C#, …

Alarm template : include/exclude selected parameters

These are used to determine whether parameters are included in an alarm template group. You can find more information about this here: https://help.dataminer.services/dataminer/#t=DataMinerUserGuide%2Fpart_2%2Fprotocols%2FAlarm_template_groups.htm

Clean XBAP Cache

The CleanXbapCache tool cleans up the click-once installation of DataMiner cube. This can only impact the versions that are installed through click-once (Cube hosted in Internet explorer / Cube standalone …

Clean XBAP Cache

Hi Tiago, I’m not sure if this will help, but a while back, Mieke also had some cache problems. You can try to clean the cache folders: C:\ProgramData\Skyline\DataMiner\Cache\ (for DataMiner …

Clean XBAP Cache

In the past (System Display* days) We’ve used the XBAP Cleaning as a first-measure whenever we encountered small bugs, mostly visual, as you just showed. I’m sure someone else here …

Representing max values as interprete exceptions

Hi, When increasing the loglevel of the element when trying to set that value (Double.MaxValue), it can be seen from SLProtocol that this raw value is 0xFFFFFFFFFF FFEF7F (which matches …

Representing max values as interprete exceptions

Hi Craig, As Jarno mentioned, in the linked question, the answer indicates that a double parameter in DataMiner is a standard double-precision floating-point number whose maximum limit is 1.79769313486232E308. I …