You are on page 1of 11

Oracle Hyperion Planning 11.1.2.

2
Custom Deployment

Description:
BISP is committed to provide BEST learning material to the beginners and
advance learners. In the same series, we have prepared a complete end-to end
Hands-on Guide for Oracle Hyperion Planning Administration. The document
focuses on how to manually deploy Oracle Hyperion Planning Application. Join our
professional training program and learn from experts.

History:
Version
0.1

Description Change
Review#1

www.bispsolutions.com

www.hyperionguru.com

Author
Amit Sharma

weblogicexperts.wordpress.com |

Publish Date
18th Aug 2012

Page 1

Contents
Introduction: ................................................................................................................................................................................. 3
Administration Console ............................................................................................................................................................. 3
Introduction Application Deployment ...................................................................................................................................... 3
Application Deployment Steps .................................................................................................................................................. 3
Deployment Tools ..................................................................................................................................................................... 3
Deployment Using Administration Console ................................................................................................................ 3
Custom Forms Deployment: ..................................................................................................................................................... 4
Take backup for ......................................................................................................................................................................... 5
Delete the existing Planning in the Weblogic Console.............................................................................................................. 6
Activate the changes ................................................................................................................................................................. 7
Lock & Edit................................................................................................................................................................................. 7
Install the Planning Application................................................................................................................................................. 7
Name of the Deployment .......................................................................................................................................................... 9
Activate the changes ................................................................................................................................................................. 9
Start Planning Services ............................................................................................................................................................ 10
Check Planning Services Up and Running. .............................................................................................................................. 11
Login to Planning and validate the changes. ........................................................................................................................... 11

www.bispsolutions.com

www.hyperionguru.com

weblogicexperts.wordpress.com |

Page 2

Introduction:

As part of your Hyperion Planning administration activities, many of times you need to
manually deploy HyperionPlanning.ear into WebLogic Server. Below document help you to
customize the Hyperion Planning Manual deployment. Also, it shows various possible ways to
deploy the applications in WebLogic Server
Administration Console

For deploying an application using Administration Console we follow the below steps:
i) Go to the Weblogic Administration Console.
ii) Click Deployments within Domain Structure. Click Lock & Edit and in the deployments part
click Install.
Introduction Application Deployment

The term application deployment refers to the process of making an application or module
available for processing client requests in a WebLogic Server domain. Application deployment
generally involves the following tasks:
Application Deployment Steps

i) Preparing Applications and Modules for Deployment


ii) Configuring Applications for Production Deployment
iii) Exporting an Application for Deployment to New Environments
iv) Deploying Applications and Modules with weblogic.Deployer
v) Redeploying Applications in a Production Environment
vi) Managing Deployed Applications
Deployment Tools

WebLogic Server provides the following tools to help us configure and deploy applications:
i) WLST
ii) Administration Console
iii) Weblogic.Deployer
iv) Deployment Tools for Developers
Deployment Using Administration Console

The Administration Console provides a series of Web-based Deployment Assistants that guide
us through the deployment process. The Administration Console also provides controls for
changing and monitoring the deployment status, and changing selected deployment descriptor
values while the deployment unit is up and running.
Use the Administration Console when we need to perform basic deployment functions
interactively and we have access to a supported browser.
Environment Variables

Note : echo $MIDDLEWARE_HOME


echo $EPM_ORACLE_HOME

www.bispsolutions.com

www.hyperionguru.com

weblogicexperts.wordpress.com |

Page 3

Custom Forms Deployment:


1. Stop the Planning (if already running)
i. In the UNIX command Promt, check if Planning is running using command ps aef |
grep Planning
ii. Go to Planning bin path ( like
$MIDDLEWARE_HOME /user_projects/epmsystem1/bin)
iii. Run the command ./stopPlannig.sh
iv. Login to WebLogic Server http://<<ServerIP>>:7001/console/login/LoginForm.jsp

Click Deployment :

www.bispsolutions.com

www.hyperionguru.com

weblogicexperts.wordpress.com |

Page 4

In the WebLogic Server: Click Lock and Edit button to edit the console.

Take backup for


$EPM_ORACLE_HOME/products/Planning/AppServer/InstallableApps/Common/ HyperionPlanning.ear

www.bispsolutions.com

www.hyperionguru.com

weblogicexperts.wordpress.com |

Page 5

Delete the existing Planning in the Weblogic Console

Copy HyperionPlanning.ear file and Unzip into locate file system


Paste the modified file back to

Once you copy the file into your local file system, you can play around with the CSS and other files.
i.e modify the logo
Planning_WAR\ui_themes\tadpole\images_global
Planning_WAR\ui_themes\tadpole_hc\images_global

Modify the logon_panel.gif

www.bispsolutions.com

www.hyperionguru.com

weblogicexperts.wordpress.com |

Page 6

$EPM_ORACLE_HOME/products/Planning/AppServer/InstallableApps/Common/
Once you modify HyperionPlanning.ear paste it back to
Activate the changes

Lock & Edit


2. Again click Lock & Edit button to make the new Planning details

Install the Planning Application


3. Click Install to install the Planning Application

www.bispsolutions.com

www.hyperionguru.com

weblogicexperts.wordpress.com |

Page 7

4. Select the check Box HyperionPlanning.ear (Path: Location of HyperionPlanning.ear)

5. Select the check Box Install this deployment as an Application and click next

6. Instance Mapping: select Planning 0 as the target to deploy new JDBC Data Source and
then click Next.

www.bispsolutions.com

www.hyperionguru.com

weblogicexperts.wordpress.com |

Page 8

Name of the Deployment


7. Give the Name of the Deployment and rest all option leave as default. Click Finish.

Activate the changes

www.bispsolutions.com

www.hyperionguru.com

weblogicexperts.wordpress.com |

Page 9

Start Planning Services


8. Start Planning Services: Check the Service PLANNING and press Start: Service All
requests

www.bispsolutions.com

www.hyperionguru.com

weblogicexperts.wordpress.com |

Page 10

Check Planning Services Up and Running.

Login to Planning and validate the changes.

www.bispsolutions.com

www.hyperionguru.com

weblogicexperts.wordpress.com |

Page 11

You might also like