Hi,
I tried changing header name from "Business Intelligence" to custom message but in vain.
Below are the steps that I followed based on the below mentioned link:
OBIEE 12c - How to change portal header brand name (next to Oracle Logo)
Steps:
1. Created customMessages in ORACLE_HOME/user_projects/domains/bi/bidata/components/OBIPS
2. Added customMessages.xml file
3. Restarted the services.
Even after restart, header name reads Business Intelligence.
My customMessages.xml file:
<?xml version="1.0" encoding="utf-8"?>
<WebMessageTables xmlns:sawm="com.siebel.analytics.web/message/v1">
<WebMessageTable protect="true" export="true" translate="false" system="Custom Messages" table="Messages">
<WebMessage name="kmsgHeaderBIBrandName">
<TEXT><custommessage></TEXT>
</WebMessage>
</WebMessageTable>
</WebMessageTables>
OBIEE version used: 12.2.1.1.0
Please let me know if there is any other minor step that I'm missing.