‘Security Edited’ notices

Hi Bing, The actions you’re seeing (“User – xxxx – password not known by dataminer. User will be deleted.”) are actually being executed at DataMiner startup only, not on a …

API Method “CreateElement” supports JSON or not

Hi Tomoya, I performed a small test using the driver (connector) Microsoft Platform and I was able to create the element using the following JSON message: URL: http://localhost/API/v1/json.asmx/CreateElement HTTP Method: …

How can i refresh table from automation script?

Tables of data (and any other metrics for that matter) are updated based on logic defined in the drivers for that element.  This could be time-based, but also based on …

Multiple DMS on 1 Cassandra cluster

This is possible, but you should always ensure that the Cassandra cluster has the correct specifications to handle all the load. For Cassandra single node configuration on agents: When doing …

system requirements per DataMiner version

The Compute Requirements page is indeed lacking this info for now. For older versions, for now the best place to look is the DataMiner Help which is included in that …

NATS – error in alarm console

For future reference, the final solution was to: Adjust the firewall rules from “Domain” to “All” Using Client Test Tool, connect to any agent and send a NatsCustodianResetNatsRequest with default …

Protocols for performing HTTP generic queries

I don’t believe there are other generic protocols. For testing commands we typically recommend postman, which allows composing GET, POST, PUT  HTTP requests. I would refer to the proxyServer / …

Memory dump – 32 or 64 bit

Hi Arunkhrishna, Before to take the memory dump, you could also check if the process is a 32-bit or 64-bit process. You can double check this using the Task Manager. …

Cube table search failed

Problems where you see a difference in behavior between client machines are typically related to Cube not being up to date. Have you checked that the Cube version is the …

Memory dump – 32 or 64 bit

Hi, You can check this by opening the dmp file in Visual Studio. In the dump summary, check the Process architecture. 64bit dump of 64bit process: x64 32 bit dump …

Optimization of Cassandra cluster setup for Dataminer

Hi Yohann, Following link provides an overview regarding the compute requirements for Cassandra (when running on the DMA server, or on separate nodes). DataMiner Compute Requirements The advantage of running …