APIGateway is unavailable error

I would need to investigate further but some possibilities I could think of with the limited information at hand: DataMiner is not running, this will lead to the above error …

Parse multiline value

Hi, Can I ask if the value shown in you picture is shown on your element linked with the connector you developed or visible in the streamviewer? In the connector …

APIGateway is unavailable error

Hello Srikanth, can you please check if the DataMiner APIGateway is listed under the installed Programs on the DMA Server? If not, try to install it manually. The installer can …

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 …