FunctionResource PK
19th February 2024
Hi Daniel, PK refers to the primary key of the ‘Generic DVE Table’ that is present on the element from where the Function Resource was linked. If you are creating …
Answer
19th February 2024
Hi Daniel, PK refers to the primary key of the ‘Generic DVE Table’ that is present on the element from where the Function Resource was linked. If you are creating …
19th February 2024
Hi Hideyuki, As Edib already mentioned, ascii is a subset of unicode so you should be able to receive it in the same parameter. Strings are being terminated by a …
19th February 2024
Hi Hideyuki, ASCII is a proper subset of Unicode, which means that Unicode includes all the characters that can be encoded in ASCII, plus many more. as we can see …
17th February 2024
We spent some more time to investigate what is going on. The external system accesses the WebService for some GetParameterValue requests on a regular basis (e.g. each 30 minutes). As …
17th February 2024
Hi Manuel, I believe there is no option to show the history alarms. The shape data ‘AlarmSummary’ allows you to show active alarms, masked larms and information events (including suggestion …
16th February 2024
I tried the method you are using from both an automation and a connector and it seems to be broken for me as well. I can’t get text to display …
16th February 2024
Hi Reinout, I believe your use case is similar to this other one Download Button path outside Skyline Dataminer Folder (not http) – DataMiner Dojo In there, the DownloadButton class …
16th February 2024
Its seems like because you are taking the message as a parameter the first thing to do would be to check that is is in fact not null or whitespace …
16th February 2024
Hi Shawn, The file information displayed in the Cube About window is generated once at startup of SLNet and cached throughout its lifetime. For everything in the Files\* folder that …
16th February 2024
Hi Jon, Pretty similar solution to João, but maybe a bit more fleshed out can be found here: https://github.com/SkylineCommunications/SLC-AS-Example_InteractiveAutomationScriptToolkit/tree/main/IAS_DynamicButtonList_1
16th February 2024
Hi Jon, You should be able to use the Interactive Automation Script Toolkit NuGet together with Class library NuGet to achieve what you are after. Have a look at this …
16th February 2024
There is currently no easy-to-use way to export a DOM model and deploy it to another agent in an automated way. There is however something on the horizon that will …
16th February 2024
Hi Miguel, Thank you for your response. To use the information event is a good idea and indeed i can see event informations being created when the view property changes …
16th February 2024
Hi, I believe that DLL is part of DataMiner core software so if the only NuGet where it could be available would have to be in DataMiner Dev Packs (see: …
16th February 2024
Hi Michael, For this use case, the best approach is to use information evens to trigger the correlation rule (see DataMiner Docs, option ‘Accept Information Events’). However, I was not …