Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{scrollbar}

...

Setting

...

up

...

the

...

O3

...

Automatic

...

Load

...

includes

...

the

...

following

...

steps:

...

  1. Activating

...

  1. the

...

  1. use

...

  1. of

...

  1. the

...

  1. database

...

  1. as

...

  1. a

...

  1. repository

...

  1. of

...

  1. O3

...

  1. Server

...

  1. Configuration.

...


  1. This

...

  1. lets

...

  1. you

...

  1. save

...

  1. and

...

  1. manage

...

  1. all

...

  1. information

...

  1. about

...

  1. Multidimensional

...

  1. Models

...

  1. and

...

  1. Datamarts

...

  1. on

...

  1. a

...

  1. Relational

...

  1. Database.

...

  1. Several

...

  1. Administrator-geared

...

  1. reports

...

  1. that

...

  1. reflect

...

  1. the

...

  1. progress

...

  1. made

...

  1. or

...

  1. problems

...

  1. arising

...

  1. during

...

  1. the

...

  1. Building

...

  1. Process

...

  1. are

...

  1. sent

...

  1. by

...

  1. mail.

...


  1. That's

...

  1. why

...

  1. it

...

  1. is

...

  1. necessary

...

  1. to

...

  1. let

...

  1. O3

...

  1. know

...

  1. which

...

  1. the

...

  1. email

...

  1. server

...

  1. to

...

  1. use

...

  1. for

...

  1. that

...

  1. purpose

...

  1. is.

...

  1. You

...

  1. may

...

  1. set

...

  1. up

...

  1. the

...

  1. maximum

...

  1. number

...

  1. of

...

  1. datamarts

...

  1. that

...

  1. can

...

  1. be

...

  1. built

...

  1. simultaneously.

...


  1. This

...

  1. maximum

...

  1. acts

...

  1. as

...

  1. a

...

  1. control

...

  1. tool

...

  1. to

...

  1. prevent

...

  1. more

...

  1. simultaneous processes than those supported by the hardware.
    O3 manages these automatic updates through the use of a queue.
    This mechanism relieves administrators from the task of accurately programming the launch time of an update process, as O3 does the fine scheduling respecting the maximum number of simultaneous creations by means of queues.

Step 1: Enabling the DB to set up the O3 Server

This activation is made through the Setup and Migration Wizard

To be more precise, in step 3, you may enable the use of the Database for this purpose or not.

This step is required in order to be able to use the datamarts automatic update functionality and must be performed before loading the server.

Step 2: Setting up the sending of emails

The datamart update process includes the following notifications: 

  • Sucessful building notification.
  • Failed Building notification

These messages will be sent to the users in the CubeBuilders role.

In order to set up the email service O3 uses, it is necessary to configure JBoss mailer

Step 3: Setting up the number of Builders

In order to control the maximum number of simultaneous datamarts that can be built, a system property called BuilderQueue_maxSession must be added.

O3 default settings are for a maximum of 3 simultaneous buildings. If this value is the right one for your hardware's, then it is not necessary to change the following settings.

  • Windows <O3>\bat\settings.bat
    Code Block
    xml
    xml
    
    set PROPERTIES=%PROPERTIES% -DBuilderQueue_maxSession=10
    

...

  • Unix <O3>/sh/settings.sh

...

  • Code Block
    xml
    xml
    
    PROPERTIES="$PROPERTIES -DBuilderQueue_maxSession=10"
    

...

...

Wiki Markup
{scrollbar}
Child pages (Children Display)