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>

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

  • 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

  • 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.

  • Removing fields from Discoverer Viewer Login Page 10g

    Hi,
    I am new to discoverer 10g. I wanted to know if its possible to remove the non mandatory fields from the Disco viewer home page like Locale, End user layer and Connect To since they can be configured to take default values.
    Once a user logs in, he views a set of workbooks. Can this page be replace with a customized report?
    Thanks
    Sujatha

    Are you on a 11.5.10 environment? If so please make sure your DBC-file is generated correctly. Since 11.5.10 Discoverer will be started using SSL mode.
    Do you have the same issue when connecting thourg the Desktop or even with the Plus (directly from the /discoverer/plus url)? If so, please make sure the 'ICX: Launch Discoverer Plus/Viewer' have the correct value. E.g. http://<server.domain>:<port>/discoverer/plus?Connect=[APPS_SECURE]

  • Customize login page in portal 3.0.8

    To customize the login page you can put an url which points to a database procedure in the table wwsso_ls_configuration_info$. The procedure will then use this url/database procedure to draw the login screen.
    In Portal 3.0.8 the table wwsso_ls_configuration_info$ doesn't seem to exist anymore. Instead there is a wwsso_ls_configuration_info_t table, but when I put an url in this table it doesn't work.
    Where do I have to put the url to make it work.
    arny
    null

    When you update the first table, second one (ending with _T) is updated automatically in Release 2
    regards

  • OBIEE 11g Login page customization

    Hi All,
    I have to place the company logo in OBIEE login page background image (Blue color Background).
    Kindly help me to do it.
    Thanks,
    Haree

    HI,
    Kindly refer the below,
    Customizing Oracle Business Intelligence Enterprise Edition 11g An Oracle White Paper
    http://www.oracle.com/technetwork/middleware/bi/customizing-oracle-biee-11g-176387.pdf
    also
    Oracle BI EE 11g – Styles, Skins & Custom XML Messages
    http://www.rittmanmead.com/2010/12/oracle-bi-ee-11g-styles-skins-custom-xml-messages/
    ttp://bintelligencegroup.wordpress.com/2010/09/02/customize-user-interface-in-obieeskin-and-style-files/
    or,
    How to customize obiee login page?
    Hope this help's
    Thanks,
    Satya

  • Customize Login Page

    How can I customize the Single Sign On Page? Or do I have to create a new page in order to customize it?
    Thanks,
    -Stephanie

    Does anyone know what I am talking about? I want to be able to customize the Login Page so that it is consistent with the rest of my site. Can this be done?
    Your help is GREATLY appreciated.
    Thanks,
    -Stephanie
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Stephanie Zolezzi ([email protected]):
    How can I customize the Single Sign On Page? Or do I have to create a new page in order to customize it?
    Thanks,
    -Stephanie<HR></BLOCKQUOTE>
    null

  • How can i use my custom login page in a custom partner application ?

    Dear All,
    I'm trying to customize a login page displayed other than the default sso login page
    by submiting my form to the regular pl/sql procedure : "PORTAL.wwptl_login.login_url"
    but i tried to type the requested partner application url in the browser i got the sso
    login page other than my custom login page. So, How can i use my custom login page in a custom partner application ?
    Regards,
    Mohammed Amin
    [email protected]

    I cannot begin to express my level of frustration. I have been trying to use the composition widget light box display for some time now. I drag the widget to my document. The default widget has three small trigger boxes and a large area made up of a forward and backward button, a background, a text box and a frame for your image.
    My steps have been …
    I click on the little trigger box.
    I click on the frame that holds the main image.
    I go to the fill menu and browse my computer for my image and then click OK.
    IT shows up on my screen. Yay
    I attempt to continue using the next two trigger boxes provided in the widget.
    After that, I add more by clicking on the little plus sign.
    This is where all heck breaks loose.
    Every single time I attempt to add thumbnails, something messes up. When I go to preview, either not all of my main images show up, or it starts with the wrong one, or some are missing. I have looked and looked for help on this and the only thing I can find is how easy it is to create a great portfolio lightbox display.  But as we know, that only works when your thumbnails are the same image as the images in your lightbox. If you want something different, you have to use the composition wizard. I am finding it extremely difficult and confusing to customize.
    Is there an exact sequence you need to use to add images to the slideshow? I am my wits end.

  • Want to add company logo in sharepoint site 2013 login page..

    hi,
    I am trying to setup a customize SharePoint login page with company logo, while searching I found that it requires FBA authentication enabled which I did. now I have challenge, how to add company logo in SharePoint login page so while heats to site users should
    able to see company logo on the login page. I would like to use AD accounts only to login. I do not need FBA authentication..
     can you please help me further..

    Hi Romeo,
    I have deployed same project ("http://sp2013customloginpage.codeplex.com/") to my SharePoint
    firm & able to see login page but am not able to login in my SharePointsite. Any clue?

  • Customizing Login Page in oracle E Business suite

    Hi,
    I am new to OA framework world.
    i have a requirement where i need to customize Oracle login page to put some validations on the password that user enters.
    If password has not been changed in so many days then prompt user to change it .
    Has anyone did anything like this.
    Please let me know how we can proceed with this requirement.
    Thanks,

    >
    If password has not been changed in so many days then prompt user to change it .
    >
    This functionality already exists in EBS - in the "Define Users" form, see the password expiry options.
    HTH
    Srini

  • Customizing LiveCycle Rights Management login page

    Hi,
    I would like to know how to customize the login page of Right Management (and if possible the AdminUI one). In the Adobe documentation, I've only found how to customize the login page of LiveCycle WorkSpace, but nothing for the other modules.
    Do you have any hint for this customizaton ?
    Thanks

    We don't provide the source code for adminui like we do for Workspace.
    Jasmin

  • Strange thing happening when trying to override login page

    Hi all,
    I'm probably approaching this in the wrong way.
    I'm trying to override and customize the login page, and eventually override and customize the welcome page.
    I have tried to copy/paste /libs/cq/core/content/login to /apps/cq/core/content/login
    Every time I get an error "Could not copy node. Received 404 not found"
    If I try to save a newly created login node, I get a conflict error. "Could not save changes. Received 409 (Conflict) for saving changes in workspace crx.default./apps/cq/core/content
    My thoughts behind taking this approach is that generally you can override the libs folder using the apps folder.
    Any hints for how I can go about what I want to do?

    Hello Bayani,
    This is most common problem and will occure when you try to operate various operations between/among nodes without saving them properly. One scenario for example could be, if you move a node from one node to other node and again try to modify any of the node (mainly like move/delete/create) without saving it, it will give you exception because until you save the repository both the nodes where you did the operation will not have proper status in repository.
    So advise would to check your operation and try to save and refresh the repository after performing the operation which require saving to nodes information.
    Thanks,
    Pawan   

  • Tweaking defaults of Discoverer 10g (Viewer and Plus) login page

    Using information gleaned from the Metalink notes referenced below, we've had our admins successfully configure our default Discoverer 10g login pages (for Viewer and Plus) with the following tweaks:
    1) Remove the "typo-prone" entry box for RESPONSIBILITY (on an Apps-Mode EUL) in favor of the subsequent drop-down LOV option to select available responsibilities
    2) Re-order CONNECT TO options to make the more frequently used APPS-MODE option first in the drop-down list, followed by the STANDARD (relational) and finally, OLAP (to be hopefully implemented at some future date)
    3) Re-label CONNECT TO options with terminology more understandable to our end-users in order to better understand choices
    We would like, if possible, to further enhance the relative efficiency of the user login experience by making the APPS-MODE option the default selection upon initial entry to the page (the above-indicated re-ordering of the entries didn't appear to affect Oracle's continued default selection of the STANDARD option).
    If anyone has any suggestions / tips to accomplish this, we would greatly appreciate your feedback. I should also say, that we don't possess a lot of Java Development skills and therefore would appreciate any directions provided in a "cookbook/recipe" manner similar to those provided in the Metalink documents we were able to utilize for the changes made thus far.
    Thanks in advance.
    Metalink
    Docs Desciption
    312463.1-How To Customize Oracle Business Intelligence Discoverer 10g (10.1.2) Connection Page
    342255.1-How To Remove the "End User Layer" option Customize Discoverer 10g (10.1.2) Connection Page

    Hi
    I would have to suspect that the answer to the question of restricting responsibilities might well be yes.
    Here's one idea:
    Because responsibilities come from FND_RESPONSBILITIES, can you write a piece of SQL that positively identifies the responsibilities that are used inside Discoverer? If you can do that, I'm wondering whether a Discoverer logon trigger might be able to set a VPD policy to only allow those responsibilities.
    I don't have any time to try it otherwise I would. Is there anyone who can pick this up and run with it to see what can be made to happen?
    Best wishes
    Michael

