Tag Archives: EPM Cloud

How can I use the Oracle Cloud Infrastructure (OCI) to create my LCM Snapshots for Enterprise …

This article describes how a customer can download a snapshot from an EPM Cloud instance on an OCI (Oracle Cloud Infrastructure) instance, and then archive it to either an Object Store or OCI block storage. Downloading a Snapshot from an EPM Cloud Instance

There are two ways (REST API and EPM Automate) to download a snapshot from an EPM Cloud instance on an OCI instance.

  • REST API

curl -u username:password serviceURL /interop/rest/11.1.2.3.600/applicationsnapshots/Artifact Snapshot/contents > snapshotFile

Example:
curl -u joe.smith@xyz.com:Su12!* https://planning-domain.pbcs.us2.oraclecloud.com/interop/rest/11.1.2.3.600/applicationsnapshots/Artifact Snapshot/contents > snapshot

mv snapshot snapshot.zip

For more information, refer to REST API documentation for downloading LCM snapshots.

  • EPM Automate

epmautomate downloadfile “Artifact Snapshot”
mv “Artifact Snapshot.zip” snapshot.zip

At the end of this step, you will have a snapshot file named snapshot.zip

For more information, refer to EPM Automate documentation for downloading files.


Archiving a Snapshot on an Object Store:

1. Create OCI Bucket for snapshots

A Compartment is required to provide permissions and access to Object resources. In the OCI Console, create the Compartment with the related Namespace and a Bucket (if they do not already exist). The Object Storage namespace serves as a top-level container for all buckets and objects and allows you to control bucket naming within your tenancy.

Examples:
Namespace:         epmclouddev
Bucket name:         lcm_backup

 

2. Upload to Object Store - two options.

3. Verify uploaded snapshot

You can verify the existence of the upload with the following GET command in the oci-curl program:

 ./oci-curl.sh objectStoreURL get “/n/namespace/b/bucket/o/” > {"objects":[{"name":“snapshotName"}]}

Example:

./oci-curl objectstorage.us-phoenix-1.oraclecloud.com get “/n/epmclouddev/b/lcm_backup/o/”

Returns:
> {"objects":[{"name":“snapshot}]}

 

Archiving a snapshot on OCI Block Storage

Syntax:
timestamp=`date +%m_%d_%Y_%I%M`
mv  snapshot.zip snapshot_${timestamp}.zip

For more information, refer to EPM Automate example of archiving a snapshot to local storage.

=============================================================================================================

Refer to the links below for more information:

Consolidation Best Practices with Financial Consolidation and Close (FCCS)

Consolidation Best Practices with Financial Consolidation and Close If you are interested in reviewing the detailed information that was presented during the partner briefing on FCCS Consolidation Best Practices, then review the attached presentation. It includes information related to Metadata Validation and Calculation Concepts.

Thank you to the following people for providing the information on this topic:

  • Keith Glide – Product Management
  • Shailesh Kumar – Development
  • Raghu Surisetty – Development

 

Refer to the links below for more information:

What’s New and Coming in Financial Consolidation and Close

What’s New and Coming in Financial Consolidation and Close? Thank you to Yuen Man Boronski for providing the detailed information in the attached presentation.

Upcoming Enhancements (2HCY19)

  • Equity Pickup
  • User-Defined Rate Accounts
  • Opening Balance Override
  • Simplified Metadata
  • Additional Consolidation Members for Input

Refer to the links below for more information:

Oracle Smart View for Office 11.1.2.5.900 is available

Hyperion Product Management recently advised the release of a Patch Set Update (PSU) for Oracle Smart View for Office 11.1.2.5.x

Patch Set Update: 11.1.2.5.900 Oracle Smart View for Office Patch 29637209

 

This PSU download is available from the  My Oracle Support | Patches & Updates section.

This document includes important, late-breaking information about this release of Oracle Smart View for Office. Review the Readme thoroughly before installing Smart View.

About the New Features in this Release

This section includes new features in Release 11.1.2.5.900.

To review the list of new features from earlier releases, use the Cumulative Feature Overview tool. This tool enables you to identify the products you own and your current implementation release. With a single click, the tool quickly produces a customized report of new feature descriptions. This tool is available here.

 

New Features:

  • About the New Features in this Release
  • EPM Cloud Features
  • Oracle Analytics Cloud - Essbase Features
  • Essbase and Oracle Analytics Cloud - Essbase Features
  • Oracle Enterprise Performance Reporting Cloud 19.05 Features
  • New Health Check Option: Browser Emulation Mode
README:

Refer to the Readme files for information pertaining to the above requirements. The Readme file should also be consulted prior proceeding with the PSU implementation. This document contains important information that includes supported paths, implementing and configuration steps, list of new features and defects fixed, along with additional support information.

It is important to ensure that the requirements and support paths to this patch are met as outlined within the Readme file.

The Readme file is available from the Patches & Updates download screen.

More Information:
  • Available Patch Sets and Patch Set Updates for Oracle Hyperion Smart View for Office (Doc ID 2220997.1)
  • Smart View Support Matrix and Compatibility FAQ (Doc ID 1923582.1)

 

How to Check the Oracle Cloud Infrastruture (OCI) Service Health Dashboard and Subscribe to …

Did you know about the OCI Service Health Dashboard where you can get current status information and subscribe to notifications about interruptions to services in your region? 

To learn more about how to sign up for OCI Status Alerts and add a recipient see How to check OCI Status and Subscribe to Status Notifications (Doc ID 2377379.1).