Monday, December 8, 2014

Remove Help and About Product link from sign in page

Today will see how to remove Help and About Product link from sign in page

File Name: logonmessages.xml
File Location: C:\OBIEE11g\Oracle_BI1\bifoundation\web\msgdb\l_en\messages\logonmessages.xml

Edit logonmessages.xml and do the change as per below syntax.
========================================================================
<WebMessage name="kmsgLogonAboutProduct"><TEXT>About Product</TEXT</WebMessage>
   Do changes as per below syntax.
<WebMessage name="kmsgLogonAboutProduct"><TEXT>RakeshPatil</TEXT></WebMessage>
========================================================================
<WebMessage name="kmsgLogonHelp"><TEXT>Help</TEXT></WebMessage>
  Do changes as per below syntax.
<WebMessage name="kmsgLogonHelp"><TEXT>RakeshPatil</TEXT></WebMessage>

Save the file and restart you BI Server.

Screen Shots for Logonmessages.xml














Sign In page after Removing Help and About Product line.













Thanks and Regards
Rp - rakeshpatil002@gmail.com

No comments:

Post a Comment