Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 535.8K On-Premises Infrastructure
- 138.1K Analytics Software
- 38.6K Application Development Software
- 5.6K Cloud Platform
- 109.3K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
Interface difference in Calculation Manager on production and test

related thread Calculation manager interface after patching 11.1.2.4.008
I have several environments PROD, DEV, TEST, and SYSTEM_TEST
Hyperion EPM 11.1.2.4 installed in all envriroments, but PROD, DEV,TEST updated from 11.1.2.3.50X by maintenance install
and SYSTEM_TEST is a clean install from 11.1.2.4 distributive .
PROD,DEV,TEST - have old interface of Calculation Manager
SYSTEM_TEST (clean install) has new interface
How is it possible ??? During maintenance update I redeploy calculation manager and have actual versions in about window?
Best Answer
-
https://docs.oracle.com/cd/E40248_01/epm.1112/readme/readme_11123500.html
See the section below for: Switch it from Bindows to ADF in Windows
Switching Calculation Manager User Interface
If you experience performance issues in this release of Calculation Manager, you can switch from using Calculation Manager in Oracle’s Application Development Framework (ADF) user interface components to the 11.1.2.3.000 user interface components used in previous releases such as 11.1.2.3.000.
Note: WebSphere shared library files are not configured for Calculation Manager. You must enable the Bindows UI for Calculation Manager to work on WebSphere.
To switch from ADF to Bindows in Windows:
- Run the following command:
<Middleware_Home>/user_projects/epmsystem1/bin/epmsys_registry.bat addProperty /CALC_MANAGER_PRODUCT/@BINDOWS_ENABLED true
Note: The default for <Middleware_Home> is C:/Oracle/Middleware
- Restart the Calculation Manager server.
To switch from Bindows to ADF in Windows:
- Run the following command:
<Middleware_Home>/ user_projects/epmsystem1/bin/epmsys_registry.bat removeProperty /CALC_MANAGER_PRODUCT/@BINDOWS_ENABLED
- Note: The default for <Middleware_Home> is C:/Oracle/Middleware
- Restart the Calculation Manager server.
To switch from ADF to Bindows in Linux or Unix:
- Run the following command from <Middleware_Home>/user_projects/epmsystem1/bin:
./epmsys_registry removeProperty /CALC_MANAGER_PRODUCT/@BINDOWS_ENABLED true
Note: The default for <Middleware_Home> is $HOME/Oracle/Middleware
- Restart the Calculation Manager server.
To switch from Bindows to ADF in Linux or Unix:
- Run the following command from <Middleware_Home>/user_projects/epmsystem1/bin:
./epmsys_registry removeProperty /CALC_MANAGER_PRODUCT/@BINDOWS_ENABLED
Note: The default for <Middleware_Home> is $HOME/Oracle/Middleware
- Restart the Calculation Manager server.
-Sree
Answers
-
https://docs.oracle.com/cd/E40248_01/epm.1112/readme/readme_11123500.html
See the section below for: Switch it from Bindows to ADF in Windows
Switching Calculation Manager User Interface
If you experience performance issues in this release of Calculation Manager, you can switch from using Calculation Manager in Oracle’s Application Development Framework (ADF) user interface components to the 11.1.2.3.000 user interface components used in previous releases such as 11.1.2.3.000.
Note: WebSphere shared library files are not configured for Calculation Manager. You must enable the Bindows UI for Calculation Manager to work on WebSphere.
To switch from ADF to Bindows in Windows:
- Run the following command:
<Middleware_Home>/user_projects/epmsystem1/bin/epmsys_registry.bat addProperty /CALC_MANAGER_PRODUCT/@BINDOWS_ENABLED true
Note: The default for <Middleware_Home> is C:/Oracle/Middleware
- Restart the Calculation Manager server.
To switch from Bindows to ADF in Windows:
- Run the following command:
<Middleware_Home>/ user_projects/epmsystem1/bin/epmsys_registry.bat removeProperty /CALC_MANAGER_PRODUCT/@BINDOWS_ENABLED
- Note: The default for <Middleware_Home> is C:/Oracle/Middleware
- Restart the Calculation Manager server.
To switch from ADF to Bindows in Linux or Unix:
- Run the following command from <Middleware_Home>/user_projects/epmsystem1/bin:
./epmsys_registry removeProperty /CALC_MANAGER_PRODUCT/@BINDOWS_ENABLED true
Note: The default for <Middleware_Home> is $HOME/Oracle/Middleware
- Restart the Calculation Manager server.
To switch from Bindows to ADF in Linux or Unix:
- Run the following command from <Middleware_Home>/user_projects/epmsystem1/bin:
./epmsys_registry removeProperty /CALC_MANAGER_PRODUCT/@BINDOWS_ENABLED
Note: The default for <Middleware_Home> is $HOME/Oracle/Middleware
- Restart the Calculation Manager server.
-Sree
-
Thanks, I did not look so deep. I have read documentaion for 11.1.2.4 and found nothing about switching.
Now I can use any interface as I want )
Regards,
Dmitry