Pages

Wednesday, May 18, 2011

Change Login Banner or LOGO in Business Objects Infoview

We can change the login picture or logo, in the infoview and central management console.

Here i will show, how to change that logo,

Goto your Business objects installation directory

like this is my directory,go to exact path which i have mentioned below

\Program Files\Business Objects\Tomcat55\webapps\InfoViewApp

Then you will find two folders,

1. res

2. WEB – INF

Under res folder there is another folder named schema.blue , this is where we are going to paste our own GIF pictures which you wanted to change. so paste your favorite picture in this directory

\Program Files\Business Objects\Tomcat55\webapps\InfoViewApp\res\schema.blue\

the second folder, WEB – INF you will find a web.xml file where the location of the picture in defined.

\Program Files\Business Objects\Tomcat55\webapps\InfoViewApp\WEB-INF\

EDIT that web.xml and add the name of your picture in the following area.

under

<——-File resources—–>


img.banner.logo
*login_banner_SAPBOBJ_logo.gif

After the name of the picture to your picture. like below (Sasuke vs Itachi.gif)


img.banner.logo
*Sasuke vs Itachi.gif

Most important thing is, dont forget to take a copy of that web.xml file because in case any mistake happens we can replace the same with this file. Then the changes can be reverted as the old one.

After Editing save the file and RESTART the SIA and Tomcat Services in CCM. Then open Infoview

it will look like this,

Similarly every pictures that you see in infoview and in CMC can be changed. Enjoy working and share your knowlege

Reference: http://rdineshkumar.wordpress.com/

No comments:

Post a Comment