Regarding customization of login scree of obiee11g

HI All,
i am customizing login screen.
i have changed the logo of oracle by company logo but
logo image is coming blurred. so i want increase the size of
topbody so that logo doesnot compress.
please tell how to do it.
also after login i want to change the message from analytic dashboard to something else but not able to do.
i am able to do for login screen but not after login screen

Hi,
It should be same size of oracle_logo.png (default size) so please keep it same size.
Please refer the below
http://www.oracle.com/technetwork/middleware/bi/customizing-oracle-biee-11g-176387.pdf
alos try this...
http://obiee101.blogspot.com/2011/07/obiee11g-multi-skin-and-style.html
Thanks
Deva

Similar Messages

  • How do I customize the login page?

    Hi, floks:
    How do I customize the login page?
    Can I just create a page with login portlet in it? what do I put as on Success URL,
    if I choose to go to the home page?
    thanks.
    null

    You can create a page and add a login portlet to it.Make it accesible to public.
    change the default page of the user "public" to the page you have created.(by default it is WELCOME)
    if there is an error in the user name or the password entered the portal still navigates to the default single-sign on page.(You have not changed the sign on page still)
    To change this page look at on-line help.
    search with string "customize" in online help
    null

  • How to customize the login screen?

    How can i customize the login screen of oracle applications 11.5.10.2 with say for example forgot pasword link or link to someother site..which web page do i need to edit? and what are the steps involved in it?
    Thanks in advance
    Rahman

    I suggest you have a look at note: 404381.1
    It is not about the main page itself, but it shows you how to customize jtflogin.jsp, like how to (Customize Login Page/Change the Logo/Add a Background Logo .. etc).
    For customizing the login screen (AppsLocalLogin.jsp in 11.5.10.2), you can find this file under $COMMON_TOP/html

  • Customize Viewer Login page

    Hi All,
    We are trying to Customize Viewer Login page by defaulting 'Oracle Applications' in the Connect To dialog box. Now it is 'OracleBI Discoverer'. Can anyone help me with that? I am not very familiar with uix scripts. I went into ViewerConnections.uix file, but couldn't figure out where can I make the change.
    Thanks.

    Hi,
    Please review Doc ID 312463.1 in MetaLink for additional details but, I would assume you could just re-order the list in the ConnectionAccessTypes.uit file located at $BIHome\j2ee\OC4J_BI_Forms\applications\discoverer\discoverer\templates
    I've not tried it personally so, ensure you shutdown everything before, backup the file and restest. The note is very helfpul...basically it'll be something like this
    Before
    <contents xmlns="http://xmlns.oracle.com/uix/ui">
    <option value="RELATIONAL" text="${uix.data.nls['text.access.type.RELATIONAL']}"/>
    <option value="APPS" text="${uix.data.nls['text.access.type.APPS']}"/>
    <option value="OLAP" text="${uix.data.nls['text.access.type.OLAP']}"/>
    <rootChild name="contents"/>
    </contents>
    After
    <contents xmlns="http://xmlns.oracle.com/uix/ui">
    <option value="APPS" text="${uix.data.nls['text.access.type.APPS']}"/>
    <option value="RELATIONAL" text="${uix.data.nls['text.access.type.RELATIONAL']}"/>
    <option value="OLAP" text="${uix.data.nls['text.access.type.OLAP']}"/>
    <rootChild name="contents"/>
    </contents>

  • Customization of Login page in OBIEE 11g

    Hi All,
    I am working on OBIEE 11.1.1.6.0.
    In login page of Analytic, we have User ID and Password.
    Can we add another label and textfield in login page.
    like.. User ID :-
    Password:-
    Company Name:-
    Please give me your suggestion.
    Thanks
    Prashant

    Hi Prashant,
    Looks like you need to validate the company name during the BI authentication process.
    We all know that NQUser is for UserID and NQPassword is for Password, with your customization you need to add Text field tag in the existing form with name as Company. Till here we can go for that without any issues.
    But my question is where you want to implement the validating the company name with userid and password. As of now saw.dll is going to validate the userid and password, to validate company name you need to customize the saw.dll (I dont think this can do) or else you need to validate first with your own script for given userid,pwd and company and then pass userid and pwd to saw.dll for BI authentication.
    Hope this helps, let me know for any questions

  • How to customize default login page of FBA

    Hi,
    I have implemented a SharePoint 2013 Portal with Form Based Authentication.
    I want to customize the look and feel of default login page.
    How could i do that?

    Hi,
    For your requirement, you can take a look at the three links below for a quick start:
    http://sivarajan.me/post/SharePoint-2013-Enabling-Custom-Login-Page-and-Mixed-Contents-Part-2
    http://blogs.msdn.com/b/kaevans/archive/2010/07/09/creating-a-custom-login-page-for-sharepoint-2010.aspx
    http://mysharepointsolution.wordpress.com/tag/custom-login-page/
    What’s more, The deafult login page is located here: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\TEMPLATE\IDENTITYMODEL\LOGIN\default.aspx, you can
    make a copy and modify it.
    Thanks
    Patrick Liang
    TechNet Community Support

  • Regarding customization of portal page

    Hi
    any body suggest me how to change look and feel of a particular page in the portal.
    thanks
    sekhar.

    Hi Sekhar,
    The look and feel of any portal page can be changed by the Portal Themes i.e at System Admin->Portal Display->Theme Editor,where all the exterior changes like colours, themes and images can be done.
    Bt when u want to add any extra link,change the welcome message, or change the way ur portal page looks to end users,u need to change the com.sap.portals.navigation.masthead.par file available at
    ROOT\portalapps. Create a project with the parfile in NWDS under Portal INF we hav 4 jsp files,
    We have headeriview.jsp which is the file containing the functions for the portal login page.we also hav UMElogon.jsp page. Change the jsp code for editing your page. Adding a new link,popup come message.etc..
    Now after editing the login page rename the par file with teh same name (com.sap.portal.navigation.masthead )from the Project we created at NWDS.
    Go to System Admin->support ->Portal Runtime->Application Console->upload ur parfile and then the changes will be displayed at ur loginpage..
    PS:test the code properly before uploading par file at PRT
    Regards,
    Shaila

  • Customize InfoView Login Screen

    I have Business Objects Edge XIR3.1 I have it installed with TomCat. I want to modify the Login Screen to Change the wording, for example I want to put the phone number of the help line there.
    Can anyone tell me where to find the files that contain this text?
    Thank You.
    Jeff

    Hi Jeff,
    maybe this Documents will also help you:
    https://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/30d43d7a-c53e-2b10-0ba9-c149b0502d38&overridelayout=true
    Regards
    -Seb.

  • Win2kr2 IIS7 customize gw login page cannot find index.html

    Successfully installed GW802hp2 on Win2kr2 IIs7 and redirected to /gw/webacc.
    I want to customize GW Webacc login page with company logo but cannot find the index.html file
    Where is it located? I have copied the logo and splash files already.

    I have found the answer - at least to meet my needs. I hope this helps someone else.
    After enabling HTTP-Redirect to /gw/webacc
    the file to edit is: c:\novell\groupwise\tomcat5.5\webapps\gw\WEB-INF\classes\templates\webacc\css\login.htt
    under DOCTYPE HTML PUBLIC . . . . at approx. line 144, enter the name of your logo.ico file (replacing /favicon.ico)
    the image files need to be place in the following folder:
    c:\novell\groupwise\tomcat5.5\webapps\gw\webaccess \201012110348\images\
    1) your logo.ico; 2) replace the install_top_n.png with your install_top_n.png file (this is at the top of the GW login screen - you may have iused a splash.gif or splash.png n IIs6). 3) If you want to remove the watermark, or have a different watermark on the GW login screen, replace install_watermark_n.png with your watermark.png file.
    NOTE: If you use the same file names and copy them to this directory, you won't have to modify the login.htt file with the name of your custom .png files.
    The above will work for IE and Firefox, although there may be some modifications necessary for Firefox.

  • Regarding Customization

    Hi guys,
    1) Could somebody tell me How many types of customization can be done in R3 level. I believe only two types are available. do we have any other type than this?
    for example.
    1.Customize and save it by Transport request.
    2.Customize setting done thru SPRO tr-cd.
    2) Also Could you please tell me how to fetch this customize setting( above 1) and 2) ) from tables or using any Transactions.
    Thanks in advance
    Regards
    Ambichan

    Hi athish,
    Thanks for your reply.
    I saw the table CDHDR and CDPOS customizing tables. Table CHDBR have some entries for 2006 year. but not for this year 2007.
    IF i check the LOG DATA CHANGES flag for the table it is being unchecked.
    In this case. How to track the customizing changes. any alternate ways.
    regards
    ambichan

  • How to customize SSO Login URL and EBS AppsLocalLogin URL

    EBS version is 12.1.3 with SSO enabled (version 10.1.4.3)
    Original URL as follows:
    1) SSO Login : http://cmcsifsdev01.cmc.gov.my:8006
    2) EBS Local Login : http://cmcsifsdev01.cmc.gov.my:8006/OA_HTML/AppsLocalLogin.jsp
    There was a requirement from user to change the HTTP port from 8006 to 80 and use custom url. Using metalink note : How To Configure Apache In R12 (10.1.3) To Listen on a Restricted Port Such as 80 or 443 [ID 578001.1], i managed to change it as follows:
    Current URL
    1) SSO Login : http://sifsstg.skmm.gov.my
    2) EBS Local Login : http://sifsstg.skmm.gov.my/OA_HTML/AppsLocalLogin.jsp
    But there is new requirement to the current URL as follows:
    New requirement:
    1) SSO Login : http://sifsstgsso.skmm.gov.my (change from 'http://sifsstg.skmm.gov.my' to 'http://sifsstgsso.skmm.gov.my')
    2) EBS Local Login : http://sifsstg.skmm.gov.my (change from 'http://sifsstg.skmm.gov.my/OA_HTML/AppsLocalLogin.jsp' to 'http://sifsstg.skmm.gov.my')
    Is it possible to implement this new requirement? If possible, please advice me further.
    Appreciate any comments. Thank you in advance.

    How many web tiers do u have?
    For,
    1) SSO Login : http://sifsstgsso.skmm.gov.my (change from 'http://sifsstg.skmm.gov.my' to 'http://sifsstgsso.skmm.gov.my')
    You can define change the EBS HTTP server to use a Virtual Host/Reverse Proxy in front (e.g. WebCache/Apache Standalone). Do re-register this mid tier with SSO Server.
    You can follow:- Installing and Configuring Web Cache 10g and Oracle E-Business Suite 12 [ID 380486.1]
    However that same web server is servicing for AppsLocalLogin.jsp also. So i am not really sure whether u can really define another virtual host on RP side to access it with a different URL.
    (2) EBS Local Login : http://sifsstg.skmm.gov.my (change from 'http://sifsstg.skmm.gov.my/OA_HTML/AppsLocalLogin.jsp' to 'http://sifsstg.skmm.gov.my'))

  • How to remove default facebook email on login scre...

    I am using the latest version of Skype.
    When I start Skype, the main Skype login screen show up.  At the bottom right corner, there is a link to Sign in with facebook,  After the link is clicked, then a facebook logon screen will showup.  I did logon using facebook once and logout but my facebook id becomes the default on that field.
    My question is how to remove the default email/facebook ID on that screen.  I did not login in to Skype, not on facebook.  I have tried uninstall Skype and delete all the file in %appdata%skype directory. I did try to blank out the field and close Skype.  It doesn't work.
    However none of the method works.  When I go to the facebook logon screen in Skype, the default facebook ID still show up(I used that ID logon once but have already logout).
    I have already removed the my Skype/facebook account association already but the facebook address still showup as default.
    Any idea to clear that default?

    Will this terminal command work in OS X 10.10?
    sudo defaults write /Library/Preferences/com.apple.loginwindow SHOWOTHERUSERS_MANAGED FALSE

  • Regard  Customization of VO

    Hi All,
    I have a doubt in extending the exitsing VO.
    The problem is, at present the VO has 3 bind variable and in as per my requirement i want to make it as with 4 bind variables.
    How i need to excute the extended VO
    Thanks
    Uma

    Study the current working of the VO query. Check out how the AM method passes the value to the VO (either directly in the AMIMpl or some method like initQuery gets invoked).
    If the fourth parameter needs to be calculated via some mechanism, then you need to explore whether extending the Controller would do or not. If you extend the controller and not the AM, the method to execute the VO should be invoked in the Controller itself and you would also need to calculate and pass the fourth parameter.
    At the same time, it is a possibility that you extend the AM and override the method name (which is invoked by the controller) to calculate the fourth parameter and invoke method initQuery (or call itself) to bind parameters and executeQuery.
    So understand the current working first. Hope the write up was useful.
    Regards
    Sumit

  • Issues regarding Smart Card login inside domain and on SmartPhones

    Hi
    i am planning to implemnt at my domain login ONLY with smartcard
    i saw i have some option how to do it , one with GPO that covers all the computers (or some computers with defined groups)
    or i can check the "smart card is  required ...." this could be the easy way but when i check this  box
    the users with the smartphones no longer can authenticate with it to get emails , also the OWA is not availble for them
    is there any solution so the users will have to login with smartcard and still get the emails to the smartphones ?
    thanks
    TK

    Hi Robert Gauthney,
    Could you offer more information about your issue, I found a similar scenario with your issue, if it meet your environment please refer the following KB to fix it, if it not
    meet your scenario please offer us more information such as the error screenshot or related Windows event information:
    Smart card authentication does not work when you use VDI and RD Gateway for RDC client in Windows 7 or in Windows Server 2008 R2
    http://support.microsoft.com/kb/2548538/EN-US
    I’m glad to be of help to you!
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Regarding Planning User Login Screen

    Hi ALL
    I have a client request to perform following task
    If a user logs in and opens report X and user works on that form and then logs off and logs in later then planning applicaiton is automatically redirecting to the previous web form user have opened.
    So now my client requires user to be redirected to default page.How this can be achieved.
    In the forums I have seen John has suggested to modify 'MRU_SCREEN_PROPS' to redirect for one time purpose but here I need a permanent solution I have tried following ways
    I have seen tables where the applicaiton has deployed i.e relational database
    Table i have reffered is HSP_USER_PREFS there I have manually modifed the column 'MRU_SCREEN_PROPS' to the default login page of the planning application but it over writes when logs off and logs in
    So is there any procedure to permanently redirect my user to one login page.
    Thanks,
    Ram.

    John/Rinku,
    Thanks for your reply actually my requirement was go to home page whenever user logs out and logs in to planning from workspace. Currently If a user opens a data form and then logs out and logs in then user is redirected to form which was opened last time.
    Rinku has given right answer.
    Thanks for help.
    John/Rinku,
    I have other question my client wants to look at application description in the workspace home page currently I have my application name in workspace homepage I have to change it such that it would display description.
    EG: currently by application name is "BUDGET" description is "Planning Application for Company" on the workspace page I have to change from application name to description.
    Thanks,
    Ram.

