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.
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>
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:
| logoncontrolmessages.xml | Logon Page |
| dashboardtemplates.xml | Dashboard page |
<sawm:if name="criteriaType" op="nequals" value="physical">
<sawm:if name="privileges['View.tableView'].EditView">
<sawm:if name="enablePDF">
<sawm:if name="helpURL">
<sawm:setParam name="target">_self</sawm:setParam>
The directory where you need to place the custom messages
This files must not not updated