Custome sign in page

Hi All,
I am using OBIEE11g in Linuc box.I tried all the forumns.Each one says different solution.
My requirment is
When i open http://ip:9704/analytics it should be display my company logo for hole page,Not for the banner only.How will do and what are the css files to change and how to set.
in 10g i put my login page image bglogon.jpg. same thing we have to implement 11g also.How?
Thanks
Govind R

This document says:
1.
Copy the logoncontrolmessages.xml file in the ORACLE_HOME\bifoundation\web\msgdb\messages directory to the ORACLE_INSTANCE\bifoundation\OracleBIPresentationServicesComponent\coreapplication_obipsn\msgdb\messages directory.
2.
Edit the logoncontrolmessages.xml file as appropriate. Save your changes and close the file.
3.
Copy the files to modify from the ORACLE_HOME\bifoundation\web\msgdb\pages\common directory to the ORACLE_INSTANCE\bifoundation\OracleBIPresentationServicesComponent\coreapplication_obipsn\msgdb\pages\common directory.
4.
Edit the files in the \pages\common directory as appropriate, keeping the following points in mind:

The files all end with the .html suffix. However, these are actually XML-based files. When editing the files, use an editor that supports XML and ensure that the resulting files are saved as valid XML.

The Not Logged On page (kmsgAuthenticateNotLoggedOn), used for session timeout, is displayed only when users are not logged on and attempt to access a URL that does not support direct logon. For example, suppose a user accesses Oracle BI Answers and clicks the Log Off link. If the user clicks the browser's Back button and then clicks the My Account link, then the user receives the Not Logged On page.
5.
Save your changes and close the file.
Requirment:
Could you please let me where can i placed(path) my company logo(logo.jpg).This logo is not a banner formate only its whole page logo.

