IAS in LCA action – Suppress or Customize Abort Dialoge
12th March 2025
Hi Felix, There is an option to skip the abort confirmation when aborting the script. This is available in LCA from DataMiner 10.3.0[CU21], 10.4.0[CU9] & 10.4.12 onwards.
Answer
12th March 2025
Hi Felix, There is an option to skip the abort confirmation when aborting the script. This is available in LCA from DataMiner 10.3.0[CU21], 10.4.0[CU9] & 10.4.12 onwards.
12th March 2025
Hello Oscar, There are other logfiles that we would like to check for further investigation. I suggest opening a task with Skyline Techsupport, you can do it by sending an …
12th March 2025
Hi Felix, Happy to share we’ve just merged the feature which allows you to have actions on text shapes. The change will be included in the 10.5.5 web release.
11th March 2025
Hi Martin, A possible option to perform this aggregation is using GQI queries. Using the data source Get parameters for elements where you can retrieve values from column parameters. Using …
11th March 2025
Hi Joaquim, When history box is checked, the GQI query will show the historical data (trend data) related to the selected column parameter. If average trending was enabled on the …
11th March 2025
Hi Mariana, Unfortunately, within DataMiner there are several uses of UserCookie and I believe the documentation you found is for the property of the DmsAutomationScriptRunOptions object that is used when …
11th March 2025
Indeed – For Aggregation to work properly, in a vest number of scenarios, it is best to have “Custom Description” as a column in the element. This will allow the …
11th March 2025
Hi Martin, I am not sure if it is possible (out of the box) to execute this aggregation and offload the result to an external DB. The most straight approach …
11th March 2025
Have you tried DataMiner’s Aggregation function?
11th March 2025
Hi David, I am not aware of a way of unit testing a protocol just with the XML. To write unit tests it is preferable to convert the XML to …
11th March 2025
Hi, The new version of DIS has some new features that make use of some web api endpoints besides the normal connection. From the stacktrace, it seems that DIS is …
11th March 2025
Hi Blake, To do that you will need to catch the exception that is thrown, so instead of using TryStart or TryExtend you need to use Start and Extend methods. …
11th March 2025
Hi Maya, You could definitely use a QAction to do such logic. Upon receiving the HTTP response from your HTTP session, you can trigger a QAction to process the JSON object. …
11th March 2025
Hi Tobe It is possible to design a dialog as a table. However, it’s currently not possible to define an inner table, if that is what you’re looking for. In …
11th March 2025
Hi Apurva, In LCAs, you can configure actions to be executed when interacting with nodes/edges. These actions can be executed on (double) click or using the tooltip. Both the ‘Navigate …