Table of Contents

OBIEE 10G/11G - SA System subject area

Introduction

The users who have worked with Siebel Analytics 7.7 or above, are aware of a special subject area called SA System subject area that was necessary to set up Delivers.

With the advent of:

Installation

Table Source

As it's a subject area, you can choose an other data source as for instance a LDAP directory.

You must first create this kind of table in a schema.

CREATE TABLE SA_SYSTEM_USER   
(   
EMAIL VARCHAR2(100),   
EMAIL_PRIORITY VARCHAR2(10) DEFAULT 'HNL',   
EMAIL_TYPE VARCHAR2(50) DEFAULT 'html',   
CELL_PHONE VARCHAR2(40),   
CELL_PHONE_PRIORITY VARCHAR2(20),   
PAGER VARCHAR2(20),   
PAGER_PRIORITY VARCHAR2(30),   
HANDHELD VARCHAR2(20),   
HANDHELD_PRIORITY VARCHAR2(30),   
TIMEZONE VARCHAR2(100),   
GROUP_NAME VARCHAR2(20),   
LOGON VARCHAR2(50) NOT NULL,   
DISPLAY_NAME VARCHAR2(100),   
LOCALE VARCHAR2(20) DEFAULT 'en',   
LANGUAGE VARCHAR2(20) DEFAULT 'en'  
);

GROUP_NAME. If a user belongs to multiple groups, there should be one row per group in the SA System table.

Then import it in the physical layer.

Presentation Catalog / Subject Area creation

Create a single table model to finish with this EXACT subject area in the presentation layer :

Obiee Sa System Presentation Layer

Support

Unresolved table: “SA System” with Business Intelligence Publisher

But you must to set it up if you want to configure BIP in a previous release than 10.1.3.3 otherwise it will be for you very difficult to access

and have this entry in the application log file (OracleBI_Home\oc4j_bi\j2ee\home\application-deployments\xmlpserver\application.log)

08/06/16 14:25:58.469 xmlpserver: Servlet error
  oracle.apps.xdo.security.ValidateException: java.io.IOException: 
prepare query failed[nQSError: 27004] Unresolved table: "SA System".

Reference / Documentation