Ticketing – Standard Solution (Catalog)

We would like to inform you that we have identified the root cause of the issue. During our investigation, we attempted to review the release notes; however, all available links …

Cassandra, consistencylevels and replication

Hi Chris, The Cassandra driver does not allow switching between DataCenters during active operation. In this scenario Cassandra expects the calling software, DataMiner in this case, to be co-housed with …

Not able to login Into Cube : This user is not known in the Dataminer system

I am attaching the last logs from my SLdataminer.txt and the client test results. 2026/03/27 14:13:18.375|SLDataMiner|8800|24604|CServiceModule::RunFunc|CRU|0|Notified SLWatchDog that the startup has completed. 2026/03/27 14:13:46.801|SLDataMiner|8800|13792|CDataMiner::GetInfoFunc|INF|-1|Unsuccessful connection attempt from ashok. This user …

best Practice to delete DOM instance

Hi Juan, Here is an example of deleting DOM instances filtered by definition and state. Note that there is a limit of 100, so you can use a batching method …

best Practice to delete DOM instance

Hi Juan, There’s a solid documentation page that addresses Processing multiple DomInstances – examples | DataMiner Docs. Feel free to take a look. There’s a specific section as well related …

How to access DOM from a Protocol QAction?

Hi Maximiliano A DomHelper object can be created in a QAction like this: DomHelper domHelper = new DomHelper(protocol.SLNet.SendMessages, “myDomModuleID”); With protocol being the SLProtocol object. The DomHelper class is available …