Using validation in interactive Ui textbox
12th June 2024
Hi Aditi, One way of achieving this result would be to add an extra ‘Label’ to the dialog where you present to the user if the input is valid or …
Answer
12th June 2024
Hi Aditi, One way of achieving this result would be to add an extra ‘Label’ to the dialog where you present to the user if the input is valid or …
12th June 2024
I don’t have experience with this upgrade, but I’m not expecting any issues as we support Windows Server 2019. It doesn’t really matter if that’s upgraded from a 2012 or …
12th June 2024
Hi Nick, A few months ago, we discovered that, in some cases, an error could be thrown when trying to send emails via automation script directly to a user or …
12th June 2024
Hi Ömer, It’s indeed possible to increase the maxLength of the JavaScriptSerializer. Example: var serializer = new JavaScriptSerializer { MaxJsonLength = Int32.MaxValue // Set maxJsonLength to a higher value }; …
12th June 2024
Hi Arunkrishna, First of all some context: we use the Elastic scroll API to fetch Elastic data in pages. These scrolls have to be cleaned up when we finish using …
12th June 2024
Understandably confusing as we use different syntaxes for different kinds of shapes, but in this case you’re looking for the TableRowFilter in the ParameterControlOptions. Hopefully that gets you where you …
12th June 2024
Hi, The multiple sets are indeed send in the order you click them in Cube, and we do preserve that order throughout the flow. Note that you can double-check the …
12th June 2024
Hi Sachin, please check the documentation on how to link a visual overview shape to a video thumbnail here: Linking a shape to a video thumbnail | DataMiner Docs If …
12th June 2024
Hi Yohan, Do be aware that for spectrum elements there is an extra layer in between the protocol and clients. This layer maintains multiple active sessions, each with their own …
12th June 2024
Hi Oliver, Have a look at this method: Method FindInteractiveClient | DataMiner Docs It allows a non-interactive script to request attention of an active Cube session. The Cube session will …
12th June 2024
Hi Hans, If the order of execution is important you could use an interactive automation script to do the sets. In that script you could then also check if the …
12th June 2024
Hello Natalia, You can find more information regarding SLDMS RTE: SLDMS.exe | DataMiner Docs To investigate it, we will need: screenshot showing the alarm console, so we can see which …
12th June 2024
It appears you’re encountering an issue similar to what’s described in the Run-time assembly binding section of the DataMiner Docs. This could be due to the NuGet package in your …
11th June 2024
Is the parsing needed as input of another script or module? Otherwise, I’d expect that when loading “history alarms” in console, if the “History” & “Correlation” tracking are selected (hamburger …
11th June 2024
Hi Marco, There is a nice tutorial that I believe cover your use case: Creating a parameter table connected to an element feed You can find more information in DataMiner …