How To Execute EPM Automate Batch Files Of Multiple Instances Simultaneously?
(Doc ID 2751364.1)
Last updated on JUNE 07, 2022
Applies to:
Oracle Planning and Budgeting Cloud Service - Version 21.02.85 and laterInformation in this document applies to any platform.
Goal
How to successfully execute the following two batch files at the same time when one epmautomate process logging out?
Data1.bat
--------------
call epmautomate login <Instance 1>
call epmautomate deletefile xxxxxx
call epmautomate runbusinessrule xxxxxx
call epmautomate logout
--------------
Data2.bat
--------------
call epmautomate login <Instance 2>
call epmautomate deletefile xxxxxx
call epmautomate runbusinessrule xxxxxx
call epmautomate logout
--------------
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |