Hyperion Questions-Answers
Hyperion Questions-Answers
Ans: So many log files are there in essbase, but the important log files are
1. Application log
2. Essbase.log
3. Configtool.log
4. eas_install.log
5. essbaseserver-install.log
Suppose we have assigned Generation 2 and Generation 4 as of now and think of adding
generation 3 later some time. Can we build the dimension.
Ans: No. If gen 2 and gen 4 exists, we must assign gen 3.
How does Attribute dimensions and UDA's impact batch calculation performance?
Ans: UDA's- No Impact as they do not perform any inherent calculations.
Attribute dim- No Impact as they perform only dynamic calculations.
While loading the data, you have applied both the selection criteria as well as rejection criteria
to a same record. What will be the outcome.
Ans: The record will be rejected.
Can we have one ASO database and one BSO database in one single application. If yes, how
and If No, why.
Ans: No. Because we define ASO or BSO option while creating the appication and not database.
Hence if the application is ASO, the databases it contains will be that type only.
What are the file extensions for an outline, rule file and a calc script.
Ans: .OTL, .RUL and .CSC
Can we start and stop an application individually. How ca this be used to increase
performance.
Ans: Yes. We can manage our server resources by starting only the applications which receive heavy
user traffic. When an application is started, all associated atabases are brought to the memory.
We have created an application as unicode mode. Can we change it later to non-unicode mode.
Ans: No.
How can I migrate an application from my test environment to the production environment. Can
I still do this if my test environment is a windows one and my production env is UNIX one. Also
can I still do it if my test env and prod env versions are different.
Ans: Hyperion Administrative services console provides a migration utility to do this but onluy the
application, database objects are migrated and no data is transferred. the answers to other two
questions are Yes.
A customer wants to run two instances of an Essbase server on a same machine to have both
test env and Development env on the same server. Can he do that?
Ans: Yes. We can have multiple instances of an Essbase server on a single machine and there will be
dfferent sets of windows services for all these instances.
Suppose I have a dimension A with members B and C and I do not want B and C to roll up to A.
how can I do this.
Ans: Using (~) exclude from consolidation operator.
Can we create more than 2 dimensions using only one build rule file.
Ans: Yes, we can do that but it is recommended to use seperate rule file for each dimension.
What is UDA( user defined attributes). How are they different than Aliases.
Ans: UDA represents the class of the members. Aliases are just another names of the members. both
are different and has different usage.
What is the Extension of Cal Scripts, Batch files, outline, and Rule File?
Ans: Rule file is .rul
Calc Script is - .csc
Batch files - .bat
outline - .otl
Can we build dimensions directly from data sources without using rule files.
Ans: No.
What are the three primary build methods for building dimensions?
Ans: 1. Generation references
2. level references
3. Parent-Child references.
I have created an application with one database in Essbase at test environment and now needs
to copy the entire application with all security permissions to the production server which is
not connected to the test server. How can I do that?
Ans: You can acheive this using migration wizard to migrate an application to a text file which you can
take physically to the production server.
To know how you can do that, take a look at this post Essbase Application Migration.