OneStream System Administration will be handled by below, which Admin only can access.
Documented Issues which I faced in my daily work on Oracle EPM(On-Premise and Cloud), and also on OneStream
Followers
Sunday, November 13, 2022
OneStream Admin Screen
Tuesday, November 8, 2022
OneStream Basics1
Some basics you can find here, which we will update regularly.
In OneStream, We can access URL in 3 types.
- Desktop Version with help of Client
- Web URL - Heard that Web URL going to discontinue in few days, as silver light support needed for the same
- Excel like SmartView in Hyperion
- System Defined Dimensions - Parent, Consolidation, Time, View, Origin, IC
- User Defined Dimensions - Entity, Scenario, Account, Flow, All User Defined Dimensions 8
- Parent Dimension will create by creating Entity.
- Consolidation dimension will create by creating Currency.
- Once we define Start and End Year in Application Properties, Time dimension will get create by the system Years along with Months
- View Dimension will create by system along with Periodic members QTD, YTD etc. This dimension will expect anything like above dimensions, view dimension completely create by system.
- Origin Dimension also as View Dimension, System will create automatically. We need to tell the system about from when data is coming from, like import or Forms etc.
- IC - Inter Company - Which we need to tell system about the Entity as it is Inter Company or not.
Wednesday, November 2, 2022
How to load metadata into EPM Planning Cloud
To load metadata into EPM Cloud Planning applications
For example: Account dimension:
Go to Navigate (3 lines in left top corner), Go to Application then select Overview.
Next select Dimension tab, Select Cube (depends on dimension and cube preferences)
Then select Import option in the right side.
Then Select Create Option in the below page
Monday, October 24, 2022
How to change Planning Application Owner in 11.1.2.4
Only one user can be the owner of a Planning application. That user has all the ordinary rights of an administrator user, plus the additional rights to delete the application.
The user who created the application originally (or deployed it from EPMA originally) is the initial owner. Only that user can hand over ownership to another administrator user. To hand over the ownership (assuming you know who the owner is):
- Log into the Planning application with the application owner
- Administration > Application > Settings
- At the bottom of this page is a menu that allows the owner to hand over the ownership to any other provisioned administrator for this application. Only the owner can see this menu.
If you do not know who the owner is, the easiest way to determine this is by looking in the Planning application database schema. You can also change ownership directly in the tables, although we recommend that it is changed via the user interface, as above.
- Before making any manual changes to the relational repository please ensure that you have a working backup of the database.
- Look at the contents of the HSP_USERS table. The owner has a ROLE value of 3. Ordinary administrators have a ROLE of 0.
- Make a note of the USER_ID of the user with a ROLE of 3.
- Look in the HSP_OBJECT table for a record with an OBJECT_ID that matches the USER_ID recorded in the previous step.
- This record's OBJECT_NAME is the user name of your application owner.
If you want to reset ownership you can change the ROLE of an existing administrator to 3, and set the current owner's role to 0. As above, you will need to look at the HSP_OBJECT table to work out which user corresponds to which USER_ID.
Restart the Planning service after modifying the database in order for the changes to take effect
Reference: How to View or Change a Hyperion Planning Application Owner (Doc ID 1327618.1)
Hyperion Planning Migration but Target app name wants different?
Sometimes we will get request to migrate Hyperion planning application but wants to import it with new name. We can do that with below steps. This is not oracle recommended method, but we can do this for testing apps.
Change application name in below files
1. Update application name and data source name in Application definition in below path.
resource/Configuration/Properties/Application Defination.xpad
2. Update application name in import.xml files. change in all import.xml files.
Then zip the folders again and upload to shared services.
While importing, in the popup it should show new application name. We must create data source for new application.
Thanks,
Mady
How to start OHS in Hyperion/EPM 11.2.x Version
However, when we try to start Oracle HTTP Server service up to 11.1.2.4 version, we can just go to services and start service. Just right click and start.
But 11.2.x, version is different in starting OHS http server, first we have to Oracle Weblogic http Server in server, then go to below path and execute command using command below:
Path: EPM_ORACLE_INSTANCE\httpConfig\ohs\bin
StartComponent ohs_component
Thanks,
Mady
EPM Integration Agent
EPM Agent
Installation Steps:
1. Download EPM Agent from below
location:
Go to
Navigate -> Application -> Data Exchange
Go to Actions -> Download Agent
Once EPM Agent downloaded, Extract the same in to EPMAgent folder
Once
Extract done, go to EPMAgent\bin folder
Open Cmd
and Execute below command to create Application Folders
You will get prompt as Create application folders script completed.
2. Download JDK and install Java.
3. Setup EPM Integration Agent, follow
below steps
Browse to location C:\EPMAgentData\config, Edit agentparams.bat file
Then execute below command to start EPM Integration Agent as shown below
Note: To Encrypt password, we can use encrypt utility
Thanks,
Mady