Data storage dimension build enterprise planning cloud

This 25-minute hands-on tutorial shows you how to use EPM Automate to export dimension metadata from Enterprise Data Management Cloud, copy it to a Planning environment, and then import the metadata into Planning. The sections build on each other and should be completed sequentially.

Background

Enterprise Data Management Cloud provides multiple solutions for managing changes in your business by ensuring consistency across enterprise data, even across disparate applications.

You can export dimension metadata from Enterprise Data Management Cloud to a Planning instance manually or by using the EPM Automate utility. You can also create a Groovy business rule in Planning that calls the Enterprise Data Management REST API to export the dimension metadata, then imports the metadata to Planning using a saved import job.

In this tutorial, you update the Product dimension in Enterprise Data Management Cloud and then synchronize the changes to Planning using EPM Automate.

See the Next Steps section for links to tutorials on manually exporting and importing, and using Groovy rules.

Prerequisites

An EPM Cloud Service instance allows you to deploy and use one of the supported business processes. To deploy another business process, you must request another EPM Enterprise Cloud Service instance or remove the current business process.

Tip: If you have already set up these instances for one of the tutorials listed in the Next Steps section, you can continue to use the same environments and skip these prerequisites tasks. Your results may vary from those shown in the screenshots for this tutorial, depending on whether and in which order you have completed the related tutorials.

Adding a product in Enterprise Data Management Cloud

Currently, the Product dimensions in Enterprise Data Management Cloud and Planning are in sync. In this section, you add a new product to the Corporate Planning application in Enterprise Data Management Cloud.

  1. On the Enterprise Data Management Cloud home page, click Views. Enterprise Data Management Cloud home page with Views highlighted
  2. Click Corporate Planning to open the view. Enterprise Data Management Cloud list of views
  3. Select the Product viewpoint. Enterprise Data Management Cloud Product viewpoint
  4. In the Product hierarchy, expand Total Product, then All Product, and then Tablets. Enterprise Data Management Cloud Product viewpoint with hierarchy expanded
  5. Click New Request to add a product. Enterprise Data Management Cloud Product viewpoint with hierarchy expanded and New Request button highlighted
  6. In the Tablets row, click the Actions icon ( ) and select Add Child. Enterprise Data Management Cloud request adding a child
  7. Enter property values for the new product (for any properties not listed in the table, use the default value):

Property Value
Name Tablet 13 in
Description Tablet 13 in
Plan Type (Plan1) False

Enterprise Data Management Cloud properties for the new product Click Submit to commit the changes. Enterprise Data Management Cloud submit request
You receive a message that the request was successfully submitted. Enterprise Data Management Cloud request submitted successfully.

Note: Submitting the request validates your changes. If there are no validation issues and there is no approval workflow defined, the changes are immediately commited to the dimension.

Creating an import job in Planning

With EPM Automate, you can import files stored in the Planning Inbox/Outbox by referencing a saved import job. In this section, you create an import job for the edmc-product.csv file, which you will export from Enterprise Data Management Cloud using EPM Automate.

  1. Open a new browser tab and log in to your Planning instance. From the home page, click Application, and then click Overview. Planning home page with Application and Overview highlighted
  2. Select the Dimensions tab, and then click Import. Planning Application Dimensions tab
  3. In the Import Metadata dialog box, click Create. Planning Import Metadata dialog box with Create highlighted
  4. For Location, select Inbox. In the Product dimension row, enter Product-epma.csv, and accept the default (Comma delimited) for the File Type. Planning Import Metadata dialog box with the Product dimension row highlighted
  5. Click Save as Job. Planning Save as Job dialog box blank
  6. Configure the job:
  7. Name: Import_Product
  8. Error File: edmc_product_error

Note: This file provides information about the metadata records that were not imported for each dimension. If you specify an error zip file, a separate error file is created for each dimension, then the error files are zipped together, and the zip file is stored in the Outbox where you can download the file using Inbox/Outbox Explorer.

You must refresh the database after modifying dimensions and members. In a production environment, Oracle recommends that you notify all users, asking them to save their work and close the application, before you refresh the database. For more information on database refreshes, please see Before Refreshing the Database in Administering Planning.

