MySQL 8.0 support for central database offload?

Ruben Please see DataMiner supported versions of MySQL server – DataMiner Dojo and see whether this information helps. Looks like we are not supporting version 8.0 as this is breaking …

Duplicted events cannot correlate

Hello Ken, could we possibly also get a screenshot of your correlation rule settings? Have you already checked our DataMiner Help section on Correlation rules to see if you are …

Mamipulating views in automation script

Hi Erik, Please have a look at DataMiner Help – Linking a shape to an automation script (Passing Automation script output to session variables)

Cassandra TTL granularity

Hi Jeff, Would be good to share an example of such an information event (you can overwrite sensitive data if needed) to be sure we are talking about the same …

Include multiple elements at once in a new view

Added a feature request here: https://community.dataminer.services/new-feature-suggestions/capacity-manager-tool-move-elements-rather-than-copy-or-services-across-different-views/

HTTP Post Request not Working Correctly

My team and I found a solution to the issue we basically need to add another connection to run by port 80 for the token only. (Example below the ip …

HTTP Post Request not Working Correctly

Hi Junior, Your use case should be supported. If you check this help page you will see that the example shows a relative path in there as well The first …

Get Available Resources for AssignResourceRequest

Hi Timothy, You can use the following method from the SrmUtilities class: // Summary: // Gets the available resources for a node of a service definition when no booking // …

Resources API – Method Calls

Hi Mario, You can find code snippets to work with the resource pools in DataMiner Help – SRM code snippets (Creating, retrieving, updating and deleting a resource pool)

Resources API – Method Calls

Hello Mário, if understood correctly you might want some snippets to perform some actions, such as, create, updating, or deleting resources or resources pools. You can find that information here