Tag Archives: ALL POSTS

OBIEE11g Setting up Usage Tracking

Before you are going to send me an email “didn’t you do this here: http://obiee101.blogspot.com/2008/08/obiee-setting-up-usage-tracking.html ?”

Yes, I did, I just wanted to do an 11g variant, after getting this screen:

image

If you look around in the BIPLATFORM repository created by the RCU you will see that the S_NQ tables already have been created for you:

image

What is missing are the S_ETL tables. You can find the scripts in <<OBIEE_HOME>>\instances\instance1\bifoundation\OracleBIServerComponent\coreapplication_obis1\sample\usagetracking\SQL_ServerTime

image

Add the tables to your BIPLATFORM repository:

image

Open your RPD and set up a new database and connection pool:

image

Import the usage tracking tables:

image

For the S_NQ_ACCT table switch off the cache:

image

Create an alias for each table and put them in a separate physical display folder called Usage Tracking:

image

Set up your physical joins:

"A1_S_ETL_DAY"."DAY_DT" ="A1_S_NQ_ACCT"."START_DT"

and

"A1_S_ETL_TIME_DAY"."HOUR_MIN" = "A1_S_NQ_ACCT"."START_HOUR_MIN"

image

! Deploy your RPD to the BISERVER , do not yet restart !

Edit your NQSConfig.ini (found in <<OBIEE_HOME>>\instances\instance1\config\OracleBIServerComponent\coreapplication_obis1)

image

Restart the bi server:

image

Run some reports to check the tracking:

image

Check in your repository if the data gets loaded:

image

Next you can make a BM and presentation Layer:

image

And create a nice dashboard…..

 

Till Next Time

OBIEE11g Setting up Usage Tracking

Before you are going to send me an email “didn’t you do this here: http://obiee101.blogspot.com/2008/08/obiee-setting-up-usage-tracking.html ?”

Yes, I did, I just wanted to do an 11g variant, after getting this screen:

image

If you look around in the BIPLATFORM repository created by the RCU you will see that the S_NQ tables already have been created for you:

image

What is missing are the S_ETL tables. You can find the scripts in <<OBIEE_HOME>>\instances\instance1\bifoundation\OracleBIServerComponent\coreapplication_obis1\sample\usagetracking\SQL_ServerTime

image

Add the tables to your BIPLATFORM repository:

image

Open your RPD and set up a new database and connection pool:

image

Import the usage tracking tables:

image

For the S_NQ_ACCT table switch off the cache:

image

Create an alias for each table and put them in a separate physical display folder called Usage Tracking:

image

Set up your physical joins:

"A1_S_ETL_DAY"."DAY_DT" ="A1_S_NQ_ACCT"."START_DT"

and

"A1_S_ETL_TIME_DAY"."HOUR_MIN" = "A1_S_NQ_ACCT"."START_HOUR_MIN"

image

! Deploy your RPD to the BISERVER , do not yet restart !

Edit your NQSConfig.ini (found in <<OBIEE_HOME>>\instances\instance1\config\OracleBIServerComponent\coreapplication_obis1)

image

Restart the bi server:

image

Run some reports to check the tracking:

image

Check in your repository if the data gets loaded:

image

Next you can make a BM and presentation Layer:

image

And create a nice dashboard…..

 

Till Next Time