Using validation in interactive Ui textbox
11th June 2024
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 …
Question
11th June 2024
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 …
11th June 2024
Using the SDK for CloudWatchLogs for FilterLogEventsRequest works on an automation script, but gets error when running the same code on a QAction. Both are using the same Amazon DLLs …
11th June 2024
Hi, I imagine this is not possible however worth asking. We have a non interactive script which is triggered from a button in a view. This script does quite a …
11th June 2024
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> …
11th June 2024
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 …
11th June 2024
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 …
11th June 2024
Requirement : I need an way to get the alarms for a specific element. Since we don’t have any inbuilt API to fetch an alarm specific to an element I …
11th June 2024
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 …
11th June 2024
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”. …
11th June 2024
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 …
11th June 2024
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 …
11th June 2024
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 …
11th June 2024
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 …
11th June 2024
We have a number of devices spread across numerous subnets which also contain other devices we do not want to provision, making IDP a not as suitable option here so …
10th June 2024
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 …