• What is dbt_artifacts?

    dbt_artifacts is a package for modeling a dbt project and its run metadata. It includes the following models to help you understand the current state of a dbt project and its performance over time. It...

  • Data migration from the Salesforce to snowflake Data warehouse by using Matillion

    Purpose of the Article: This blog explains how to load the data from Salesforce to Snowflake Intended Audience: This article will help our Organizational level kind of developers working on data migra...

  • WiMAX-A Study of Mobility

    1. Introduction The wireless market is growing rapidly; being pushed through wireless connectivity demand various wireless connectivity means are emerging (WLAN/802.11, WMAN/802.16a, WWAN/802.16d) [IE...

  • Weblogic Upgrade

    Patch Name wls1036_upgrade_generic.jar Reference https://www.youtube.com/watch?v=Be6hrYTANQE Just Click Next and Next MAKE SURE ALL OBIEE SERVICES ARE DOWN AND CLOSED IN PROCESS Open CMD prompt C:Mid...

Tags

bics installation OBIEE obiee 11g installation guide Oracle

Categories

Changing Brand Name in OBIEE 11g

Changing Brand Name in OBIEE 11g

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 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
Post a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.