exportDimensionMapping

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

Applies to

Cloud EDM

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 Cloud EDM 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 Cloud EPM environment.
  • connection=NAME, optionally, identifies a connection name (instance location) defined in Cloud EDM. If specified, the command 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 Cloud EPM environment: epmautomate exportDimensionMapping USOperations Entity Loc1 Loc1Mappings.CSV Connection=EPM_cloud_pln