Windows Defender on DMA
22nd March 2023
Good question! We indeed may need to clarify this in our documentation… Defender is indeed an Antivirus, but this one is actually the least intrusive one and it also runs …
Answer
22nd March 2023
Good question! We indeed may need to clarify this in our documentation… Defender is indeed an Antivirus, but this one is actually the least intrusive one and it also runs …
22nd March 2023
Just to add a documented alternative for reference: So not directly in automation, but you could use the wepAPI to GetElementsForProtocol | DataMiner Docs and then similarly iterate them and …
22nd March 2023
Yes, I would most definitely recommend it. If an upgrade becomes available, it’s always best to install it. Any upgrade is well tested, and it will bring you new features …
22nd March 2023
Hi Jens, To start you can use the FindElementsByProtocol call to retrieve your elements. You can use it with just a connector name Element[] elements = engine.FindElementsByProtocol(“Protocol Name”); or with …
22nd March 2023
Hi, At this moment the class library doesn’t support yet creating an element with a (smart)serial connection. I would suggest to use an “AddElementMessage” SLNet call to create the element …
22nd March 2023
At the moment it’s only possible to configure this per dashboard (see docs). It’s on our backlog to add this functionality on folder level (DCP188615).
22nd March 2023
Hi, The License number displays the ones that are active and that are counting for the license (stopped elements don’t count). The System Center shows all elements on the DMA …
22nd March 2023
On the license tab, the counter indicates the number of Elements considered for the licensing check ( standard elements and regular DVE, in a non-stopped state). The other counters considers …
22nd March 2023
Hi Jan Piet As you can see in your screenshot, the supported products have ProductArchitecture amd64. As you are running ARM, the extension can not be installed. We haven’t tested …
22nd March 2023
Hi Jens, see https://docs.dataminer.services/user-guide/Reference/Skyline_DataMiner_Folder/More_information_on_certain_files_and_folders/Hyperlinks_xml.html#filterelement. This optional attribute can be used to add a conditional hyperlink. The hyperlink will only be displayed for alarms matching the specified filter.
22nd March 2023
Hi Jens, the following method can be used to acknowledge the alarm. If a user launches the script manually or attaches to it interactively, that user will become the owner …
22nd March 2023
Hi Jens, I have the following code on a connector: public static void TakeAlarmOwnership(this SLProtocol protocol, int dmaId, int alarmId, string message) { if (protocol == null) { throw new …
22nd March 2023
Hi, you can use the BookingData Visual Overview component, which lists the nodes, resources and profile parameter values included in the booking. Note that this component is still in soft-launch …
22nd March 2023
Hi Aditiben, If you want to wait for 1 minute in a script, this can easily be achieved with the following line of code: engine.Sleep(60000) More info …
21st March 2023
Hi, Currently, this is not supported. We do have a project on our backlog to map out which services can be moved away from running as Local System in the …