Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to remove the Oracle logo in the login page & leave it blank oBIEE 11g

858002May 10 2012 — edited Aug 14 2013
Hi all,

Need your urgent help to remove the oracle logo from the login page of OBIEE11g. Please let me know reference where i can remove that.

Note: i tried removing the image oracle_logo.png in the login folder but that leaves the page with box image having a x there.

kindly let me know how to remove it from the refernce & leave that blank.(not reqd to insert my company logo).

Your immediate response appreciated.

Thanks
FR

Comments

user248025
Hi,

just go to this path

D:\Oracle\Middleware\Oracle_BI1\bifoundation\web\app\res\sk_blafp\login\oracle_logo.png u can remove it then restart its will work. its not good method becasue in feature upgrading version and migration its double work

better to deploy your own custom skin and style on your server for more refer

for those who still got problems to customize the skin and style of obiee 11g:

http://www.oracle.com/technetwork/middleware/bi/customizing-oracle-biee-11g-176387.pdf
This whitepaper explains all steps, which are needed.

When you add this part

<URL>
<CustomerResourcePhysicalPath>E:\OBIEE_LAF</CustomerResourcePhysicalPath>
<CustomerResourceVirtualPath>/OBIEE_LAF</CustomerResourceVirtualPath>
</URL>
<UI>
<DefaultStyle>test</DefaultStyle>
<DefaultSkin>test</DefaultSkin>
</UI>

to your instanceconfig, it is important to copy it inside the <ServerInstance> tags. Otherwise the Presentation Server will not start.
FYI:
http://obiee101.blogspot.com/2011/07/obiee11g-multi-skin-and-style.html




Thanks
Deva

Edited by: Devarasu on May 10, 2012 4:21 PM
858002
Hi ,
Thanks for responding.

As said in the oracle white paper i have made my own custom style & skin. Now the problem i have is i can change the oracle logo to my company logo with the same name as oracle_logo.png in the login folder in my customised Sk_XXX folder. but what i require is to remove the logo at all from page & leave the place balnk.

Kindly help.
user248025
Hi,
Just do this
D:\Oracle\Middleware\Oracle_BI1\bifoundation\web\app\res\sk_blafp\login\oracle_logo.png and
D:\Oracle\Middleware\Oracle_BI1\bifoundation\web\app\res\sk_blafp\b_mozilla_4\oracle_logo.png

Remove oracle_logo.png it then restart its will work. its not good method becasue in feature upgrading version and migration its double work

restart your presentation services

Thanks

Deva
858002
Hi Deva,

As said in my initial post, i have already tried removing the image oracle_logo.png from my custom skin login folder. Not helpful i see a erro box there. Please help with the refernence of this logo & i can delete /hide it.

Thanks
JitendraBhagwat
FR,

If you are looking to remove Oracle Logo entirely then you'll have to locate "logoncontrolmessages.xml" at following location: ..\Oracle_BI1\bitfoundation\web\msgdb\messages

Within that xml locate the tag which refers to Oracle_Logo.png and it's credentials..
You'll see this:
***************************
<td id="logoCell" class="logo" width="119" valign="middle" height="25">
<img alt="@{system.productVersion}" title="@{system.productVersion}" src="fmap:login/oracle_logo.png" width="119" border="0" height="25" />
</td>

**************

Replace the above tag with following:
<td>
</td>

And restart your presentation server, to see the changes.


PS: It's advisable to take back up of XML before editing.

Regards,
Jitendra
858002
Thanks Jitendra. that is what i was looking for. But now i have my own customised installtion location for my skin & styles under analyticalres .
1. should i modify this xml & put in the customised location or direclty in the original location.
2. if i modify in the original location will Oracle presentation services look for it ?
3.will this change be over ridden when i upgrade later?

Kindly advice.
JitendraBhagwat
FR,

On the other hand, reducing widh to 0 instead of 119 should do the trick as well.

<td id="logoCell" class="logo" width="0" valign="middle" height="25">
<img alt="@{system.productVersion}" title="@{system.productVersion}" src="fmap:login/oracle_logo.png" width="119" border="0" height="25" />
</td>
JitendraBhagwat
FR,

1. should i modify this xml & put in the customised location or direclty in the original location.
-> Modify the xml in it's 'original' location, presentation server loads it from the original location

2. if i modify in the original location will Oracle presentation services look for it ?
--> Yes.

3.will this change be over ridden when i upgrade later?
--> Most likely 'Yes' :) . An Upgrade tends to override all existing files.

To aovid this you can create and blank image (only white space) save it as 'Oracle_Logo.png' and save it in the home location.


Regards,
Jitendra
Sundari
Hi

The above step of updating logoncontrolmessages.xml removes the Oracle logo from the login page.
However the logo remains in the obiee home page after login.
how do we remove the logo from all other pages ?
I dont want to have any logo.

I have removed the Oracle_logo.png file from
INSTANCE_HOME/bifoundation/OracleBIPresentationServicesComponent/coreapplication_obips1/analyticsRes/sk_custom/b_mozilla_4
and
INSTANCE_HOME/bifoundation/OracleBIPresentationServicesComponent/coreapplication_obips1/analyticsRes/sk_custom/login
user12862826

Hi,

Is there a way to remove the logo completely from the entire Dashboard? I have a requirement where the user does not want to have any logo at all.

Thaks

Sasi Nagireddy

Try removing Oracle_logo.png file from the below locations:-

bifoundation/OracleBIPresentationServicesComponent/coreapplication_obips1/analyticsRes/sk_custom/b_mozilla_4

and

bifoundation/OracleBIPresentationServicesComponent/coreapplication_obips1/analyticsRes/sk_custom/login

Now restart your services including Admin Server and Managed Server.

Hope this helps you.

Thanks,

1 - 11
Locked Post
New comments cannot be posted to this locked post.