Changing Brand Name in OBIEE 11g
1. To change Brand Name (Next to Oracle Logo) on the Business Intelligence home page ,
2. To change OBIEE 11G browser TitleTo change the OBIEE 11G browser Title name to your custom text Open productmessages.xml from <Middleware_Home>\Oracle_BI1\bifoundation\web\msgdb\l_en\messages. Search for kmsgProductPortalattribute and change its value with your custom text.
Example:
<WebMessage name=”kmsgHeaderBIBrandName”><TEXT>MIAZ-TECH LTD Apps BI</TEXT></WebMessage>
<WebMessage name=”kmsgProductPortal”><TEXT>MIAZ-TECH LTD Interactive Dashboards</TEXT>
</WebMessage>
save it and stop and start the Opmn to restart all OBIEE 11G services.
- For Sign out text the changes to be done in productmessages.xml file.
- D:\MiddlewareHome\Oracle_BI1\bifoundation\web\msgdb\l_en\messages
- Search and replace FROM name=”kmsgProductGeneral”><TEXT>ORACLE BUSINESS INTELLIGENCE</TEXT><HTML>MIAZ-TECH LTD BUSINESS INTELLIGENCE</HTML>
- To your custom text as below name=”kmsgProductGeneral”><TEXT>ORACLE BUSINESS INTELLIGENCE</TEXT><HTML>MIAZ-TECH LTD BUSINESS INTELLIGENCE</HTML>
- Text has been replaced in both the tags to display at sign page
No Comments