I am currently trying to create some automation to login and export a dimension. My only issue is based on what the EPM Automate is telling me I need for parameters is not working. Can someone help?
These are the parameters it is looking for and below that is what I have entered.
D:\Oracle\EPM Automate\bin>epmautomate login help
Usage: epmautomate login username password url identitydomain
Parameters:
username Administrative user to execute subsequent commands
password Password of the user
url Url of the cloud server environment
Syntax: http[s]://abcd.oracle.com:1234
identitydomain Name of identity domain within the oracle public cloud s
ervice
Syntax: OxcorpProduction
epmautomate login scaryjoe@myemail.com JoesPassword
https://company23411.pbcs.us2.oraclecloud.com company23411
The above syntax is just being returned with
EPMAT-11:Service Unavailable
Please help.