Clear table from database

Since there is an additional requirement to reuse the existing element. A database query should be made to clear the database directly of the table data.

Adding Context Menu

Hi Ryan More information about custom table context menus can be found in the docs: Custom table context menu | DataMiner Docs In there I see that the Interprete content …

C# script to update row parameter

I moved the script to another system and it executes, gives the confirmation dialog and changes the parameter so it does everything it should both on the web and in …

DataMiner User Groups – character limit

Hi Jamie, There is no hard limit on the length of a DataMiner group name. However, if you start putting kilobytes of text in the name, there may be some …

Adding Context Menu

Hi, I’m assuming that this is tried to open the context menu of a table inside an element card in DataMiner Cube (not the mobile client), by right-clicking inside the …

DMA internet access

A similar problem is described in C# API connection using proxy. Do you think it would be an option to apply the same configuration in your scenario?

Adhoc datasource wont load assembly

Hi Gerwin, This error usually occurs when trying to reference an assembly that is targeting a different CPU architecture (32 vs. 64 bit). Can you check whether your internal Nuget …

Change Timeout Alarm Icon color

Hi Souhail, A possible option (not ideal) is to remove the timeout for that specific element (more information in DataMiner Docs, see Include timeout). Another option is to make use …

About cluster connections for DataMiner Agents

Hi Hideaki, If I understand correctly, your cluster contains two failover pairs (both failover pairs in a DataMiner cluster). (1) where can we find out this status on the Primary …

Change user group with an automation

Hi Henri, To get the groups for a given user you can reference this answer. With the GetInfoMessage(InfoType.SecurityInfo) call you can fetch all users and all groups and then do a …