Know the latest news and new features of HFM, FDMEE, ESSBASE, PLANNING, DRM, EPM CLOUD, FCCS, PBCS, TRCS, EDMCS, Complex integrations and configurations, How-to modules, Various new setup configurations, Release dates, Patches and Updates, and known issues.
Thursday, March 10, 2022
Configuring SSO (Single Sign On) : From Cloud ADFS server to Oracle EPM applications (Old generation)
Tuesday, March 8, 2022
How to bring specific URL`s as Shared connection in Excel smartview
Requirement
There are two URL`s which needs to be used and connected as shared connection in excel smartview.
Users don`t have to enter the URL manually when they want to connect to that environment.
Rather they want an option where if they click on Shared connection and click on the drop down it should list those two required URL`s
Create a XML file in the below format, Save and name that file as "SharedConnection"
<?xml version="1.0" encoding="UTF-8"?>
<res_GetProvisionedDataSources>
<Product id="HP" name="name" displayVersion="version">
<Server name="ENVIRONMENT 1" context="https://<URL>/SmartView"></Server>
</Product>
<Product id="HP1" name="name" displayVersion="version">
<Server name="ENVIRONMENT 2" context="https://<URL>/SmartView"></Server>
</Product>
</res_GetProvisionedDataSources>
Save the file to the location where smartview is installed "C:\Oracle"
Then Close Excel and reopen - You will find those two URL as shown below
Thursday, March 3, 2022
Configuring SSO : Other sources with Oracle (Oracle Fusion General Ledger)
Quick links
OPC IDP File Gneration -
https://<POD NAME>.login.<DC>.oraclecloud.com/fed/IDP/metadata?signid=osts_signing_sha256&encid=osts_encryption_sha256&sigalgm=SHA-256
Eg :
https://EGUP-DEV5.login.us2.oraclecloud.com/fed/idp/metadata?signid=osts_signing_sha256&encid=osts_encryption_sha256&sigalgm=SHA-256
OCI SP File Generation -
https://login-<POD Name>-saasfaprod1.fa.ocs.oraclecloud.com/fed/sp/metadata?signid=osts_signing_sha256&encid=osts_encryption_sha256&sigalgm=SHA-256
Eg :
https://login-esax-test-saasfaprod1.fa.ocs.oraclecloud.com/fed/idp/metadata?signid=osts_signing_sha256&encid=osts_encryption_sha256&sigalgm=SHA-256
OCI IDP File Generation -
https://login-<POD Name>-saasfaprod1.fa.ocs.oraclecloud.com/fed/idp/metadata?signid=osts_signing_sha256&encid=osts_encryption_sha256&sigalgm=SHA-256
Eg :
https://login-esax-test-saasfaprod1.fa.ocs.oraclecloud.com/fed/idp/metadata?signid=osts_signing_sha256&encid=osts_encryption_sha256&sigalgm=SHA-256
Tuesday, February 22, 2022
Oracle Cloud EPM : How to Export and Import Period mapping in Data management / Data exchange
Oracle EPM Cloud Data Management : How to define a Sub-String in Import format
Requirement
From a source dimension (Ex. Cost center), during the import to data load workbench, we need only the values starting from 5th position, and 6 characters from that. Rest all we need to ignore during import.
Example : CCWER500047TY - this is a cost center member
I need only 500047 to be imported to data load workbench
Solution
In the import format use the expression shown below
substr(UD2, 5, 6)
Oracle EPM Cloud - Data Management : How to use special characters, Prefix/Suffix, replace characters using Multi-Dimensional mapping
Source
Map only specific entities (IND, EUR, JAP)
Cost center* dimension begins with (03****)
Target
Map to target Cost center dimension -
- Add a prefix CC
- Members begins with 03**** in source should map to 04**** in target
Tuesday, July 21, 2020
NEW FEATURES IN EPM CLOUD DATA MANAGEMENT - POST RELEASE 20.05
- Oracle
General Ledger
- Fusion
Budgetary Control
- All
ERP Cloud Adapters
- For
Planning, the Period, Year, and Scenario dimensions are derived
automatically based on the data and you do not have to specify any filters
for these dimensions.
- For
Fusion, the Ledger, Scenario, and Accounting Period dimensions are derived
automatically based on the data and you do not have to specify any filters
for these dimensions.
Other posts
How is the data size calculated for a EPM Cloud service instance?
The total size of data used by your EPM Cloud service instance is the sum of the following: Application data stored in Essbase Artifact...
-
Getting ADF_Faces-60097 Error Randomly In Financial Data Quality Management, Enterprise Edition In Hyperion Financial Data Quality Manag...
-
Loading Smartlists in Data Management using Multi-column function ality • Quite a long time we been getting some issues fro...
-
TDATASEG table stores the actual data. However TDATASEG_T tables are the staging tables that holds the data until successful da...