How can I modify the logon screen on the portal

Hi,
We have designed some BI queries, when we open Query Designer and execute them (CTRL + R) an Internet Explorer open and ask us to log on this BI Portal.
On this Portal login screen, I can only provide my user name and password.
We would like the user to be able to select the language and to change is password.
How can we enable those changes ?
Thanks,
Hugo

Although in iSQL*Plus 9.0.1 you can't modify the default
login HTML, you can create your own static HTML "login"
page. Just make sure the correct login credential
parameters are passed to the iSQL*Plus URL. Your users will
have to call your new static page instead of the default
iSQL*Plus login page.
Copy the HTML from the default login page and change the
FORM ACTION to include the host and port:
<FORM ACTION="http://host.port/isqlplus" METHOD="post">
and change the "Connection Identifier" field to a drop down
list of the connection identifiers you want:
<TD CLASS="label">Connection Identifier:</TD>
<TD>
<SELECT NAME="sid">
<OPTION SELECTED>SID1</OPTION>
<OPTION>SID2</OPTION>
<OPTION>SID3</OPTION>
</SELECT>
</TD>
Add your own logo, joke of the day, and put it in
production....
iSQL*Plus 9iR2 has an option for a drop down list of connect
identifiers to be configured in the default login screen.
This allows sys admins to restrict the DB servers that can
be accessed. No other connect identifiers can be used, even
from CONNECT commands in scripts.
On the OTN home page there seems to be an "early access"
link for down loading the 9i Database R2.
-- CJ

