Passing session variable between Cube cards

In case the card is constantly open and we don’t want to open multiple instances of it, a globally scoped session variable will also work. In that case you can …

Element timeout time

Hi Roger, According to this the definition is as follows: TimeoutTime: Similar to the Timeout of a single command (ms) setting during element creation. It is the period (in milliseconds) during which …

Windows PC monitoring

Hi Alain, The error 0x80070005 indicates that the user doesn’t have permissions to perform remote calls. We normally create a specific user that will be used for remote access. Please …

Available algorithms in Credentials Library

From DataMiner 10.5.4 onwards, all authentication and encryption algorithms from the element settings are also supported in the credentials library, so if you upgrade to this DataMiner version or a …

User Defined API Errors

Hi Wale, After taking a quick look on your system, I noticed that the ‘Compile as library’ option was checked. This causes the API requests to fail. The error isn’t …

what is the use of Datatminer

Ah, the age-old question… “What is the use of DataMiner?”Let me put it differently: What’s the meaning of life? 🌌Some say it’s 42. We say it’s DataMiner. Because when your …

API Driver

Hi, You can find in DataMiner Docs the required steps to achieve what you are looking for: Executing a QAction after startup Hope it helps.

API Driver

Hello Jose, In this case Group 30 will execute action 1 again, because of <Content> <Action>1</Action> </Content> You cannot trigger execution of QAction directly from a group. Example of triggering …