Skip to main content

Hyperion Essbase - Connection

Essbase - Connection

In the post will see how to connect Hyperion Essbase from your system.
Here Essbase is already installed in the server. we just connecting to it and creating a application in it.
So hold on tight... 
Opening Hyperion Essbase -
1. Open this URL in  http://IP Address : Port number/easconsole/console.html in any browser.

 2. Click launch button in the web browser. An easconsole.jnlp file will be downloaded. (Keep it"It          won't harm the computer").And Open it.

3. Once you open “easconsole.jnlp” file. An EAS java application will be opened with an "Run and       Cancel Button". Click Run.

 4. Once you clicked "Run". EAS CONSOLE will be opened and will ask you to enter the          username and password.

5. Once you entered valid username and password. Hyperion Essbase Application is ready to     use.

Creating Application in Essbase Server -
1.       Go to the Essbase Servers -> Essbase Cluster -> Application option by clicking the + button. which is located in the left side of the Essbase panel. 

2. Right click on the Application. Go to Create Application -> Using Aggregate Storage/Using Block Storage.
3. Using Block Storage - After clicking the Using Block Storage. A Create Application Dialog box will be opened. Select the Essbase Server, Give the Application name. The Application name is restricted to 8 characters only. But if you use Unicode Mode, you can extend the application name characters. Unicode is used for foreign country names. Click OK to create a application. If it is created, it will be displayed in the Essbase applications panel.
    


Creating Database in your Application -

·         Right click on your Application in the Essbase panel. Go to Create Database. A Create Database dialog box will be displayed in your screen. Select your Essbase Server name. Select your Application name. Name your Database (8 chars only).You can give your application name also.(Normal/Currency). If your database has duplicate members, then you need to all Essbase to create them. Then you have to click the checkbox given below the Database Name Textbox. Click OK, Your Database will be created under your application name in the Essbase panel.

Done Volla! You created your Essbase application successfully. In the coming posts will discuss about creating database, dimension, rule file etc.. 

Comments

Popular posts from this blog

Business Intelligence

Business Intelligence You must be wondering what is the above imageor title is about. Yeah, it is about the first project I get into. Where the client was using all the above process to generate a report, which will help them to manage their financial planning. So now you must be having an idea that what this blog is about i.e; using Business Intelligence, EPM, ETL and ERP how the financial decisions are taken. Here the client uses the different processes to achieve their goals. So let’s dive in and try to understand the process.  Note - In this blog, you will get an overview of each process and its high-level architecture. Enterprise Resource Planning -  Firstly let's start with  Enterprise resource planning (ERP),  most of the companies store data through ERP. It is a process whereby a company manages and integrates the important parts of its business. ERP system stores both operational and non – operational data. An ERP man...

OACS Essbase Security Filters

Setting up security filters manually and using Maxl script in OAC Essbase and assigning it to Users and Groups. As you know security is most important thing in any field likewise in OACS also. So in this blog I will show you how to create security filter’s in OAC Essbase and restrict the user to see the data. I will be doing in two ways. 1        Manually 2        Using MaxL So, let’s get started. First let’s have a brief discussion about the Filter’s. Filter are used to control security access over the cube data. It can be assigned to a user or group. Depending on the security role of a user determines whether you can create, assign, edit, copy, rename, or delete a filter. Filters have two important things – Access and Member specification. Access – Access are of four types in OAC Essbase 1.      None - No data can be retrieved or updated 2.      Read - Data can be retrieved b...

Docker with Essbase

Oracle Essbase with Docker What is Docker: Docker is a tool which put together an application and all its dependencies together in the form of containers. This containerization aspect of Docker ensures that the application works in any environment. Docker is an open – source project that automates the deployment of application inside software container. Docker containers wrap up a piece of software in a complete file system that contains everything it needs to run. Docker vs VMs with reference to Essbase: Traditionally we were using VMs, Following are some issues in VMs with compare to Docker. • Large image size: Essbase VMs tend to have in at 50-70GB, depending on what all is installed. • Difficulties starting up services: When moving between networks, such as from home to a client network to the coffee shop or wherever, I frequently run into networking issues that are hard to troubleshoot and usually resolved by restarting the entire VM (...