Similar Messages

  • How can I mirror my macbook screen to the Apple TV through wifi?

    I cannot seem to be able to mirror my macbook screen via wifi to the Apple TV. It only works with my iPad 2. Is there a solution now or in the future?

    You can't.  And the lag/delay would be so bad that it could be large.  But I'd take your question to the AppleTV forum to see if someone has a solution.  But the bigger question is, why????  Just mirror the MacBook directly to the TV?
    https://discussions.apple.com/community/appletv/appletv

  • How can I mirror my macbook screen to the Apple TV through wifi?r

    I have not been able to mirror my macbook's screen to the Apple TV through the wifi. I want to do that in the classroom for more mobility of the notebook for student use. This is because I'm trying to use iPads and Macbooks in the classroom for presentations by students and the teacher directly to the TV. Is the Apple TV the best bet?

    If you are desparate, I was able to get a remote-desktop client to show my Mac's screen on my iPad, and then display that to my TV via AppleTV 2 over wifi. While it worked, it was rather slow on screen updating--you'd never be able to watch a movie for instance.
    -Eric

  • How Can I Modify an Existing Schedule using the WS-SDK?

    I'm trying to modify the scheduling info of a pre-existing schedule. I've got the schedule details from the database and modifying them, and then called BIPlatform.Schedule with the modified infoObject. However what it does is create a new schedule with the new schedule details, leaving the old one unchanged. Is it possible to modify the old instance, or do I need to delete the old instance andjust create a new one?

    Hiya Adam,
    Thanks for the clarification.
    Cheers,
    Jack

  • How can I modify supplied WP template & keep the changeable fields eg date

    Sorry couldn't find any details on this. If I use one of the supplied 'letter' templates - it includes a date field which is created when I create document. If I modify the rest of this template and then save it as a template - I lose this automatic date insertion facility.
    Also is there a method of automatically inserting the document name into the 'insert filename' field when the file is saved?
    Has anybody written a guide on advanced template design?

    Hello fruhulda
    It seems that the OP is facing a behaviour which was described several times.
    In some Apple delivered templates, is a date field which grabs the current date when we create a new document.
    This date remains as is whe we re-open the saved document some days after.
    If we create a template, we may insert a date and ask it to update when re-opening the document.
    If we save such a document as a template, it will apply the creation setting so, when we use it to create a document the date of this new document will continue to change on opening which is annoying.
    Getting the behaviour of the Apple delivered template requires a bit of surgery in the Index.xml file of the custom template.
    This trick was described several times in a Pages forum.
    A quick search with the keystring *_template AND date AND index.xml_* brought the dedicated messages to the surface (of course I enlarged the time range to search to All).
    http://discussions.apple.com/thread.jspa?messageID=5848918
    http://discussions.apple.com/thread.jspa?messageID=6601953
    http://discussions.apple.com/thread.jspa?messageID=6601953
    http://discussions.apple.com/thread.jspa?messageID=9079986
    Yvan KOENIG (VALLAURIS, France) mardi 17 août 2010 14:08:01

  • How can I do a Split Screen on the new Yosemite IMovie?

    I am trying to put one video clip on one side of the screen and then another on the other side. I have found how to do it on the old IMovie but not the new one that comes with Yosemite. Help?

    Howdy Macy,
    The page linked below details how to go about creating and adjusting side-by-side clips in the newest version of iMovie.
    iMovie Help - Create a side-by-side clip
    http://help.apple.com/imovie/mac/10.0.6/#/movb8c659f55
    Cheers,
    Allen

  • How to add a logon screen if the user is a guest.

    hi,all
    how do i add a logon screen if the user is annoymous, I use
    IWDClientUser wdUser = WDClientUser.getCurrentUser();
    IUser currentuser = wdUser.getSAPUser();
    And I don't want to raise exception,if the user is a guest.I just want to show the logon screen to him and let him to logon.
    I know if the webdynpro application is on the portal, it has no need.
    But I just want to do this for test.
    Is there any code to do this?
    Thank you.
    Best Regards
    delma

    Hi Delma,
    If you need the logon before starting the application itself, then you can set "authentication=true" in the application properties.
    If you wanna show some initial content in WD and on any specific user action, if you want the user to login, then try this:
         if(WDClientUser.forceLoggedInClientUser().isAnonymousUser())
              WDClientUser.forceLogoffClientUser("<app url>");
    -Aarthi

  • How to use Group Policy to remove the shutdown button on the logon screen

    Environment:  Shared use computers running Window 7 Professional and MS office Suite; Windows 2008 Standard server, Windows 7 EC Domain Policy and MS Office 2007 ADML Template downloaded from Microsoft. WIndows 7 Accounts OU.
    I am in the process of developing a shared use computer lockdown policy for several Windows 7 computers that will made available in my client's computer lab.  I need to use a group policy setting to remove the Shut Down button on
    the logon screen of the Windows 7 client computers.  I am editing the Windows 7 EC Domain Policy to user accounts in a Windows 7 Accounts OU that I created.  I am using the Group Policy editor in the Group Policy Management Console.  
    Please let me know the best practice for accomplishing this using Group Policy editor.
    Thanks.
    P.S. I tried a setting recommended in the following link in the Windows 7 EC Domain Policy which did not seem to work.
    http://www.windowsitpro.com/article/group-policy/can-i-use-group-policy-to-display-or-remove-the-shut-down-button-on-the-logon-screen-.aspx

    Hi Vernon,
    I tried the group policy you mentioned (Computer Configuration, Windows Settings, Security Settings, Local Policies, and select Security Options, "Shutdown: Allow system to be shut down without having to log on") and it worked on a Windows 7 client.
    Thus you may need to check if the group policy you created is actually applied to clients.
    A screenshot can be found here:
    http://cid-b7ed40feb32ba29f.office.live.com/self.aspx/.Public/desktop/Capture.JPG

  • Bypass Logon screen of the SAP R/3 system where WDA application resides

    Hi,
    I created an application in WDA. I have another appplication in WDJ. On one of the views of WDJ application, I created a link to URL UI elem and provided WDA application's URL to it as a reference. When I click on the link to URL,  I expect that WDA should launch. But instead a logon screen appears. This logon screen is the logon screen of the SAP R/3 server in which I created the WDA application.
    I want to bypass this logon screen. how do i do this ?
    Regards
    seventyros

    For that you need to establish the SSO between the R/3 system and the JAVA system.
    you can import the sso ticket form key store and then put it in abap stack..
    or one more method is to give hardcoded user id and password in SICF for the web dynpro application.
    however this approach is not recommended.
    thanks
    sarbjeet singh

  • Small person's picture while calling. How can I make it full screen?

    Small person's picture while calling. How can I make it full screen?

    The Firefox Page Zoom feature does a domain by domain level of saving the users preferred zoom level settings, there is no default Page Zoom level setting in Firefox.
    Try the Default FullZoom Level extension: <br />
    https://addons.mozilla.org/en-US/firefox/addon/6965
    Or the NoSquint extension: <br />
    https://addons.mozilla.org/en-US/firefox/addon/2592/

  • When I logon for XP, if I am no actively doing something for several minutes I am logoff and must reenter my logon again. How can I modify the time it stays active?

    When I first logon to windows xp if I am not actively doing something minutes I am logoff and must re-enter my ogon again. How can I modify the length of time that it stays active?

    You can find that in control panel

  • How can I modify the screen of TCode IW31/IW32/IW33?

    How can I modify the screen of TCode IW31/IW32/IW33?
    I'm trying to add new fields, so that after inputting the order type and hit on enter, a new field will be added under the Service area. Does anyone knows how can I do it?

    Hi,
    Screen badi's for IW31.
    IWO1_SCREEN_MODIFY
    IWO1_PREQ_BADI
    WOC_FL_DETERMINE
    Refer This:
    Screen exit for transaction IW31 for ref. object O150
    Regards,
    Shiva Kumar

  • How can I remove accessibility text and voice over from the logon screen?

    Before I log on to my Mac, in the logon screen I get accessibility text and voice over features enabled all the time. I can remove them by pressing cmd + f5 several times until they're gone (while I'm still in the logon screen). I would like to remove them permanently so that they never appear in the logon screen.

    Can you provide an example? I've been trying (for
    example) "select translate(' test one', ascii(' '),
    'X') from dual" with no luck.
    Thank you.To replace space, you should query like this:
    select translate(' test one', chr(32), 'X') from dual instead of select translate(' test one', ascii(' '), 'X') from dual Thanks,
    Dharmesh Patel

  • How to activate the logon screen modification

    Hi,
    i modified the logon screen with some other pictures colours and texts. But I don't find how to activate this.
    I'm on EP6 sp7. The document that is available is can be used only for EP6 SP 2.
    Is there any body who can help me?
    Thanks

    you should change the pictures in the rootfolder of the IRJ directory.
    good luck,
    Daniel

  • How to create the logon Screen in details ?

    Hi Experts,
    i have the problems in logon screen in portal but am trying to in change the rename of com.sap.portal.runtime.logon.par.bak
    but is not change  in the display in portal logon screeen
    User id :
    Password :
    Authendication Schema:
    Drop down Box is display
    How to change the Authendication schema.xml file, where is the file change in authendication schema.xml which file is change am not in any idea, plz send me any documents in details
    Regards,
    Chandu

    Refer my reply in this link
    Re: How to configare in Customizing logon screen in portal?
    Steps are as follows.
    Below are the steps to customise the portal login page:
    Step I:
    1. Copy PAR u201Ccom.sap.portal.runtime.logon.par.baku201D to local directory
    2. Rename the PAR file.
    3. Import the renamed PAR file into NWDS.
    4. Add the jar file into directory distPORTAL-INFPrivatelib by unzipping the contents of the PAR file.
    5. Make necessary modifications to the file u201CumLogonPage.JSPu201D, u201CumLogonBotArea.txtu201D.
    6. Save the file. Rebuild Project.
    7. Export the PAR file with the changed name.
    Step II: Modification of Authschemes.xml to reference the new PAR file containing the modified logon UIs
    http://Ensure that all dispatcher and server nodes in the cluster are shut down.
    1. Start the Config Tool by executing <SAPJ2EEEngine_installation>j2eeconfigtoolconfigtool.bat.
    2.Choose the symbol for Switch to configuration editor mode.
    3.In the tree, navigate to cluster_data -> server -> persistent -> com.sap.security.core.ume.service.
    4. To switch to edit mode, choose(Switch between view and edit mode).
    5. In the tree, select authschemes.xml and choose (Show the details of the selected node).
    6.Choose Download and save the file to a local directory.
    7.Edit the file locally.
    8.Create a new node in the configuration tree for the edited file as follows:
    a. Select the node com.sap.security.core.ume.service.
    b. Choose the symbol for Create a node below the selected node ( )
    c. Select the type File-entry.
    d. Choose Upload and select the file from your local directory.
    e.Enter the name for the entry, for example, authschemes_productive.xml. By default, the name of the uploaded file is used.
    f.Choose Create.
    g. Choose Close window.
    The new node appears in the configuration tree.
    For UME to use the new file, you have to change the value of the property login.authschemes.definition.file to the name of the new authschemes file. http://Change the property as described in Editing UME Properties.
    9. Restart the nodes in the cluster for the changes to take effect.
    Step III: Editing UME Properties
    Procedure
    http://Ensure All cluster elements are shut down.
    1.Start the Config Tool by executing <SAPJ2EEEngine_installation>j2eeconfigtoolconfigtool.bat.
    2.Choose the symbol for Switch to configuration editor mode.
    3. In the tree, navigate to cluster_data->server ->cfg ->services
    4.To switch to edit mode, choose (Switch between view and edit mode).
    5.In the tree, double-click on Propertysheet com.sap.security.core.ume.service.
    6. Click on the property you want to change.
    To enter a custom value, enter it in Custom and choose Apply custom.
    To reset a value to its default, choose Restore default.
    7. To save the changed properties, choose OK in the property sheet view.
    8. Restart the nodes in the cluster for the changes to take effect.
    Cheers!!
    SJ

Maybe you are looking for

  • Mac Pro recognizes n52te on Lion but Macbook Pro does not

    I've been using a Belkin n52te for years with no problems.  I know Belkin doesn't support it any more so there will not be a new driver.  But I have an interesting problem.  I upgraded to Mac OS X Lion recently on both my Pro and MB Pro.  The weird t

  • Duplications during itunes music folder transfer

    I followed the steps detailed on this Web site for the transfer of the iTunes music folder from my laptop to an external hard drive. I then moved all my music files from another location into the folder, then did the "add folder to library" command.

  • Why am I unable to render my PE12.1 project ?

    I have been unable to render my 41 minute PE 12.1 project. My system freezes or crashes around the 2 minute mark during the exporting process or frame #2,200 of 73,145. I had no trouble editing the video clips and now wish to create a DVD. There is l

  • HT201209 How do I know how much is left on my iTunes gift card??

    I am trying to find out how much I have left on my gift card??

  • Code(Adapter) for Checking User's Manager in AD

    I am trying to make a code to be used as an adapter and use that adapter before create user task... The process should first check the presence of manager id in Microsoft AD(target system), if present then create the user.... Can anyone help me??????