How to package an low code app + dom module
29th March 2024
Hi, I’m currently working on some low code apps and dom modules. Now i need to package those and install them into production. is there way to but an low …
Question
29th March 2024
Hi, I’m currently working on some low code apps and dom modules. Now i need to package those and install them into production. is there way to but an low …
28th March 2024
To move our low-code app from one system to another, we need to copy over the relevant themes. We are extracting the theme from the Themes.json file, I noticed that …
28th March 2024
Does both agents in failover pair suppose to create backups irregardless of state? I have three failover pairs in a cluster, one of them I just added recently. The first …
28th March 2024
Hi, For my project, I’m using the DataAPI along with a Python script. According to the DataMiner documentation, there should be a Python folder, but I can’t find it on …
28th March 2024
What is the way to make API v1 connections to DAAS hosted DMAs? The connections are behind the dataminer.services authentication at the moment. Is there a way to connect to …
28th March 2024
Hello, Setup: I created a table with 4 columns (see attachment) thats the definition of the array: private OfficecheckerQActionRow CreateEventRow(string primaryKey, string workersName,int status) { OfficecheckerQActionRow row = new OfficecheckerQActionRow …
28th March 2024
Hi I’m trying to use setvar with information from a table, where i want to limit the select using subscription filter for a different column to that which is displayed …
28th March 2024
After a DataMiner restart I started getting this error message if I try to login to an app. Is there something I can do about this?
28th March 2024
Is it currently possible to get the headers (e.g the user-agent header) of the http request from the ApiTriggerInput object?
28th March 2024
Hi, there are a number of views that I would like to move under another Parent View. I would like to keep whatever that is under the views that I’m …
28th March 2024
The interactive script runs on the DM server, so if I get ‘DateTime.Now’ it gives me the time of the server. However, I want to know the time on the …
27th March 2024
Hi, we sucessfully linked our Dataminer to our MS Teams tenant For our STG DMS it is working fine. For our production DMS (DMS) it seems to run into a …
27th March 2024
We are developing some dashboard and when we tried to generate a dashboard with the Good Satellites and Satellites in view we detected that the receivers ELEMENTS doesn´t works properly …
27th March 2024
Hi, I’m about to configure hostname based failover for my DMS. The documentation is a bit vague about what should be configured in DNS. I’m assuming I need to create …
27th March 2024
How can we implement the query as stated below via a connector WMI implementation? Note that the MSFT_NetTCPConnection is under the root\StandardCimv2 namespace. select InstanceID,LocalAddress,LocalPort,RemoteAddress,RemotePort,State from MSFT_NetTCPConnection The stream-viewer indicates …