Maybe you are looking for

  • File is not getting picked up by B2B

    Hi, I configured b2b as below 1. The trading partner delivery channel to "Generic HTTP 1.0" with transport protocol HTTP and url "http://host:port/b2b/httpReceiver" (this url is working good) 2. Listening channel as "Generic FTP-1.0" and have given t

  • HT204387 Why can't my ipad2 and iPhone4 and 5 recognise each other as devices using bluetooth?

    Why can't my ipad2 and iPhone4 and 5 recognise each other as devices using bluetooth? Bluetooth should allow me to connect to other devices to transfer data like photo's, music, files, whatever between my apple devices and non apple devices. Other ph

  • Massive registration of services Please help!

    Hi all I have like 8000 users in my Portal, they were copied to the Portal LDAP from another LDAP via an LDIF file. Those users have only the basic info, they have no services registered. I need to register the desktop service and access list service

  • Kernel upgrade breaks wifi

    I tried a kernel upgrade from linux-3.0.7-1 to the latest 3.2 kernel but I have an odd issue. I am using wifi on my laptop which works fine but after two/three minutes just stops working. I cannot ping my gateway anymore, but the link still seems to

  • Exported Library to External HD, error in attempt to link to files on HD

    Hello, I recently began using lightroom and stored the files on the local drive of my macbook pro (current os) until I ran out of space. Exported the catalogue to an external HD, then deleted the files from the local drive. As I tried to import the .