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 …

Custom DCF on virtual function

Hello Gerwin, Currently this isn’t supported, the only available virtual function connections supported are the ones that are reflected and mapped onto the main element/connector. If you feel like this …

Issue deploying custom DLLs to DataMiner DaaS

Hi Maximiliano, When creating a new protocol solution, the solution will have a Dlls folder. In this folder, you can add any custom DLLs that are used by the connector. …

Export of Document from Documents file

Hi Ryan, I  believe there is no out-of-the-box option to export only the documents. A possible workaround is to extract the document from a DataMiner backup. A .dmbackup file is …