Remove BI Publisher link form the “More Products” menu list in OBIEE 10g

Remove BI Publisher link form the “More Products” menu list






To remove the BI Publisher link from the More Products menu list in the dashboard, we need to edit the  <OracleBI>/web/msgdb/messages/commonuitemplates.xml file as follows:

1. Take a backup of the original file
2. Open the file and find the following line:
1<a class="NQWMenuItem" name="advReporting" href="@{advReportingURL}" target="@{target}"><sawm:messageRef name="kmsgUIAdvancedReporting"/></a>
3. Comment the line as follows:
1<!-- <a class="NQWMenuItem" name="advReporting" href="@{advReportingURL}" target="@{target}"><sawm:messageRef name="kmsgUIAdvancedReporting"/></a> -->
4. Now we should restart the Presentation Services in order to get the desired result.