Dataminer supported database

Hi Daud, We will no longer support MySQL as database starting from DM v10.3.x (Q4 2022). See also https://community.dataminer.services/3rd-party-software-support-life-cycle/ Regards, Koen

Dataminer supported database

Hi Daud, Regarding the end of support for MySQL, please check Third-Party Software Support Life Cycle. In this case the recommendation is to complete the migration to Cassandra.

Alternative ways to check license usage

Hi Bing, Another alternative is using the method GetDataMinerAgentsLicenseInfo from the DataMiner Web Services API. You can find more information in the DataMiner Web Service API Reference. The response of …

Alternative ways to check license usage

To determine the maximum licensed count, you can send (from inside an automation script or protocol QAction) a GetInfoMessage with the type property set to ‘InfoType.Licenses’ and parse the string[] …

Factory Reset Tool – Clean remote Elastic nodes

Hello, About this tool, we are currently disabling any Elastic reset that it does by default. Since it’s a clustered database, it has too many edge cases and possibilities where …

Performing maintenance on ElasticSearch Nodes

Hi Bing, For elasticsearch nodes, this maintenance procedure wouldn’t be needed. The elasticsearch nodes are already setup as an elasticsearch cluster where a DataMiner node actually can interface with any …

Representing time spans from milliseconds to days

Hi, this is currently not possible to have a numeric parameter that displays it in a user friendly way with the milliseconds part included. Similar tasks for this feature exist: …