Representing max values as interprete exceptions

Hi Craig, a similar question was already asked. Does the answer serve what you need? Edit The other question was with RawType:numeric text, whereas here it’s double. The maximum value …

Hysteresis for SNMP Forwarding

Hi Arun, As far as I know currently it is not possible to define hysteresis on SNMP Managers. The purpose of a SNMP Manager is to forward a trap whenever …

Hysteresis for SNMP Forwarding

You could use the correlation engine to set an alarm property when the alarm is persistent for more than x minutes. Using an alarm filter, you can then forward alarms …

DMA Reporter could not communicate with the DMA

If everything else fails try the following: 1. Launch DCOM manually: C:\Windows\System32\dcomcnfg.exe 2. Navigate to: Component Services -Computers- My Computer- DCOM Config 3. Under DCOM config search for SLASPConnection 4. …

Cassandra server : Security

Hi Wale, It is already possible to enable encryption between your Cassandra nodes (Cassandra should use then port 7001 instead of 7000 by default). The configuration can be found for …

Cassandra server : Security

Hi Wale, I believe other members from Dojo will be able to provide additional recommendations, but for your information, since DataMiner 10.1.3 (Feature Release) it will be possible enable SSL …

format for TLS 1.2 and ‘useSSL’

An update about this topic. After further investigation we found that DMA version 10.0.0.0 uses an SLDatabase.dll which was built with .NET4.5. TLS1.2 is only supported as of 4.5.2, therefore …

Uninstall DataMiner and databases

Hi Michiel, I believe that the steps indicated in DataMiner Help to uninstall DataMiner is a good start. In case you are using DataMiner Configs, you will also need to …

Get a row of a table by DisplayIndex

Hi Igor, This method only works with attribute DisplayColumn instead of the naming option. Do note that we don’t recommend anymore to use the DisplayColumn attribute. For your situation I …