Windows Defender on DMA

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 …

Dataminer Extension Modules : Upgrades

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 …

Create element with SmartSerial Connection from script

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 …

Dashboard Folder Restrict User

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).

How many elements has a DMA?

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 …

How many elements has a DMA?

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 …

Show alarm hyperlinks for elements of a specific connector

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.

Code example – Take alarm ownership

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 …

Code example – Take alarm ownership

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 …

SRM Booking Manager details of a booking

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 …