Pages

Sunday, January 13, 2013

Changing Brand Name (Next to Oracle Logo) and Browser Title

1. To change Brand Name (Next to Oracle Logo) on the Business Intelligence home page ,

Alter kmsgHeaderBIBrandName attribute of productmessages.xml file under <Middleware_Home>\Oracle_BI1\bifoundation\web\msgdb\l_en\messages.
  
2. To change OBIEE 11G browser Title

To 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 kmsgProductPortal attribute and change its value with your custom text.

Example:

<WebMessage name="kmsgHeaderBIBrandName"><TEXT>4i Apps BI</TEXT></WebMessage>
<WebMessage name=”kmsgProductPortal”><TEXT>Haree BI Interactive Dashboards</TEXT>
</WebMessage>


save it and stop and start the Opmn to restart all OBIEE 11G services.

3 comments:

  1. This comment has been removed by a blog administrator.

    ReplyDelete
  2. This only applies to login/logout pages. However, when login, the header brand name is still original brand name.

    ReplyDelete
    Replies
    1. I too have the same issue, did you get any solution. How to display custom message next Oracle logo once we login ?

      Delete