Dataminer X?

Hi Pramod, please find here all necessary information about DataMiner X: https://skyline.be/dataminerX

Dataminer X?

DataMiner X is DataMiner version 10. It’s not a different “type”, but just a new version. A lot of new features and improvements have been introduced with DataMiner 10, and …

Driver list?

Hi Pramod, You can access the driver catalog here: https://catalog.dataminer.services/

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 …