Maybe you are looking for

  • Ipod Nano not recognized by computer (or itunes) but charging.. so connected

    worked until this am (though I think I had this once before, a couple years ago, too often follows itunes updates) connected to computer (win 7) this morning and it is not recognized by computer (or itunes) can't find it looking in Explorer but, it i

  • After loading k-lite can't view converted h.264(mov) files on quicktime

    Got an hd camcorder for christmas that records in the h.264(mov)format. Could only play files on quicktime 7 but processor to slow and video stuttered and lagged audio. Downloaded binks radtools to convert file to avi, which played farely decent in q

  • IDOC to File - File Content Conversion Problem

    Hi, The scenario is IDOC to File. I am using file content conversion for my receiver adapter.  The receiver adapter parks the file in the receiver system but the file has no data.  In SXMB_MONI on checking the payload at every step, the data is trans

  • GL accounts for AUA and AUF

    Hi, Ideally COGM cost element should be there for GBB-AUA and GBB-AUF. What if I assign two different COGM Cost elements to GBB-AUA and GBB-AUF respectively.? Will there be any problem? Please confirm. Regards Kami

  • Tables used in MMBE

    Hi Can anyone tell me if there is a tabe with the values showed in MMBE? The value I want to know is the quanty in sales order of some material. thanks Dora