Cisco Nexus DCF

Hi Randy, DCF is supported since version 1.0.1.2 I’m using latest SLC Main, and it is also working. CISCO Nexus | Catalog (dataminer.services) Regards.

PTP Credentials for Cisco Nexus Connectors

Hi Yuki, PTP information is polled from the Cisco Switch via the Cisco NX-API. Basically, Cisco is embedding CLI commands into the HTTP protocol. The following link may be useful …

Export a file to a local machine folder using automation script

Hi Paul, You can achieve this through the Download Button with an interactive automation script. https://docs.dataminer.services/develop/api/types/Skyline.DataMiner.Utils.InteractiveAutomationScript.Components.DownloadButton.html?q=DownloadButton *Note, this seems to require DataMiner version 10.3.7 (or later).

Any DM user with SPLUNK Integration?

In most cases DataMiner is fetching data from SPLUNK, which is data originating already from various sub-systems below SPLUNK.  Note that this can be very different from one implementation to …

How to mail a dashboard report from automation?

Hi Michiel, to send a report by mail using a C# automation script you could use the PrepareMailReport and SendReport methods. Alternatively you could also use the Email action in …

Dataminer 10.4.7

Hi Gerwin, We’ve had a small delay on 10.4.7, but it should be released by the end of this week. (21/06/2024).

Dataminer 10.4.7

Hi Gerwin, We expect it to be released this week. Regards,

Using dashboard/LCA to monitor 24/7 and avoid automatic disconnection

Hi Miquel, I’ve ran into the same issue and raised a ticket(DCP154739) , there is a workaround: Workaround Recycling can be minimized by tweaking the IIS recycle schedule: https://docs.microsoft.com/en-us/iis/configuration/system.applicationhost/applicationpools/add/recycling/ However, since …

Delete resources using automation script

Hi, You can do this by first getting the resources in that pool and then deleting them. Do note that if those resources are in use by bookings, traceData will …

[LCA] – GQI performance issue

Hi Ward, Thanks for your feedback. Not sure to understand, because as you can see in the following screenshot (GQI query), there is no filter by default when the page …

[LCA] – GQI performance issue

Hi Kévin, A custom operator is indeed a great way to extend, transform, and manipulate data. A custom operator will, for example, do something with each row (in your case, …