Showing posts with label CATALOG. Show all posts
Showing posts with label CATALOG. Show all posts

Thursday, August 11, 2011

OBIEE Catalog for large organisations part 2

In OBIEE Catalog for large organisations part 1 I showed you how to set up a catalog for large organisation following the OBIEE documentation. But still you might run into trouble.

Take a large energy firm which supplies there customers with some reporting on there energy consumption. They serve about 90.000 homes. Each home is an account, each account is based on the Dutch postal code system. >>zip_code+house_number<< (fi: 5721XW002).

The code is roughly divided into 4 part; The first 2 numbers are the post district area, the next 2 are the city area, the 2 letters are the street(side), the 3 number indicated the house number (optionally there might be a suffix)

image

If we only ‘hash’ the catalog by the first 2 characters you still run into trouble since there are roughly 20.000 houses in the 57xx postal code area.

A solution might be to change the 2 into a 5. This will ‘hash’ the first 5 characters. (yes, theoretically you might still run into trouble, but luckily not every possible postal code is issued and not every street has a 999 houses Knipogende emoticon )

Remember this setting has to be made BEFORE the first user log on to the catalog!

Till Next Time

Tuesday, August 9, 2011

OBIEE Catalog for large organisations part 1

Organisations tend to grow… The chance that an organisation of 50 persons will be 4000 in the next 5 years is small but it’s there. The chance that 3.500 persons will become 4.000 can be called reasonable.

Plan your catalog for growth! This needs to be done from the moment you start with OBIEE. If you think that the number of users of the system will become more then 4.000 in the next 5 years (debatable the typical live span of a BI system), you need to tell the system know! The magical number 4.000 is caused by (inherited) limitations of disk file systems.

First bring down the presentation server (if it’s up…):

image

EM > Business Intelligence > coreapplication > capacity management > Availiabilty

Next open the instanceconfig.xml in a text editor (<<BI_HOME>>\instances\instance1\config\OracleBIPresentationServicesComponent\coreapplication_obips1)

locate the catalog tags and add :        <HashUserHomeDirectories>2</HashUserHomeDirectories>

image

NOTE: sometimes this number needs to be higher:

see: OBIEE Catalog for large organisations part 2 (published soon..) ==> http://obiee101.blogspot.com/2011/08/obiee-catalog-for-large-organisations.html

Goto the BI deplyment directory in the enteprise manager:

image
 

Press lock and edit configuration:

image

Enter a new for your NEW catalog:

image

Press Apply:

image

Press Activate Changes:

image

Go back to capacity management and start the presentation server:

image

(you might need to reboot the whole system, due to cache settings):

 image

Till Next Time.

Monday, July 11, 2011

OBIEE11g Multi Language Catalog

Open the catalog manager and browse to the catalog you want to translate:

image

Select the shared folder:

image

From tools select export captions

image

image

image

Navigate to the export folder:

image

Make a copy of the folder for each language

image

Edit/Translate the XML files:

image

image

Navigate to <<OBIEE_HOME>>\instances\instance1\bifoundation\OracleBIPresentationServicesComponent\coreapplication_obips1\msgdb

Add a sub folder for each language l_xx if it doesn’t exists:

image

in each folder add a subfolder captions:

image

Add the translated XML to the respected folder:

image

Restart the presentation server and log in for each language to check:

imageimage

Till Next Time

Thursday, June 24, 2010

OBIEE Which report uses which column

With regular intervals you see this question on the forums. Seems that at lot of people are unaware of the possibilities of the catalog manager.

First let’s op a catalog in off-line read only mode:

image 

select the catalog top level:

image

Next goto Tools > Create Report (or use CTRL-R):

image

Select The Info you need:

image

enter a file location:

image

It’s saved as a tab delimited file.

you can do the same for dashboards:

image

Till Next Time

Tuesday, February 17, 2009

OBIEE Editing system wide defaults

Setting a system wide default can be very handy but also completely F@#$K up your system. For instance changes to CSS files don't seem to work. Most catalog administrators forget to retract this privileges until it's to late.

image

Anyway here is how you can undo the damage.

As always be careful when editing directly into the catalog XML.. Backup!

Open the catalog in a off line mode:

image

Navigate to /system/metadata

image

Press Edit XML

image

Press again Edit

image

Carefully Delete edit the XML  !

image

Press save, close catalog manager, restart presentation service.

Till Next Time

Wednesday, December 24, 2008

OBIEE Keep a clean desk

When developing a repository the screen can be pretty crowded:

image

Since you are usually only working in one area at a time, why don't "switch off" the others to get more working space:

image

image

Till Next Time

Wednesday, August 13, 2008

OBIEE error saving security account

My colleague Rene Kuipers encountered this error while trying to copy reports using the catalog manager over a network share.
This was caused by the fact that the catalog manager didn't have full control over the catalog folder (read,write,create and delete).
Till Next Time