Oracle BI EE 10.1.3.3/2 – Rename My Dashboard
Posted by Venkatakrishnan J on January 7, 2008
Lets look at another simple question today. How do we rename “My Dashboard” for all the users to say “Personal Dashboard”. In order to do this all we need to do is to make a small change to an XML message. The list of steps are given below
1. Go to {OracleBI}\web\msgdb\l_en\messages. You would see a file called as uimessages.xml.
2. Copy this file to {OracleBIData}\web\msgdb\l_en\customMessages. If you do not have l_en\customMessages folder then create them. Remember this is a language specific message. Hence we cannot copy this directly to {OracleBIData}\web\msgdb\customMessages as we had done earlier.
3. Search for the message kmsgUIMyPortal. This is the message that handles the display property of your dashboard. Change it to say Personal Dashboard.
4. Restart presentation services. Now you would find that the display of My Dashboard would have changed to Personal Dashboard.
Very simple but can be useful in some situations.




Fumbling around with the Oracle BI Message Database | Programmer's Edge said
[...] and documentation available on the internet on how to customize the Oracle BI EE User Interface (example here), namely the content of the xml or other files (css, etc) that make up the Oracle BI message [...]
skullodrom said
In 10.4.0.1 more simple.
Settings -> Administration -> Manage Presentation Catalog -> find your dash dashboard -> Edit and Description.
scanbix said
Not really. My Dashboard is the default FIRST dashboard, wich you can not rename using UI.