Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 214 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
New logo is not updated in Login page and Home page

Hi All,
I have successfully implemented the logo changes in OBIEE DEV and QA .
i have followed the same steps to implement in Prod environment but logo is not reflecting on both home page and login page
what could be the reason...would it be related to the browser cache issue or OBIEE issue?
Anyone provide me the solution ...
please let me know in case of any more details are required from my end.
Thanks in advance.
Regards,
Sudheer
Answers
-
-
Hi Gianni,
I have followed the below steps to implement the new cilent logo in both home page and login page in Prod
1.stopped the OPMN services,Managed Server,weblogic server
2.Taken the backup of old client logo and rename the new client logo as oracle_logo.png(80*25 is the pixel size) and uploaded in below two paths
/u01/app/servername/OBIEE/clientlocation/sk_clientname/b_mozilla_4
/u01/app/servername/OBIEE/clientlocation/sk_clientname/login
3.Started the weblogic server,Managed Server,OPMN Services
I went to the IE browser, cleared cache and entered the URL(http://clientmachine:9704/analytics) for login page of OBIEE. I could see that new client logo is not reflected.
Tried to entered the URL(http://clientmachine:9704/analytics)in all the browsers after cleared the browser cache & bounced the all the servers again but still new logo is not reflected.
Note :I have successfully implemented in DEV and QA by following above three steps.
Can you help me if i am missing anything here or due to some other reason which i am not able get the new client logo
Thanks in advance
0 -
There could be a lot of reasons. Sounds like you've eliminated browser cache as the problem, but there are other things to check:
- Pull up your browser tools (F12) and see where oracle_logo is coming from. Is it coming from your custom skin or an Oracle-provided skin?
- Do you need to redeploy your custom skin via weblogic console? Did you deploy your custom skin's folder or did you deploy the ear file? And did you deploy it the same way in all three of your environments?
- Is your production instanceconfig.xml file correct? What's the default style/skin in your DEV/QA? Compare that to PROD.
- Is this your first time trying to put the custom style on production or was it already in place?
0