Similar Messages

  • Add hyperlink  - Custom sign in page OBIEE 11g

    Hello,
    I a m trying to customize the sign in page.
    We already succeeded, but a file disapeared ad we can't do it again...
    I explain, we have created the path
    /opt/oracle/obiee/middleware/biee11g
    In this path we have :
    customMessages
    sk_pageaideaccueil
    s_pageaideaccueil
    WEB-INF
    In the customMessages we have :
    messages/l_en/
    and the files :
    logonmessages.xml and
    productmessages.xml
    So, we modified some files to add an hyperlink "help" on the sign in page.
    In the logonmessages.xml we add the line :
    <WebMessage name="kmsgSampleMsg1"><HTML><sawm:if name="logonURL"> <a href="/analytics/olh/l_en/scorecard026.htm">Help</a></sawm:if></HTML></WebMessage>^M
    of course kmsgSampleMsg1 = Help is already created too.
    So we are here.
    I have my custom logonmessages.xml file in my custom path and i have the help folder in the original path :
    /opt/oracle/obiee/middleware/Oracle_BI1/bifoundation/web/app/olh/l_en/
    When I write an existing file like scorecard026.htm (or any other file which is from OBIEE) it's okay.
    But if I copy scorecard026 and I rename it helpme.htm, if I write in the path:
    <WebMessage name="kmsgSampleMsg1"><HTML><sawm:if name="logonURL"> <a href="/analytics/olh/l_en/helpme.htm">Help</a></sawm:if></HTML></WebMessage>^M
    It told me 404 error even after retsarting the coreapplication service.
    Do you know what I missing ?
    Thank you,
    Antoine

    Hello JaniRautiainen and thanks for your answer !
    So you have understod quite well the problem
    I just want to add a link to the sign in page so like you said : "there is no change to the actual login behavior".
    After that, when I click on the link "help" tha I have addes on the page, the redirection is fine (the link is working).
    But the page does not work, I have a mistake if I use the name of a file I have added to :
    /opt/oracle/obiee/middleware/Oracle_BI1/bifoundation/web/app/olh/l_en/
    But if I use a file which already exists in this path ,it's working...
    So I think that there is another file somewhere which know the files which are from Oracle or not.
    A new problem now, if I use a file which exists for exemple biee0002.htm, it's working. So when I click on my help link I arrive on this page.
    But now, if I modify the file biee0002.htm and I restart the coreapplication services, the file I see is the same...
    So it appears that I am in the wrong path...
    Do you have something on this ?
    Thank you
    Antoine

  • Custom sign in page OBIEE 11g

    Hello all,
    I have almost did it :D
    I followed the instructions of rittman mead --> http://www.rittmanmead.com/2010/12/oracle-bi-ee-11g-styles-skins-custom-xml-messages/
    But the last step is missing :/
    I have a folder with sk_pageaccuei, s_pageaccueil and WEB_INF which is cold analyticsRes.
    It is located here : /opt/oracle/obiee/middleware/instances/instance1/bifoundation/OracleBIPresentationServicesComponent/coreapplication_obips1/
    I have changed the logo and i'm able to see it by enter the url.
    The problem is, when I add these following lines in my instanceconfig, the presentation server does not restart !
    <URL>
    <CustomerResourcePhysicalPath>
    /opt/oracle/obiee/middleware/instances/instance1/bifoundation/OracleBIPresentationServicesComponent/coreapplication_obips1/analyticsRes
    </CustomerResourcePhysicalPath>
    <CustomerResourceVirtualPath>/analyticsRes</CustomerResourceVirtualPath>
    </URL>
    <UI>
    <DefaultStyle>pageaideaccueil</DefaultStyle>
    <DefaultSkin>pageaideaccueil</DefaultSkin>
    </UI>
    Could you tell me where i'm doing a mystake ?
    My OBIEE is sets up on a Linux platform...
    Thanks a lot,
    Antoine

    I seem to have found conflicting information on the resource virtual path. In one instance docs say the default is '/Res' but other docs say the default is '/analyticsRes'. My guess is if this is reserved internally to default to '/analyticsRes' and then fall back to '/Res' then attempting to overwrite the default with instanceconfig using a reserved word would throw an error.
    1) Did you try the instanceconfig without the virtual path to /analyticsRes?
    2) Does the saw.log indicate why the restart failed?

  • SharePoint 2013 implement simple logout button which do not redirect to default sign out page using JavaScript client object model

    I am using windows authentication in my web application.
    My requirement is to implement a sign out button which will sign out the user without having him to close the browser and application should not ask him to login again.
    I tried following two options:
     1. Redirecting the user to default signout.aspx page " /_layouts/15/SignOut.aspx "
     2. Using "Sign In as a different user" URL " /_layouts/15/closeConnection.aspx?loginasanotheruser=true "
    In first case, user is redirected to default sign out page but he can press "Go Back to Site" link to revisit the site. Another major issue is that the user has to close the browser to sign out from the application completely, which is not desirable
    in my project requirement.
    In second case, the the current user is signed out of the application but if the user has saved the password in browser, he gets signed in automatically to the application.
    I also came across the solution where we replace the default sign out page with a custom sign out page, but I am not sure whether it can be implemented using JavaScript Client Object Model of SharePoint.

    Hi 
    I'm basically looking for the exact answer for the query.
    Meanwhile you need to go through the link mentioned below in order to understand how to do it.
    Debugging and Logging Capabilities in SharePoint 2010
    Indul Hassan
    Microsoft Community Contributor
    http://www.indulhassan.com
    You Snooze.. You Lose !!

  • How to set up Application specific custom ogoff (sign-off) page.

    Hi,
    I'm using OracleAS 10.1.2.2
    Note 333638.1 shows us how do make a custom SSO login page to be application specific. This works.
    Now, I want to do a custom SSO logout (sign-out) page. Using the redirect method described does not seem to work. Please note that in our version 10.1.2.2, there is no default logout.jsp page in the /sso/jsp directory. To deploy a custom logout page, I would need to update the WWSS_LS_CONFIGURATION_INFO$ view.
    I was able to test a custom SSO logout.jsp page sucessfully. However, when I tried using a redirect_logout.jsp to make it application, it no longer works.
    Does anyone know or have any idea on how to deploy an application specific logout page? (i.e. only specific applications uses the custom logout page, otherwise go to the default one).
    Thanks.
    - Kevin

    Well,
    There are 5 choices to choose from on the page. In the description of the choices at the bottom of the page there are 7, and the two additional choices talk about having to first have registered the site with SSO. So...I'm interpreting that as meaning that other 2 possible choices would be displayed if the site is registered with SSO. That, plus the fact that the page which describes how to add the site to SSO seems to think that the SSO choices are displayed in the wizard.
    So, no, there's no "exact launguage" that says what the reason is for the choices not being displayed. Can you point me to some exact language that tells me how to get those choices displayed?

  • When I sign in to the Adobe Reader XI (which is the only option that I have to open a pdf document, I will sign in to the Adobe ID sign-in page. After I do this, the "Convert To" box goes "gray" and I am unable to convert the document I have selected.  It

    When I sign in to the Adobe Reader XI (which is the only option that I have to open a pdf document, I will sign in to the Adobe ID sign-in page. After I do this, the "Convert To" box goes "gray" and I am unable to convert the document I have selected.  It was working great for the first week that I used it, but now it doesn't give me the converting option.  I am very frustrated as I have done nothing to change anything, and I was thinking this was so great...now I am just pulling out my hair and do not have the option of calling anyone since no phone numbers are listed. I am VERY busy and do not have time to sit and wait over a half an hour to "chat", which I tried to do yesterday.  All I want to do is very simply, convert pdfs to Word.  I have paid for this and am not getting any help. I am not very savvy when it comes to Adobe this program and Adobe that program...I feel I am being scammed as I do not get simple answers for something that appeared was going to be simple. You can't even call customer service to talk to someone live to help walk you through. 

    Hello Kathie,
    Sorry for the inconvenience that has caused to you.
    Please let me know if you have tried converting any other PDF to word with Reader.
    Alos, please sign up at "https://cloud.acrobat.com/" using your Adobe ID credentials. Click on 'ExportPDF' tab and upload the PDF that you want to convert to Word.
    Let me know if this converts fine.
    Hope to hear from you.
    regards,
    Anubha

  • Why the sign-off page Not Displayed when I do SSO Logout ?

    Hi All,
    I am using Oracle SSO 10.1.4.1 and OID 10.1.4.1 and registering our ADF application to participate in the SSO.
    When I call SSO Logout from the web application with this URL :
    http://myserver:port/pls/orasso/orasso.wwsso_app_admin.ls_logout?p_done_url=http://myserver:port/portal/page/portal/myPORTAL
    It just do the Logout "Silently" and then redirect to http://myserver:port/portal/page/portal/myPORTAL.
    Doesn't it should firstly display a page that shows the list of all application that will be logged-Off ?
    Why that sign-off page does not get displayed ?
    Thank you for your help,
    xtanto

    Looking at the product version you mentioned, I assume you are referring to Oracle Access Manager. When you configure a Logout URL, it will just end the session by killing ObSSOCookie and take you to the Logout URL as specified by the Administrator. OOTB, it wont be able to display the list of the applications you will be logged off from. This needs custom development to achieve what you are expecting. First you need to find out what all applications the user is logged in or to what all applications the ObSSOCookie session is passed and then display them on the Logout URL.

  • Issue in Customizing the Logon Page and Replacing the Logon Panel Image

    I have facing problem in Customizing the Logon Page and Replacing the Logon Panel Image in Hyperion Workspace 11.1.2.1. I have tried multiple time.
    First Replacing the Logon Panel Image. I have following the steps given in admin guide of EPM workspace on page 25 and they are as follow
    To replace the image that is displayed on the logon panel:
    1 Create an image file named logon_panel.gif with dimensions that match previous image.
    2 Rename the installed version of logon_panel.gif to logon_panel.gif.original in
    %EPM_ORACLE_HOME% /common/epmstatic/bpmui/themes/<do for each
    theme>/images_global. Move the logon_panel.gif file that you created in step 1 to this
    directory.
    3 Clear your browser cache.
    Note: You do not need to restart the Hyperion Foundation Services - Manager Server.
    But still I am getting the same default image on log in page.
    The other problem I am facing is Customizing the Logon Page.
    I am following the steps given in admin guide of EPM workspace on page 17 and they are as follow:
    To customize the logon page:
    1 Follow instructions in the topic Extract a file in the Workspace Web Application.
    2 Backup file <temp directory>/war/WEB-INF/lib/bpmui.jar.
    3 Extract the contents of <temp directory>/war/WEB-INF/lib/bpmui.jar to <temp
    directory>/bpmui_jar/.. (*)
    4 Backup file <temp directory>/bpmui_jar/WEB-INF/classes/com/hyperion/bpm/
    Resources_en.properties.
    5 Edit file <temp directory>/bpmui_jar/WEB-INF/classes/com/hyperion/bpm/
    Resources_en.properties.
    6 Search for the property bpm.logonCopyright.
    Customizing the Logon Page 17
    7 Modify the text to the right of the equal sign. Use \n to get a new line.
    8 Save your changes.
    9 Repeat step step 1 through step step 8 for all the other Resources_xx.properties files for other
    locales.
    10 Jar the contents of <temp directory>/bpmui_jar/ to <temp directory>/war/WEBINF/
    lib/bpmui.jar.
    11 Continue with the topic, Re-package a file inside the Workspace Web Application.
    For the first part I am following
    Extract a file in the Workspace Web Application
    ä To extract files in Workspace Web Application:
    1 Stop the service for Hyperion Foundation Services - Managed Server.
    2 Backup file <EPM_ORACLE_HOME>/products/Foundation/workspace/
    InstallableApps/workspace.ear.
    16 Administration Tools and Tasks
    3 Using an unarchiving utility, extract the contents of <EPM_ORACLE_HOME>/products/
    Foundation/workspace/InstallableApps/workspace.ear into a <temp
    directory>.
    4 Create <temp directory>/war.
    5 Extract the contents of <temp directory>/workspace.war into <temp directory>/
    war.
    6 Update the file you are patching under <temp directory>/war. as direct in it.
    But I am not able to find file bpmui.jar in step 3 of above one (*). I have marked for your connivance.
    I am able to see these file in that directory
    dynamichelp.jar
    workspace.jar.
    Can anyone provide help on this. Platform I am using is LINUX

    You seem to have posted this in the wrong forum. This forum is for Oracle Enterprise Manager - not Hyperion.

  • Firefox 3.6.8 changes my customized My MSN page to a sample My MSN page

    I use My MSN as my home page. Since getting Firefox 3.6.8, I sometimes get my customized home page, but--just as often--I get the sample home page that is offered to new My MSN clients. Sometimes a second click will get me back to my customized home page. More often, I have to sign out and sign back in (the system has also stopped remembering my password) in order to get back to my customized My MSM page. This happens on more than one computer, but only with Firefox.

    See this article for some suggestions: [[Firefox has just updated tab shows each time you start Firefox]]
    See also http://kb.mozillazine.org/Preferences_not_saved and [[Preferences are not saved]]
    [[How to set the home page]] - Firefox supports multiple home pages separated by '|' symbols

  • Displaying booking form errors on custom redirect web page

    I have an event/booking with a registration web form that redirects to a custom web page (not the system page for bookings). If a customer signs up on the form using an email address of someone already registered for the event, their booking is not recorded, but I can't find a way to present the error on the web page that they are redirected to upon submitting.
    The workflow notification includes the message, "ERROR: Booking could not be made as this email address is already registered for this booking."
    There is a record of the failed attempt on the customer record with the email address that was used, but I need a way to tell the customer that their booking was uncessessful due to the email address used. Placing {module_error} on the web page doesn't seem to do the trick.
    Any help is very appreciated.
    Jake

    I suspected that might be the case. Thank you for confirming. Any idea if the URL parameters applied to the redirected page indicate that there were errors? That would be awesome!
    Jake

  • Sign in page of cc disappears before i can sign in

    When I click the CC logo at top of screen on my Macbook Pro, running Yosemite, the sign in page appears for about 1 second but closes again before I can use it. I have uninstalled and reinstalled twice but I am unable to launch CC. I had the same problem with Lion 10.7.5
    Any ideas?

    A chat session where an agent may remotely look inside your computer may help
    Creative Cloud chat support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html

  • Why isn't yahoo mail sign in page not loading from any browsers on desktop?

    I am experiencing this problem from yesterday where the page stops loading when I click on yahoo mail. It stops right at the sign in page with a blank page, thus I am unable to access yahoo mail. I have tried different browsers and even different users, after clearing cache, cookies and internet history. I did notice I am able to access yahoo mail without any trouble from a different pc altogether and from a mobile device. I assumed the problem would be fixed overnight but it's still not working. I have never experienced this problem before. Please help. Thank you.

    Many site issues can be caused by corrupt cookies or cache.
    * Clear the Cache
    Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    and
    * Remove Cookies
    '''''Warning ! ! '' This will log you out of all sites you're logged in to.'''
    Press the '''Alt''' or '''F10''' key to bring up the tool bar.
    Followed by;
    Windows; '''Tools > Options'''
    Linux; '''Edit > Preferences'''
    Mac; ''application name'' '''> Preferences'''
    Then '''Privacy.'''
    Under '''History''', select Firefox will '''Use Custom Settings'''.
    There is a button on the right side called '''Show Cookies'''.
    If there is still a problem,
    '''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Start Firefox in Safe Mode]''' {web link}
    While you are in safe mode;
    Press the '''Alt''' or '''F10''' key to bring up the tool bar.
    Followed by;
    Windows; '''Tools > Options'''
    Linux; '''Edit > Preferences'''
    Mac; ''application name'' '''> Preferences'''
    Then '''Advanced > General.'''
    Look for and turn off '''Use Hardware Acceleration'''.
    Poke around safe web sites. Are there any problems?
    Then restart.

  • Cant open hotmail sign in page

    I have a problem where I cant open the web page to sign into my live.com or hotmail account. The page just stays blank and I get the error code I pasted below. From what I can tell, this all started when I downloaded a MLB toolbar last week. I didnt like it so I deleted it from the uninstall menu and it was gone. Except there was a Websearch+ as a search provider that was not there before. I have searched my computer harddrive and there is no file with mozilla or firefox I can find to delete, but it left something behind that is blocking that sign in page. I contacted Microsoft and they said that page is not compatable with Mozilla and to remove it, but I cant cause I dont know where to find it. I have tried to change all default settings back to Windows, but when I close it, it goes back to custom on its own. I have deleted cookies, caches, temp files, trach cans and did a system restore and nothing has changed. If somebody can help me, please let me know what I can do.
    Thanks,
    Kevin

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do not click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • VZW URL coming up on the VZT Sign-In Page and the Email "Keep Me Signed In" issue

    Hello All,
    Here are two messages as it pertains to the VZW URL coming up on the VZT Sign-In Page and the Email “Keep Me Signed In” issue:
    I’m a VZT customer and want to sign-in to my VZT account.  Why am I being sent to a My Verizon sign-in page with a VerizonWireless URL (website address)?
    Thank you for raising this issue, and it is always good to ask when you see something unexpected in an online experience.  We are in the process of making some security enhancements and other changes to our wireline My Verizon site.   At least during the early stages of this important process you may notice a verizonwireless.com URL at the top of your browser screen – this is normal. 
    I’ve selected the “Keep Me Signed In” function on the My Verizon sign-in page.  It used to work on the old “verizon.com” URL (website address) sign-in page, but it doesn’t work on the new “verizonwireless.com” URL sign-in page.  Why?
    We apologize for your inconvenience.  We are in the process of making some security enhancements and other changes to our wireline My Verizon site.  “Keep Me Signed In” is one of the items being changed and is unavailable for some of our customers.  This is a temporary situation until the function can be removed entirely.  
    Thank you for your patience while we work on the changes and enhancements to our wireline My Verizon site.

    I have this too it's driving me crazy!

  • Verizon Sign-In Page

    Anybody know why the weather at the top of the sign-in page frequently changes to New York and I have to repeatedly change it to my zip code number?
    Holly

    You could be signed out. The next time you see it say New York, look to see if it has your name in the upper right hand corner of the website or does it say Sign-in?
    Anthony_VZ
    **If someones post has helped you, please acknowledge their assistance by clicking the red thumbs up button to give them Kudos. If you are the original poster and any response gave you your answer, please mark the post that had the answer as the solution**
    Notice: Content posted by Verizon employees is meant to be informational and does not supersede or change the Verizon Forums User Guidelines or Terms or Service, or your Customer Agreement Terms and Conditions or plan

Maybe you are looking for