user1252398
user1252398

Reputation: 1149

What is the purpose of MaxL in Hyperion?

I am new to Essbase. Here I am creating an Application by using Essbase Administration Services (EAS), Planning and Workspace.

If I am able to create and manage an application using the above services alone, then what are the additional features that MaxL offers..?

Upvotes: 0

Views: 5360

Answers (2)

Drew Rush
Drew Rush

Reputation: 720

There is excellent documentation on MaxL that Oracle provides. It is located here.

If you like working from the command line, you might prefer MaxL to EAS and Workspace because there aren't any mouseclicks involved. Secondly, you are connecting directly to the Essbase Server, so that makes it all that much faster as well.

Raam is correct that you can automate tasks using MaxL. For instance, if you have four calculation scripts that you need to run in a row, you can forego kicking them off in EAS sequentially and instead write a MaxL script that runs them all in a row for you.

Another benefit of scripting the process is being able to take advantage of some nice logging features Essbase in a directory that is convenient for you instead of buried deep within the Hyperion or EPM system directories.

However, since you're new to Essbase, you should know that MaxL does not provide all the functionality you have in the Hyperion Planning and Workspace UIs. There are command line utilities for planning and workspace, but they are not based on MaxL.

Upvotes: 2

Raam
Raam

Reputation: 10906

MAXL is a command line tool for administration of Essbase. While EAS is a GUI based tool. As with all command line tools, MAXL can be used to automate tasks by creating scripts. For example you can create a data load script and run that as and when needed instead of doing the same from the UI.

Upvotes: 0

Related Questions