...
Install Oracle EPM Cloud Adapter
Open CXO Configurator and go to Maintenance tab and click on “Register Services and Websites”
In “Register Services and Websites” select “Register Oracle EPM Adapter Api” and add correct service account credentials
Create Client in CXO Identity Provider
...
Create a new source system in the SSM for the correct source type: Oracle EPM Planning / Oracle EPM Financial Consolidation and Close. This should create:
Fact database
SSAS cube
Run Open command line as Administrator and run configuration database creation command: e.g.
.\CXO.Adapter.OracleCloudEpm.Cli.exe create-configuration-db server-name:cxo-dev-sql02 database-name:oracleEpmConfigTest authentication-type:Proprietary username:cxo password:somePassword
Parameters:server-name: name of the server on which the database should be created
database-name: name of the database to be created
authentication-type: windows / proprietary
username: SQL user name (if authentication-type == proprietary)
password: SQL user password (if authentication-type == proprietary)
...