What happens if geo redundant DMA pair loses the network link.
13th June 2023
Hi Daud I believe this is a job for the inverted heartbeats to handle. Please have a look at the included link, it will explain it better than I would.
Answer
13th June 2023
Hi Daud I believe this is a job for the inverted heartbeats to handle. Please have a look at the included link, it will explain it better than I would.
13th June 2023
Hi Chris, The max amount of instances of a function resource is a limit per link element (*). If the function has an entrypoint table configured, the max amount of …
13th June 2023
Hi Dave, This link will download the Cube installer, which will in turn download the latest Cube from the DataMiner agent you are connecting to, and optionally from the latest …
13th June 2023
Hi Dave, The link in your image will install a desktop application in which you can manage all your different DM Agents. By clicking on an agent the correct DM …
13th June 2023
Hi Bhavana The following links will likely help you forward: Data Acquisition & Control Plane – DataMiner Dojo This refers to the online courses for developing own drivers. Videos – …
12th June 2023
You can cleanup unused protocols, visios and alarm filters on a DMA. Find addtional information here: Cleaning up unused files on a DMA. Note however that this will delete the …
12th June 2023
Hi Zabdi, A possible option is to build first your alarm filter in the DMA and then use this saved alarm filter in the web API call GetAlarms. There is …
12th June 2023
Hi Thomas and Floris, The example that you shared was pretty much what I had, thanks to your questions and help I have been able to finaly solve it. the …
12th June 2023
Hi Amer, Together with Thomas, I made an IAS that handles a button press that we tested our local DMA. Maybe this can serve as an example? IAS_Button_Pressed/DOJO_1.cs at RC …
12th June 2023
Hi Muhamad, In order to help you, we will need additional information from your side: Is this information coming from an element, and if so, please could you let us …
12th June 2023
Hi Yuki, A possible solution could be to add a shape with the desired message, e.g. “This parameter does not exist”, and then add the shape that is actually linked …
12th June 2023
Hi Chris, can you please confirm you excluded all necessary directories and processes (refer to Regarding antivirus software | DataMiner Docs)?
12th June 2023
I had the same problem recently, ended up trawling the registry to find any mentions of Cassandra and removed them. After that, the install completed correctly
12th June 2023
Hi Amer, I assume the button is a property of your dialog class. Check that the button property does not get overwritten after subscribing to the Pressed event. In case …
12th June 2023
Hi Jens, this is not full logging, but it can help for debugging custom GQI connectors. If you try/catch the errors in your code, you can throw a “GenIfException”. This …