Table of Contents

OBIEE - Custom Messages

About

Custom message are XML files used to :

You can find them:

You must create/copy your file:

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:

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

11g Directory not custom (Original)

This files must not not updated

Documentation / Reference