Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Oracle Essbase 11 Development Cookbook

You're reading from   Oracle Essbase 11 Development Cookbook Over 90 advanced development recipes to build and take your Oracle Essbase Applications further with this book and ebook

Arrow left icon
Product type Paperback
Published in Jan 2012
Publisher Packt
ISBN-13 9781849683265
Length 400 pages
Edition 1st Edition
Arrow right icon
Author (1):
Arrow left icon
Jose R Ruiz Jose R Ruiz
Author Profile Icon Jose R Ruiz
Jose R Ruiz
Arrow right icon
View More author details
Toc

Table of Contents (17) Chapters Close

Oracle Essbase 11 Development Cookbook
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface
1. Understanding and Modifying Data Sources 2. Using Essbase Studio FREE CHAPTER 3. Building the BSO Cube 4. Building the ASO Cube 5. Using EAS for Development 6. Creating Calculation Scripts 7. Using MaxL to Automate Process 8. Data Integration 9. Provisioning Security Using MaxL Editor or Shared Services 10. Developing Dynamic Reports Index

Executing load rules using MaxL


In this recipe, we will load data into our database using a load rule and MaxL script. We will also create a generic load rule batch with parameters. You should complete recipe Setting up folder structure and other files needed for MaxL automation before you continue as we are going to need the folder structure and script created in that recipe. In addition, the recipe Using the outline editor to add dimensions in Chapter 5 completes the Sample Basic outline started in this chapter. We will need the dimensions Scenario and Year to complete this recipe.

Getting ready

To get started, click on the Start menu, click on Run, enter notepad, and press Enter.

How to do it...

  1. Select the Start menu, click on Run, enter notepad, and press Enter.

  2. Enter the following code into Notepad:

    SET JOB_NAME=%1
    SET LOAD=%2
    SET RULE=%3
    
    cd /d %~dp0
    
    echo Retrieve Host name, User Name, Password, Application, and Database
    CALL ..\Admin\ini.bat
    if %errorlevel% NEQ 0 GOTO ErrorHandler2
    CALL...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image