Failover Function and licenses
13th March 2025
Hello Jaroslaw, Implementing failover means adding another DataMiner agent, so you will need a license otherwise DataMiner will not start. Obtaining a DataMiner license | DataMiner Docs I believe the …
Answer
13th March 2025
Hello Jaroslaw, Implementing failover means adding another DataMiner agent, so you will need a license otherwise DataMiner will not start. Obtaining a DataMiner license | DataMiner Docs I believe the …
13th March 2025
Hi Joshua, There is a similar question: Adding a Write-only parameter (eg; button) into a service Hope it helps.
13th March 2025
Hi Charlene, Are you using this method to provision elements: Importing and exporting elements If this is the case, before importing the elements from a CSV file, you could update …
12th March 2025
Hi Ross, You can fix it by filling the request with: DeleteDocumentMessage deleteRequest = new DeleteDocumentMessage { Document = System.IO.Path.Combine(folderName, documentOverview[i]), Element = “”, Web = false, }; Tried on …
12th March 2025
As I use InteractiveController, I would like to post an solution for it too: view.ShowScriptAbortPopup = false;
12th March 2025
Hi Felix, This is possible since DataMiner version 10.4.12. More info can be found here.
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 …