MS SQL Memory – min and max memory configuration
6th July 2021
Hi, For MSSQL databases the following guideline or formula can be used for a healthy memory distribution: MSSQL = Total RAM – (DataMiner + Rest OS) – (DataMiner/2) In other …
Answer
6th July 2021
Hi, For MSSQL databases the following guideline or formula can be used for a healthy memory distribution: MSSQL = Total RAM – (DataMiner + Rest OS) – (DataMiner/2) In other …
6th July 2021
According to the Adobe Flash Player End of Life page on the Adobe website, the flash player no longer loads flash content from January 12, 2021. So even with the …
6th July 2021
Hi Jens, In the Pre-Roll event you will get the ‘initial’ parameters, the ones that you have configured in the wizard, either by reference or by value. In the other …
6th July 2021
Hi Wannes, As far as I am aware, mediation snippets are currently used for GQI (Generic Query Interfaces). When creating a query, if you select the data source “Get parameters …
6th July 2021
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
6th July 2021
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.
5th July 2021
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 …
5th July 2021
Hi Daud, Thank you for bringing this question to our community. I am sure you will read the other response posted earlier, those are very valuable points. The essence is …
5th July 2021
Hi Wannes, These are saved in elastic search in the dms-cmediationsnippet index. You can use the following query to see the data: http://elastic IP:port/dms-cmediationsnippet/_search
5th July 2021
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[] …
5th July 2021
Hello Jeroen, If no prefix is defined in db.xml, it will indeed apply the “dms” prefix. Kind regards,
5th July 2021
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 …
5th July 2021
Next to the costs aspects Ben and Glenn mentioned, DataMiner also has far more capabilities than monitoring. In fact, I would say that for DataMiner, monitoring is only the baseline. …
5th July 2021
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 …
5th July 2021
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: …