APIGateway is unavailable error
19th June 2024
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 …
Answer
19th June 2024
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 …
19th June 2024
Hi John, Currently it is only possible to do this by manipulating the app files themselves, there is no UI for this. You can assign a/multiple section to a LCA …
19th June 2024
Hi Amer, The Widgets should contain this value you add to the display. But keep in mind they only happen if you first shown your UI first and the Widgets …
19th June 2024
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 …
19th June 2024
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 …
18th June 2024
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.
18th June 2024
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 …
18th June 2024
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).
18th June 2024
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 …
18th June 2024
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 …
18th June 2024
Hi Baranisudha, Please check the reply from question Is it possible to find the element using IP address with engine.FindElements() – DataMiner Dojo. From there you will have a string …
18th June 2024
Hi, Would the answer to this question help you further: How can I execute an automation script on multiple DMA – DataMiner Dojo ? If the automation script is executed …
18th June 2024
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).
18th June 2024
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 …