In our use case, we have a cluster composed of a Frontend and a Backend Agent.
We have an automation script that is retrieving external data which is only accessible via the Backend Agent. The users only have access to the Frontend Agent. They are using a hyperlink in the alarm console to trigger this script.
Running this script from the Frontend causes issues since the Frontend has no access to the data source. Is there a way to force a script, triggered by a hyperlink, to run from a specific DataMiner Agent? (Similar to what is already possible with Scheduled Tasks where the user can define the Agent where the task should run)
Hi Joao,
Please take a look at the following questions:
How can I execute an automation script on multiple DMA - DataMiner Dojo
Ive, thank you very much for your input. I forgot to mention a very important detail. This wasn’t a standard Script, it was an Interactive one so we needed an additional user GUID to trigger the second script. This second part is resolved in the following question: https://community.dataminer.services/question/retrieving-user-guid-from-an-automation-script/