Questions tagged [hyperion]

Hyperion is a set of performance management applications purchased by Oracle in 2007.

Oracle Hyperion Enteprise Performance Management is a set of applications that was previously the product of Hyperion Solutions Corporation. It was acquired by Oracle in 2007 and it has been a part of the Oracle Business Intelligence products.

The list of applications is large (20 as per the Oracle page in 2013) and covers the following areas.

  • Strategy Management
  • Planning, Budgeting and Forecasting
  • Financial Close and Reporting
  • Profitability and Cost Management

Old products included, among several others:

  • Hyperion Intelligence and Intelligence Explorer
  • Hyperion Smart View
  • Hyperion Solutions Enterprise
  • Hyperion Reporting
130 questions
-1
votes
1 answer

Install Hyperion.ng - Raspberry Pi 4 (4 GB RAM) on Buster (Rev. 2020-02-13)

First of all, I have limited knowledge of Linux. I have tried to install hyperion.ng now on latest Raspian (Buster Rev. 2020-02-13) on a RPi4 (4GB RAM) and ended up in the same scenario all the time. What I can read it's something wrong with SSL &…
J. Mal
  • 37
  • 1
  • 6
-1
votes
1 answer

Substring in Calc script Essbase

I am trying to get the First 3 characters from Accounts dimension in Essbase (BSO cube). When i try to execute the below query. I am getting an error "Invalid Object type" FIX( @substring(@NAME("Account"),0,3), "Jan" ) ENDFIX
Raghav
  • 53
  • 2
-1
votes
3 answers

Data Export in Essbase

I took data Export of a database and the export should be saved in the according app or essbase server. The problem here is I am unable to find the extracted data. Somewhere they must have been stored. Since I could execute those calculations but…
-1
votes
4 answers

How to install hyperion 2.2 on kali linux

I want to install hyperion 2.2 on kali linux. This version of hyperion is different than previous: there is no .cpp files (now hyperion is C). So command 'i686-w64-mingw32-c++ Hyperion-1.2/Src/Crypter/*.cpp -o hyperion.exe' doesn't work. I've also…
WhiteServ
  • 23
  • 1
  • 2
-1
votes
1 answer

Essbase Error 1241109 Unable to Open file

I am automating the process to run a report script. The batch script is located on Windows and the Essbase server is on UNIX. Getting an error while executing the below statement export database App.DB using server_file 'Report1.rep' to data_file…
-1
votes
1 answer

How do you set a requirement or rule over a set of rows where there is already data on excel?

I have an excel sheet that has data extracted from Hyperion Essbase. I'd like to put a sort of rounding rule on that data without removing the numbers generated from Essbase. For example, in a cell there's the value $13.5232, I'd like to set a rule…
Piper Ramirez
  • 373
  • 1
  • 3
  • 11
-1
votes
1 answer

Essbase Smart View error: Invalid free form

When I connect to my Essbase cube from Smart View I get an "invalid free form" error. Any help will really be appreciated.
rohit rawat
  • 1
  • 1
  • 4
-1
votes
1 answer

Alternative name of Shared Service in hyperion

I am new in Hyperion and currently studying about the Shared Services from user guide. I have read information about the shared services what is the task of shared services , I also gone through that . Now I have one question that is: what is the…
user1252398
  • 1,069
  • 7
  • 22
  • 29
-2
votes
2 answers

Can all command line utlities be scheduled?

I am using Hyperion Planning. There are a lot of in-built command line utilities. may I know if all these command line utilities can be scheduled to run using the windows task scheduler?
-2
votes
3 answers

Javascript: Change name of an array into a string

Below, I have an array of arrays of objects. I go through looking for my object, and once I find which array it's in, I want to get at and work with that array's name as a string. My guess, was something like Array.name (as it plays out below),…
1 2 3
8
9