Understanding multisession EPMAutomate
Summary:
Trying to understand what I need to do to run multiple sessions of EPMAutomate against multiple pods. I need to do this as I have processes that go over multiple pods and on several occasions I have failures because when the script runs it may be executing commands from a different pod.
Content (required):
I see that there is this post https://docs.oracle.com/en/cloud/saas/enterprise-performance-management-common/cepma/epm_automate_run_multiple.html
My automation script include
Target1 epm2....
Target2 epm5...
Target3 epm7...
Usually I ran things in serial so execute the activity in the the first pod, log off, log on to next pod do number of activities and repeat until complete. The issue is that I have other automation running that may adversely affect where something is running.