Planning Save as Job dialog box with values entered

  • Click Save, then click OK to close the information message.
  • Click Close to close the Import Metadata dialog box that lists dimensions.
  • In the Import Metadata dialog box that lists saved import metadata jobs, click Refresh to view the job you created. Planning import metadata jobs list
  • Click Close, then return to the Planning home page.
  • Downloading and installing EPM Automate

    In this section, you download and install the EPM Automate client.

    These instructions are for installing and working with EPM Automate on Windows. For installation instructions for Mac OS X or Linux, please see Installing EPM Automate on Linux/UNIX/Mac OS X.

    1. On the Planning home page, select your user name (in the top right corner), and click Downloads. User downloads
    2. In the EPM Automate row, click Download for Windows. Download EPM Automate for Windows
    3. Save EPM Automate.exe to your local drive.
    4. Open Windows Explorer and browse to the location where you saved EPM Automate.exe
    5. Double-click EPM Automate.exe to start the installer.
    6. By default, EPM Automate will be installed to C:\Oracle\EPM Automate . You can accept the default or click Change to change the destination folder. EPM Automate installation destination
    7. Click OK to start the installation. The installation may take several minutes to complete.
    8. At the successful completion message, click OK.

    Exporting and importing dimension metadata interactively in EPM Automate

    In this section, you enter interactive commands in EPM Automate to export the Product dimension metadata from Enterprise Data Management Cloud, copy the exported file to your Planning instance, and import the dimension metadata into Planning.

    1. In Windows Explorer, browse to the directory where you installed EPM Automate, and open the bin folder. EPM Automate bin folder
    2. Double-click epmautomate.bat to open a command window. EPM Automate CMD window
    3. Log in to Enterprise Data Management Cloud using the user name, password, and URL for your instance:

    epmautomate login USER_NAME PASSWORD URL
    Note: For more information about the login command, see the documentation.

    EPM Automate logged in to Planning

    Optional: If you receive a message that a newer version of EPM Automate is available, upgrade EPM Automate:

    epmautomate upgrade

    EPM Automate upgrade

    Export the Product dimension from the Corporate Planning application to the Product.csv file in the Enterprise Data Management Cloud staging area:

    epmautomate exportdimension "Corporate Planning" Product Product.csv

    EPM Automate export dimension command

    Note: For more information about the exportdimension command, see the documentation.

    Tip: If you have already set up a connection to your Planning instance, you can export the dimension directly to Planning inbox by adding the connection=NAME parameter to the exportdimension command, which lets you skip steps 6 and 9 below.

    epmautomate encrypt PASSWORD KEY FILE_PATH\EDMpassword.epw

    EPM Automate encrypt command

    The encrypt command uses Advanced Encryption Standard (AES) to encrypt an EPM Cloud password, and optionally, the internet proxy server password, and stores it in a password file. Encrypting a password is a one-time process.
    An encrypted password file is required to copy an export file from Enterprise Data Management Cloud to your Planning instance. It is also a recommended best practice to avoid using clear passwords in an unsecure file if you are creating batch files for EPM Automate.
    For more information about the encrypt command, see the documentation.

    epmautomate logout

    EPM Automate logout command

    Log in to your Planning instance using the EPM Automate login command.

    Tip: Refer to step 3 above for the command syntax and sample.
    epmautomate copyfilefrominstance SOURCE_FILE_NAME EDMC_USER_NAME PASSWORD_FILE EDMC_URL TARGET_FILE_NAME

    EPM Automate copyfilefrominstance command

    For more information about the copyfilefrominstance command, see the documentation.

    epmautomate importmetadata Import_Product

    EPM Automate importmetadata command

    Note: This command calls the saved import job Import_Product that you created in the "Creating an import job in Planning" section.
    For more information about the importmetadata command, see the documentation.

    Tip: Refer to step 7 above for the command syntax and sample.

    Viewing import results

    In this section, you return to Planning and verify that the new product was imported in the Product dimension.

    1. From the Planning home page, click Application, and then click Overview. Planning home page with Application and Overview highlighted
    2. Select the Dimensions tab.
    3. In the Cube drop-down, select OEP_FS. Planning Application Dimensions tab, selecting a cube
    4. Click Product to view the Product dimension. Planning Application Dimensions tab, selecting the Product dimension
    5. Expand Total Product, then All Product, and then Tablets. Verify that the new product, Tablet 13 in, was added to the dimension. Planning OEP_FS Product dimension, with the new product displayed

    Next Steps

    Related Links

    Integrating dimension metadata from Enterprise Data Management Cloud with Planning using EPM Automate