Showing posts with label customization. Show all posts
Showing posts with label customization. Show all posts

Tuesday, June 23, 2015

OBIEE 11g custom Login Screen Background


Change Login Background OBIEE 11g

Login Background customization:

I have given the below URL of the Oracle logo on the login screen, to figure out the analtics path on which the background .jpg file present.


in the above URL analytics represents path of the folder: 
D:\OBIEE_MW\user_projects\domains\bifoundation_domain\servers\bi_server1\tmp\_WL_user\analytics_11.1.1\7dezjl\war

Replace background_blue_whitegradient_.png with your image. On the following path and recycle presentation services.

D:\OBIEE_MW\user_projects\domains\bifoundation_domain\servers\bi_server1\tmp\_WL_user\analytics_11.1.1\7dezjl\war\res\sk_blafp\login


Most of the times only the above step needed for changing the background. But in my case the file with name background_blue_whitegradient_.png doesn’t work because it had a ‘_’ at the end. So I have renamed the file to background_blue_whitegradient.png and change the login.css file like below.



Before restarting you can run the URL similar to below to make sure you the proper background and recycle presentation services.


Have fun!!!
Thanks

Thursday, April 2, 2015

OBIEE 11g Customization - Location of Files to Change


Remove/Edit Copyright Message:

Change Utilmessages.xml on the path:

\Oracle_BI1\bifoundation\web\msgdb\l_en\messages

Change Oracle Logo:

Replace Oracle Logo with your custom logo on these paths

\Oracle_BI1\bifoundation\web\appv2\res\sk_blafp\b_mozilla_4

\Oracle_BI1\bifoundation\web\appv2\res\sk_blafp\login

\user_projects\domains\bifoundation_domain\servers\bi_server1\tmp\_WL_user\analytics_11.1.1\7dezjl\war\res\sk_blafp\b_mozilla_4

\user_projects\domains\bifoundation_domain\servers\bi_server1\tmp\_WL_user\analytics_11.1.1\7dezjl\war\res\sk_blafp\login

Login Messages:

\Oracle_BI1\bifoundation\web\msgdb\l_en\messages\uitlmessage.xml

Product Messages:

\Oracle_BI1\bifoundation\web\msgdb\l_en\messages\productmessages.xml

Oracle BI Catalog:

\Oracle_BI1\bifoundation\web\msgdb\l_en\messages\uicmsgs\saw.catalog.xml

Oracle Biee Home

\Oracle_BI1\bifoundation\web\msgdb\l_en\messages\bieehomemessages.xml

Logout Messages

\Oracle_BI1\bifoundation\web\msgdb\l_en\messages\logonmessages.xml

To include Signin Banner/Notification:

\Oracle_BI1\bifoundation\web\msgdb\pages\common\signin.html

Restart only presentation service to apply these changes.