exportDimensionMapping

Exports mapping rules of a specific Oracle Enterprise Data Management Cloud dimension for a location to create a mapping rule file and, optionally, uploads the exported file to the Data Management inbox of another Oracle Enterprise Performance Management Cloud environment.

Applies to

Oracle Enterprise Data Management Cloud

Required Roles

Service Administrator, User (with Data Manager permission)

Usage

epmautomate exportDimensionMapping APPLICATION DIMENSION LOCATION FILE_NAME [connection=NAME] where:
  • APPLICATION is the name of an Oracle Enterprise Data Management Cloud application
  • DIMENSION is the name of an application dimension
  • LOCATION is the specific location for which mapping rules should be exported.
  • FILE_NAME is the name of the CSV file for storing the exported mappings. This file is created in the staging area if connection parameter is not set; you can download it to a local computer using the downloadFile command or use the copyFileFromInstance command to copy the file to another EPM Cloud environment.
  • connection=NAME, optionally, identifies a connection name (instance location) defined in Oracle Enterprise Data Management Cloud. If specified, EPM Automate uploads the exported file to the default upload location of the target environment.

    Note:

    The credentials specified in the connection must have the access rights to write to the target environment.

Examples

  • Export to the staging area: epmautomate exportDimensionMapping USOperations Entity Loc1 Loc1Mappings.CSV
  • Export and upload to the inbox of the target EPM Cloud environment: epmautomate exportDimensionMapping USOperations Entity Loc1 Loc1Mappings.CSV Connection=EPM_cloud_pln