OBIEE - Custom Messages

Saw Object

About

Custom message are XML files used to :

You can find them:

  • in 11g: Oracle_BI_Home/bifoundation/web/msgdb
  • in 10g: Oracle_BI_Data/web/msgdb

You must create/copy your file:

  • in the directory :
    • for 11g, ORACLE_INSTANCE\bifoundation\OracleBIPresentationServicesComponent\coreapplication_obipsn\msgdb\customMessages
    • for 10g, Oracle_BI_Home\web\msgdb\customMessages
  • And reload the messages by clicking the Reload Files and Metadata link or by restarting the Oracle BI Presentation Service

Oracle BI EE first looks for files in the directories that have been specified for your modifications, then it looks in the directories in which it installed standard files.

Ability to change the password

Only for 10G

In a classic installation without external authentication system (only BI Server)

<?xml version="1.0" encoding="utf-8" ?>
<WebMessageTables xmlns:sawm="com.siebel.analytics.web/message/v1">
  <WebMessageTable lang="en-us" system="ControlMessagesSys" table="Messages">
     <WebMessage name="kmsChangePasswordLink">
       <HTML>
         <a insert="1">
           <sawm:messageref name="kmsguiChangePassord" />
         </a>
       </HTML>
     </WebMessage>
  </WebMessageTable>
</WebMessageTables>

To sort on Column per default

Copy the OracleBI\web\msgdb\messages\answerstemplate.xml to OracleBI\web\msgdb\customMessages Open it and search for

<WebMessage name=”kuiCriteriaDefaultViewElements” translate=”no”><HTML/></WebMessage>

Change the tag for

<WebMessage name=”kuiCriteriaDefaultViewElements” translate=”no”><HTML>
<view signature=”tableView” sortable=”true” /></HTML></WebMessage>

Specifying View Defaults for Analyses and Dashboards

Specifying View Defaults for Analyses and Dashboards:

  • Adding a Default Header or Footer to New Analyses. You can specify that default headers and footers are displayed on all new analyses. For example, footers can contain messages such as a confidentiality notice, the company's name, and so on.
  • Preventing Auto-Previewing of Results. The results of an analysis are displayed when editing views of data. You can specify that you prefer that the content designer explicitly asks to view the results.
  • Setting Defaults for Analyses in the Compound Layout. The results of a newly formed analysis are displayed as a title view followed by either a table or pivot table in a compound layout. A table is created if the analysis contains only attribute columns, and a pivot table is created if the analysis contains at least one hierarchical column. You can specify that the compound view should default to a different assemblage of views, such as a narrative followed by a graph. The content designer can still add and rearrange views within the compound layout.
  • Changing Dashboards Section Defaults. By default, the results of drilling in a dashboard are displayed on a new page, section names are not displayed in the dashboard, and sections can be expanded and collapsed. You can change this default.
  • Specifying Dashboard Page Defaults Including Headers and Footers. By default, dashboards are printed without headers or footers and in a portrait orientation.
  • Including Links with Analyses on Dashboards. By default, the results of embedded analyses are displayed within the dashboard without including any links. You can specify that newly added analyses default to having Edit and Refresh links, for example.

File

logoncontrolmessages.xml Logon Page
dashboardtemplates.xml Dashboard page
<sawm:if name="criteriaType" op="nequals" value="physical">
<sawm:if name="privileges[&#39;View.tableView&#39;].EditView">
<sawm:if name="enablePDF">
<sawm:if name="helpURL">
<sawm:setParam name="target">_self</sawm:setParam>

Configuration

11g Directory custom

The directory where you need to place the custom messages

  • Language-specific messages : ORACLE_INSTANCE\bifoundation\OracleBIPresentationServicesComponent\coreapplication_obipsn\msgdb\l_xx
  • Language-independent messages must be located in ORACLE_INSTANCE\bifoundation\OracleBIPresentationServicesComponent\coreapplication_obipsn\msgdb\l_en directory. Messages default to l_en if a language-specific version is not found.

11g Directory not custom (Original)

This files must not not updated

  • Language-specific messages are located in the ORACLE_HOME\bifoundation\web\msgdb\l_xx\messages directory, where xx is the language identifier of the selected locale (for example, for english-usa, the identifier is en).
  • Language-independent messages are located in the ORACLE_HOME\bifoundation\web\msgdb\messages directory.

Documentation / Reference





Discover More
Saw Object
OBIEE - BI Presentation Service (SAW/OBIPS)

AnswersInteractive DashboardsDelivers The Oracle BI Presentation Service Server: is a pure Web Environment visualize data from the Oracle BI Server through the creation of Interactive Dashboards...
Obiee Login Please Wait
OBIEE - Login

In 11g: the login page is located here: Oracle_HOME/bifoundation/web/msgdb/pages/common/signin.html and the custom messages here: Oracle_HOME/bifoundation/web/msgdb/l_en/messages/logonmessages.xml...
Saw Object
OBIEE - PDF

In the OracleBI/web/msgdb/messages/controlmessages.xml file, remove or comment the following message: In the OracleBI/web/msgdb/messages/controlmessages.xml file, remove or comment the following message:...
Obiee 11g My Account Delegate Users
OBIEE 10G/11G - Act as (Proxy user) Functionality

in the privilege“”nqserver.log Process of Authorizing Users to Act for Others 985587.1ACT AS...
Obiee Caption Prompt
OBIEE 10G/11G - Translate the WebCat (Dashboard, page and report names)

To locate Oracle BI Presentation Catalog Captions (ie dashboard, page and report names (webcat metadata translation), you must : check the custom header checkbox for all column formulas that appears...
Obiee11g Logical Column Writeable
OBIEE 10G/11G - Writeback Capabilities (Table of Pivot)

Write Back is the ability to enter values directly into a report and have those values used in calculations and charts in the report. For example, a report can have Sales Quota Amount defined as a write...



Share this page:
Follow us:
Task Runner