When triggering an automation script. What hardware is used as the target for executing the script.
i.e.
- DMA where automation is executed
or
2. Cube client which triggers script
or
3. combination of DMA server + Client session (What is the split) Can this be defined in the automation script.
NOTE: This question come up as our client would like to introduce very powerful client platforms to carry loads when executing automation tasks.
That is all depending on where the trigger is coming from.
If a client clicks on the "Execute" button of an automation script then the DMA is going to execute that script where the client is connected to. I.e. if I'm connected with my client to serverA in the DMS then it will be serverA that is going to execute the automation script. When you want to always run the automation script from a certain DMA then work with a subscript as explained here
If a correlation rule is triggering an automation script (action is run script of the correlation rule) then you can specify on what DMA to execute it.
If a scheduled task is executing an automation script then it will be where that scheduled task is configured to run where also the automation script will be running.