OBIEE 12C - Service Instance

Obi Edition

About

A service instance is a container for all OBIEE metadata (repository data, presentation catalog, security policy)

Management

You manage a service instance in an BI domain using WebLogic Scripting Tool (WLST)

Default value

ssi

Location

  • ORACLE_HOME\user_projects\domains\bi\bidata\service_instances

Configuration

There is no special configuration but you can found the definition at the root location. The service instance as:

  • a key
  • owners
  • and stores
<service-instance>
   <key>ssi</key>
   <description>Default BI Service Instance</description>
   <service-owners>
      <service-owner>weblogic</service-owner>
   </service-owners>
   <modified>2018-02-08T13:21:23.480+01:00</modified>
   <properties/>
   <stores/>
</service-instance>

Get

The service instance key can be found:

  • in the location
  • in the following file ORACLE_HOME\user_projects\domains\bi\bidata\components\OBIS\instance_mapping\obis1\mapping.xml (ServiceInstanceKey)

With wlst:

domainHome='F:\\Oracle\\Middleware\\Fmw\\user_projects\\domains\\bi'
listBIServiceInstances(domainHome)
INFO: Service Instance retrieved from the environment is ServiceInstance [
        description = Default BI Service Instance,
        key = ssi,
        path = service_instances\ssi\metadata,
         ]

Backup

You can backup a BI Service Instance into a BAR file, and subsequently restore it either to the existing service instance running in the BI domain, or into a different service instance running on a different BI installation.

Document / Reference





Discover More
Weblogic Application Stripe
Fusion Middelware - Policy store

The Policy Store is a repository ofsystem and application-specific policies and roles. The policy store provider provides access (and contains) to: Application Roles (to create functional group) ...
Obiee Webcat Critical Folder
OBIEE - Repository Deployment

How to deploy a Repository. Before deployment, you may want to: change: the repository password: the database connection parameters: apply a patch: refresh the GUID: Then you may...
Obiee Online Offline
OBIEE 10G/11G - Repository (RPD file)

The repository is the file that contain all metadata of the BI Server and is managed through the administration tool. It stores all the informations the application environment: the security, data...
Obiee Catalog
OBIEE 10G/11G - The (Web|Presentation) Catalog (Webcat)

Old Presentation Catalog... The Oracle BI Presentation Catalog stores BI Presentation Service object such as: answer, dashboard, prompt folders, shortcuts, KPIs, Oracle BI Publisher...
Obiee 12c Bar File
OBIEE 12c - BAR (Business Intelligence Archive File)

The BAR file is an archive file that contains the following artifacts: data model, (ie xml-based representation of a .RPD file.) content model (ie Presentation Services catalog metadata for a service...



Share this page:
Follow us:
Task Runner