Using validation in interactive Ui textbox

Hello, I am building an interactive UI and I want to add validation to a textbox which should match specific patterns. If the user input doesn’t match the pattern then …

Dataminer Connect APP api

Requirement: I am trying to generate the connection ID using the dataminer connect App API. But receiving authentication error. Post : https://chiv2dmas01b/API/v1/Json.asmx Content-Type: application/soap+xml Body: <?xml version=”1.0″ encoding=”utf-8″?> <soap12:Envelope xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xmlns:xsd=”http://www.w3.org/2001/XMLSchema” xmlns:soap12=”http://www.w3.org/2003/05/soap-envelope”>   <soap12:Body>     <ConnectApp xmlns=”http://www.skyline.be/api/v1″>       <host>chiv2dmas01b</host> …

[LCA] – UTC Datetime in GQICell

Hello, In my GQI script i use a column of type “GQIDateTimeColumn”. I set a DateTime for the cell using Value (DateTime) –> “eventStart” which is of type DateTimeKind.Utc. new …

Custom dashboard / low-code app

Dear dojo, I have to replicate a software using the Dataminer dashboards or a low-code app. The GUI to replicate with Dataminer should seem like the following image. Is a …

When trying to update a service getting error

I have a service running in DM and i want to update/edit that service using automation script. when trying to do so i’m getting the below error. How to resolve …

Dataminer Run Time Error

Hello, I have a platform that is getting from time to time a  “Run Time Error”, it clears automatically after some time. The active DMA reports: “Thread Problem in SLDMS.exe”. …

Cloud session automatic renewal

For context: My DMA runs on the cloud and shuts down every day from 7 PM to 7 AM, as well as during the weekends. The issue: My cloud session’s …

How to retrieve multiple alarms IDs that triggerred a correlation

Hi, When an automation script is triggered by a correlation rule, it’s possible to parse the alarm as described in the doc, but only 1 alarm can be parsed https://docs.dataminer.services/user-guide/Advanced_Modules/Automation_module/FAQ/How_do_I_parse_Correlation_Alarm_Info_data.html …

Dasboard as video

Hi, is there any way to show dashboard as a video? We need to use this on a video wall and using video instead of www works much better in …

Exporting primary and foreign keys to DVEs

Hello, I encountered an issue with DVE ExportRules. The DIS Validator reports these errors: The ExportRules: What happens here is => Table description is removed from the Param Description, because …

Somtimes Triggers dont be executed

I wrote a Protocol that request every hour a server via API Calls to get data and display them in a Table. Meanwhile, I have a counter that counts till …