Hyperion On-Premise, Cloud and OneStream
Documented Issues which I faced in my daily work on Oracle EPM(On-Premise and Cloud), and also on OneStream
Followers
Tuesday, January 27, 2026
EPM - How to load Attributes in to PBCS application
Wednesday, January 21, 2026
EPM DM - File data load with Period and Year columns to EPM Planning
EPM DM - File data load with Period and Year columns to EPM Planning.
If you are getting Period and Year in the source file itself, to load data we need to use Explicit option Data Load rule, which will connect to Source Period mapping, where we can update periods to match with source file.
No need of Period dimension in Import format for this method. Year you can map to Years.
If you are using multi-period in the file, update all periods in Source Period mapping.
For clear reference, refer below video:
https://www.youtube.com/watch?v=h-pHcRT6rgU
Thanks,
Mady
Tuesday, September 9, 2025
EPM DM - BIP Report as a Source to EPBCS
EPM DM - BIP Report as a Source to EPBCS
As part of data loading we can pull data from different source systems. Using Data Source option, we can pull directly BIP report from Fusion application.
- Create Source application with Oracle Cloud ERP(Custom), here we are creating source for workforce data. We need to upload and browse for the Report template, to get source columns as members of Source application.
- Go to option, where we need to update Fusion application, fill other parameters as per report requirement.
- Create an import format with Source and Target(EPBCS), map dimensions of source and target.
- Try to import data and check are we getting data or not. In case of any issue in pulling data, check Report permissions in ERP.
Friday, June 27, 2025
OIC - Business Rule
How to execute Business Rule using OIC
Create and launch business rule without any issues. Then Navigate to Application and select Jobs. Create Job with business rule.
In OIC: Use below with Post method:
/HyperionPlanning/rest/v3/applications/NFPR/jobs
Request:
Json:
{
"jobType" : "RULES",
"jobName" : "aso to bso dr"
}
Response:
{
"status" : "",
"jobId" : ""
}
To check Status:
/HyperionPlanning/rest/v3/applications/NFPR/jobs/{jobIdentifier}
Use Get Method, Attach JobId with JobIdentifier in mapping
Response:
{"status":"","details":""}
Thanks,
Mady
OIC - To place file in Amazon S3 Bucket
To place file in Amazon S3 Bucket - we can use below method:
Use Put Object to place file into S3 Bucket.
Thanks,
Mady
OIC - Upload file
To upload file into EPM inbox/outbox folder or into EPM - DM - inbox folder, we can use below:
/interop/rest/11.1.2.3.600/applicationsnapshots/{applicationSnapshotName}/contents
Needs to use Post Method
Request: Select Binary Method
Use Post with below response:
{
"status" : "",
"details" : ""
}
Thanks,
Mady
Wednesday, June 4, 2025
OIC - To get file from Amazon S3 Bucket
To get file from AWS bucket:







