Oracle BI EE 10.1.3.3/2 – Rename My Dashboard

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.