How does String-based sorting work in DataMiner

Hi Jelle, the sorting that is applied is the natural sorting algorithm as of RN21705. Strings are ordered in alphabetical order, except for multi-digit numbers that are treated atomically as …

smart-serial server timing out

If your element needs to act as the server to handle http requests, then I don’t think there is any other way than implementing a custom web service in a …

smart-serial server timing out

Julio, do I understand it correctly that you’re trying to implement an HTTP-server in a smart-serial driver?  That seems quite ambitious, and basically means you’ll have to dig deep in …

Encryption standards in DataMiner

All SLNet communication of a DataMiner Agent can be configured to use encrypted connections. Data sent over those connections will be encrypted using a Rijndael algorithm, using a 256 bit …

Encryption standards in DataMiner

For the client side: The Cube launcher is signed, and checked using SHA256. Saved credentials are stored using the Data Protection API of Windows, using the CurrentUser scope (i.e. only …

Is the slenumvalues MySQL database table crucial?

Laurens,  SLEnumValues is one of the least important tables in DataMiner.  If you delete the table it will be recreated, but in fact it is obsolete.  It gives an explanation …

Multiple set

Please have a look at the DataMiner help for more information on how to use the Multiple set functionality in DataMiner: Setting a parameter value in multiple elements

Multiple set

Yes, right click on one of the elements in the surveyor and choose Multiple set. In the following window you can choose the desired parameter, row index (in case it’s …