Logon page customisation

Dear Friends
I have a requirement that the employees has to give the option of changing password in the logon screen .so for this i have developed one custom zapplication in webdynpro abap . i have created an iview for this .
Now i got the par file i have opened umLogonPage.jsp file where i have to add this .
But i dont know how to assign an iview i mean what is the path to be assigned in the coding <a class urLnk href= "  "
what is that i have to place in href.
can any body please let me know the solution.
Best Regards.

Hi,
Try using
<a href="<%=proxy.getAlias("com.portal.your_par_file_name.your_Form_name", "redirectNotify", request.getRequestURI() + (request.getQueryString()==null?"":"?"+request.getQueryString()) )%>"><u>Click here to reset password</u></a>
Make sure to use
<%@ page import = "com.sapportals.portal.prt.component.IPortalComponentRequest" %>
Regards,
Atul

Similar Messages

  • Customise the InfoView Logon Page in XIR2

    Post Author: nagh
    CA Forum: Publishing
    Hello, I would like to 'Customise the InfoView Logon Page' in BO XIR2Can any one suggest me how to and where to customise Logon page. Thanks, Nagh

    Post Author: amr_foci
    CA Forum: Publishing
    its so easy you can customize it by editing the logon.jsp file which reside in
    $TOMCAT/webapps/businessobjects/enterprise115/desktoplaunch/InfoView/logon/logon.jsp
    edit this jsp,, but take care of the business objects code there
    good luck
    Amr

  • Customising logon page using System Administration functionalities

    Hi all ,
       Is it possible to customise the logon page of Enterprise Portal using the System Administration functions of the portal. If yes , could anyone please give me directions on how to go about it .

    Hi Tahzeeb,
    Go through this simple e-learning class to see how to change the logon page through System Admin->System Configuration.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/c43ee5f9-0701-0010-2ca9-d2ec4c804d86
    Regards,
    Prathamesh
    P.S. PLz reward pts if found helpful

  • Error deploying new portal logon page

    Hi Gurus,
    I'm getting an error deploying my new portal logon page. I've made teh necessary changes to the portal.logon.par.bak file. I've rename it and made the necessary changes in config tool. i've created a new autoscheme_test.xml file and have assigned it accordingly. After restarting the portal, i'm getting the error message below trying to launch the portal :-
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    The exception was logged. Inform your system administrator..
    See the details for the exception ID in the log file
    Any ideas? Are there any other setting that i need to do aside from teh autosceme file. thanks

    Hi Johan,
    There are two lib files which you need to paste while you import the file in the NWDS.Just check for the steps through this weblog
    the jar files name are
    com.sap.portal.runtime.logon_api.par
    umelogonbase.jar
    (when you unzip you can find the files at PORTAL-INFlib)
    Modifying The Logon Par(or customising the Logon Screen)
    Thanks
    Pankaj

  • Where to find the css file for logon page customization

    Hi All,
    I am doing the logon page customization but i am not finding the stylesheet to change the background colors.
    While testing it is taking the default css stylesheet.
    Can anyone suggest from where to edit the css file?
    With Regards
    Ashutosh

    Dear Ashutosh
    You can find the css folder under the logon par file.
    Please find below reference for modifying the PAR file:- http://help.sap.com/saphelp_nw04s/helpdata/en/bb/1bb8428e05c86ae10000000a155106/content.htm
    A fast and easy Portal logon page customizing
    Modifying The Logon Par(or customising the Logon Screen)
    Customizing Portal Logon Screen
    Portal Customizations Intro - Login Part 1
    Portal Customizations Intro - Login Part 2
    Hope it will helps
    Best Regards
    Arun Jaiswal

  • Customizing EP Logon Page fails with iView not found

    Hello,
    I'm trying to customize my EP logon page following the instructions in  the next web pages to modify all the related files:
    http://help.sap.com/saphelp_nw70/helpdata/en/23/c0e240beb0702ae10000000a155106/frameset.htm
    But after restarting the portal and I visit the logon page, I get the following error in the browser:
    ======
    Portal Runtime Error
    An exception occurred while processing your request
    Exception id: 07:57_31/01/08_15713950
    See the details for the exception ID in the log file.
    ======
    And in the defaultTrace file appears the error below:
    ======
    #1.5^H#76A0F9DFAA42007500000019000CA08C00044508DB1EB86A#1201804245120#com.sap.portal.portal#sap.com/irj#com.sap.portal.portal
    #Guest#0####a2aef0d0d02a11dcbf2076a0f9dfaa42#SAPEngine_Application_Thread[impl:3]_25##0#0#Error#1#/System/Server#Java###An er
    ror occured during authscheme computation.
    #1#com.sapportals.portal.prt.runtime.PortalRuntimeException: iView not found: com.ics.portal.runtime.logon.certlogon
            at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyContentProvider(DeploymentManager.java:1937)
            at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refresh(PortalComponentContextItem.java:222)
            at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getContext(PortalComponentContextItem.java:316)
            at com.sapportals.portal.prt.component.PortalComponentRequest.getComponentContext(PortalComponentRequest.java:387)
            at com.sapportals.portal.prt.service.authenticationservice.AuthenticationService.getLogonIView(AuthenticationService.
    java:233)
            at com.sapportals.portal.prt.service.hook.SecurityHookService.doNodeHook(SecurityHookService.java:154)
            at com.sapportals.portal.prt.connection.PortalHook.doNodeHook(PortalHook.java:469)
            at com.sapportals.portal.prt.pom.factory.ComponentNodeFactory.newInstance(ComponentNodeFactory.java:138)
            at com.sapportals.portal.prt.pom.factory.ComponentNodeFactory.newInstance(ComponentNodeFactory.java:50)
            at com.sapportals.portal.prt.pom.PortalNode.createComponentNode(PortalNode.java:275)
            at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:617)
            at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
            at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)
            at java.security.AccessController.doPrivileged1(Native Method)
            at java.security.AccessController.doPrivileged(AccessController.java(Compiled Code))
            at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)
            at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377)
            at com.sap.portal.navigation.Gateway.service(Gateway.java:126)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
            at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
            at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
            at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessio
    nMessageListener.java:33)
            at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
            at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
            at java.security.AccessController.doPrivileged1(Native Method)
            at java.security.AccessController.doPrivileged(AccessController.java(Compiled Code))
            at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java(Compiled Code))
            at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java(Compiled Code))
    ======
    Does anybody has a clue?
    Thanks in advance.
    Roger Allué i Vall.

    Hi Xavier,
    I would recomend you to do these steps.
    1. Import the Par inside NWDS ( Make sure u have the Jars inside the Lib).
    2. Do the modification.
    3. try to Deploy using some different name.
    4. Check the deployed using portalapp.xml ( defualt component).
    5.Now if it looks fine you can proceed ahead by changing the autheschemes.xml
    Refer to this blog
    Modifying The Logon Par(or customising the Logon Screen)
    Thanks
    Pankaj

  • Adding link on SAP Gui logon page

    Hi All,
    I have the problem that I need to add a link on the SAP Gui logon page.
    Within the transaction SE61 I have added the general text ZLOGIN_SCREEN_INFO.
    When I click on the Insert Command I have the possibility to create a link but the char. format F4 list is empty and it does not accept the link creation without it being filled.
    Does anybody have an idear?
    Thank you for your help
    Soeren

    Hi Juan,
    When I click on the Insert Command I have the possibility to create a link but the char. format F4 list is empty and it does not accept the link creation without it being filled.
    Would you please comment on this ?
    I have also seen the only possibility... but same issue...
    Regards.
    Rajesh Narkhede

  • SAP GUI logon page  dispalyed in inverted way

    Dear All
    my system sap gui 7.20 logon page is displayed in inverted way (which means logon page is displayed as reverse way)
    please guide me solve this issue, any gui seetings are there?
    regrads
    sudheer koppala

    Hello Sudhir.
    Thanks to Sven...
    Please note thet this is the RTL Layout for arabic languages.
    Please check your settings in the Menu  "Customize Local layout" ->
    ALT+F12
    Pleasse have a look at the F1 help of the Saplogon ( or start the
    file    "sapguiEN.chm", which is stored in the folder
    %ProgramFiles%\SAP\FrontEnd\SAPgui\SAPguihelp )
    Ther you find the chapter
    6.5.2 Encoding: ->
    SAP Code-page
    Setting ->  Adjust font to SAP code-page at logon
    ->
    Function
    Adjust the font and character set to SAP code page sent from the
    server. Default is ON.
    and the chapter
    6.5.4 Others: ->
    RTL/LTR Layout:
    Setting
    + Set layout according to the logon language
    Function
    + Set RTL layout when the logon language is Arabic or Hebrew.
       Default is ON.
    and the chapter
    6.14 Further Options of the Customizing Local Layout Menu  ->
    Character Set
    A submenu group lists all character sets that are currently supported.
    You have to select one of them that suits your logon language for the
    SAP system     > there you must check which character set is set
    Please change it to Unicode Westeuropean
    then the rtl layout will change to the LTR
    Regards,
    Jude

  • Error on Portal Logon Page

    Hi Experts,
    We are getting exception while calling the Portal URL.
    Recently, we changed the password policy and made some customizations on the com.sap.portal.runtime.logon.par file.
    After that when I tried to access the Logon page, it gave an exception.
    I even replaced the customized logon par file with the original one but it did not help.
    Please note that I deployed the logon par file with the same name, so I did not have to make any changes in the authschemes.xml file.
    So ideally when I replaced the customized PAR file with the original one, it should have worked out.
    Can it be because of some UME property "Password Policy change" or something like that which has been changed by our Basis team  in the Config tool and which is creating issues now.
    Is there any connection between the UME property and the Portal Logon page? I know that UME comes into picture once the user clicks on Login button after entering the login credentials but does it also come in picture at the portal logon page call?
    We are not able to trace out the root cause as both Password Policy Change and deployment of PAR was done parallely due to which we are confused about the cause of the issue.
    Please find below the trace against the exception ID:
    #1.5 #5CF3FC5B7E1C00670000000300001B400004ACA7F25E4315#1315737232519#com.sap.portal.prt.runtime#sap.com/irj#com.sap.portal.prt.runtime#Guest#0##n/a##8b1ef68fdc6111e0a5840000061bff66#SAPEngine_Application_Thread[impl:3]_24##0#0#Error##Java###04:03_11/09/11_102498150 An error occured in iView: N/A in component: N/A##
    #1.5 #5CF3FC5B7E1C00660000000100001B400004ACA7F2896FC1#1315737235348#com.sap.portal.prt.runtime.broker#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#0##n/a##184d79b1dc6111e087880000061bff66#SAPEngine_Application_Thread[impl:3]_8##0#0#Error##Plain###Shutting down Application Brokerage...#
    #1.5 #5CF3FC5B7E1C00660000000800001B400004ACA7F2940472#1315737236039#com.sap.portal.prt.runtime.broker#sap.com/irj#com.sap.portal.prt.runtime.broker#Guest#0##n/a##184d79b1dc6111e087880000061bff66#SAPEngine_Application_Thread[impl:3]_8##0#0#Error#1#/System/Server#Java###[PortalServiceItem.release] exception caught releasing com.sap.netweaver.coll.appl.rtc|RTCClientPollingService
    [EXCEPTION]
    #1#java.lang.NullPointerException
         at com.sap.ip.collaboration.core.api.rtmf.core.RTMFMessaging.unsubscribe(RTMFMessaging.java:1040)
         at com.sap.ip.collaboration.core.api.rtmf.core.cluster.ClusterSystemManager.unsubscribe(ClusterSystemManager.java:133)
         at com.sap.ip.collaboration.core.api.semantic.services.RTCBaseService.destroy(RTCBaseService.java:146)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.release(PortalServiceItem.java:389)
         at com.sapportals.portal.prt.core.broker.ApplicationItem.releaseDependents(ApplicationItem.java:223)
         at com.sapportals.portal.prt.core.broker.PortalApplicationItem.releaseDependents(PortalApplicationItem.java:1159)
         at com.sapportals.portal.prt.core.broker.ApplicationItem.release(ApplicationItem.java:476)
         at com.sapportals.portal.prt.core.broker.PortalApplicationItem.release(PortalApplicationItem.java:1194)
         at com.sapportals.portal.prt.core.broker.ApplicationItem.releaseDependents(ApplicationItem.java:223)
         at com.sapportals.portal.prt.core.broker.PortalApplicationItem.releaseDependents(PortalApplicationItem.java:1156)
         at com.sapportals.portal.prt.core.broker.ApplicationItem.release(ApplicationItem.java:476)
         at com.sapportals.portal.prt.core.broker.PortalApplicationItem.release(PortalApplicationItem.java:1194)
         at com.sapportals.portal.prt.core.broker.ApplicationItem.releaseDependents(ApplicationItem.java:223)
         at com.sapportals.portal.prt.core.broker.PortalApplicationItem.releaseDependents(PortalApplicationItem.java:1156)
         at com.sapportals.portal.prt.core.broker.ApplicationItem.release(ApplicationItem.java:476)
         at com.sapportals.portal.prt.core.broker.PortalApplicationItem.release(PortalApplicationItem.java:1194)
         at com.sapportals.portal.prt.core.broker.ApplicationItem.releaseDependents(ApplicationItem.java:223)
         at com.sapportals.portal.prt.core.broker.PortalApplicationItem.releaseDependents(PortalApplicationItem.java:1156)
         at com.sapportals.portal.prt.core.broker.ApplicationItem.release(ApplicationItem.java:476)
         at com.sapportals.portal.prt.core.broker.PortalApplicationItem.release(PortalApplicationItem.java:1194)
         at com.sapportals.portal.prt.core.broker.ApplicationItem.releaseDependents(ApplicationItem.java:223)
         at com.sapportals.portal.prt.core.broker.PortalApplicationItem.releaseDependents(PortalApplicationItem.java:1156)
         at com.sapportals.portal.prt.core.broker.ApplicationItem.release(ApplicationItem.java:476)
         at com.sapportals.portal.prt.core.broker.PortalApplicationItem.release(PortalApplicationItem.java:1194)
         at com.sapportals.portal.prt.core.broker.ApplicationItem.releaseDependents(ApplicationItem.java:223)
         at com.sapportals.portal.prt.core.broker.PortalApplicationItem.releaseDependents(PortalApplicationItem.java:1156)
         at com.sapportals.portal.prt.core.broker.ApplicationItem.release(ApplicationItem.java:476)
         at com.sapportals.portal.prt.core.broker.PortalApplicationItem.release(PortalApplicationItem.java:1194)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.releaseAllItems(PortalAppBroker.java:575)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.shutdown(PortalAppBroker.java:680)
         at com.sapportals.portal.prt.runtime.Portal.shutdown(Portal.java:725)
         at com.sapportals.portal.prt.core.PortalCoreInitializer.shutdown(PortalCoreInitializer.java:111)
         at com.sapportals.portal.prt.dispatcher.PortalInitializer.shutdown(PortalInitializer.java:164)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.destroy(Dispatcher.java:651)
         at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.destroyServlets(WebComponents.java:731)
         at com.sap.engine.services.servlets_jsp.server.container.ApplicationThreadDestroyer.run(ApplicationThreadDestroyer.java:62)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    #1.5 #5CF3FC5B7E1C006F00000002000016140004ACA819F31491#1315737896495#com.sap.portal.prt.runtime#sap.com/irj#com.sap.portal.prt.runtime#Guest#0##n/a##1647a148dc6311e0aaaa0000061bff66#SAPEngine_Application_Thread[impl:3]_9##0#0#Error##Java###04:14_11/09/11_102498150 An error occured in iView: N/A in component: N/A##
    #1.5 #5CF3FC5B7E1C007000000000000016140004ACA81A149C1D#1315737898689#com.sap.portal.portal#sap.com/irj#com.sap.portal.portal#Guest#0##n/a##18319b2cdc6311e092af0000061bff66#SAPEngine_Application_Thread[impl:3]_14##0#0#Error#1#/System/Server#Java###An error occured during authscheme computation.
    [EXCEPTION]
    #1#com.sapportals.portal.prt.component.PortalComponentException: Error in init method
    Component : com.sap.portal.runtime.logon.certlogon
         at com.sapportals.portal.prt.component.PortalComponentContext.init(PortalComponentContext.java:251)
         at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refresh(PortalComponentContextItem.java:271)
         at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getContext(PortalComponentContextItem.java:316)
         at com.sapportals.portal.prt.component.PortalComponentRequest.getComponentContext(PortalComponentRequest.java:387)
         at com.sapportals.portal.prt.service.authenticationservice.AuthenticationService.getLogonIView(AuthenticationService.java:233)
         at com.sapportals.portal.prt.service.hook.SecurityHookService.doNodeHook(SecurityHookService.java:177)
         at com.sapportals.portal.prt.connection.PortalHook.doNodeHook(PortalHook.java:469)
         at com.sapportals.portal.prt.pom.factory.ComponentNodeFactory.newInstance(ComponentNodeFactory.java:138)
         at com.sapportals.portal.prt.pom.factory.ComponentNodeFactory.newInstance(ComponentNodeFactory.java:50)
         at com.sapportals.portal.prt.pom.PortalNode.createComponentNode(PortalNode.java:275)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:617)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:235)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:541)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:430)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377)
         at com.sap.portal.navigation.Gateway.service(Gateway.java:117)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1060)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    Caused by: com.sapportals.portal.prt.core.broker.PortalComponentInstantiationException: Could not instantiate implementation class com.sapportals.portal.ume.component.logon.SAPMLogonCertComponent of Portal Component com.sap.portal.runtime.logon.certlogon because: Linkage error while loading implementation class
         at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.getInstanceInternal(PortalComponentItemFacade.java:234)
         at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.getComponentInstance(PortalComponentItemFacade.java:160)
         at com.sapportals.portal.prt.core.broker.PortalComponentItem.getComponentInstance(PortalComponentItem.java:732)
         at com.sapportals.portal.prt.component.PortalComponentContext.getComponent(PortalComponentContext.java:103)
         at com.sapportals.portal.prt.component.PortalComponentContext.init(PortalComponentContext.java:242)
         ... 33 more
    Caused by: java.lang.NoClassDefFoundError: com/sap/security/core/logonadmin/IAccessToLogic
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:219)
         at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.getInstanceInternal(PortalComponentItemFacade.java:228)
         ... 37 more
    Thanks & Regards.
    Anurag

    Hi,
    Check if your portalapp.xml has an entry "<property name="ClassName" value="com.sapportals.portal.ume.component.logon.SAPMLogonComponent"/>"
    If it is there, then I feel that this is an issue with jar files not getting imported properly.
    Just try including these two jars (umlogonbase.jar and com.sap.portal.runtime.logon_api.jar) from
    usr\sap\J2E\JC00\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\portal\portalapps\com.sap.portal.runtime.logon\lib
    and copy manually to the lib folder under PORTAL-INF in your project.
    Regards,
    Vijay.

  • Portal Logon page repeating/ redirecting to itself on first attempt

    All,
    Apologies in advance if this is not the appropriate forum.  We are in the process of migrating a NW7.0SPS13/EP7.0SPS13 installation from a remote site to a local site with a database only UME and SSO to an ECC6.0 backend.  The new target installation has picked up a rather odd behavior.  When loggin onto the portal, the logon page repeats/refreshes/redirects to itself with valid ID and password with no error message.  The only apparent action is the clearing of the password field.
    My only clue so far is the absence of this script in the http trace on the initial logon attempt which shows up on the second attempt:
    http://<host>:51100/irj/portalapps/com.sap.portal.httpconnectivity.httpauthentication/scripts/CAManagerScript.js
    I did find this related thread and attempted the suggestions with no luck:
    Re: portal logon page coming again
    I felt this might be the best place to post question since this may be an authentication/connectivity issue.
    Thanks in advance,
    Lee

    You are correct, we are not implementing SPNego but at this point I will take any suggestions that might be conceptually related...
    We are attempting to migrate/clone the entire server (OS,J2EE,MSSQL05...) from a remote hosted environment to a local network environment.
    I checked the Everyone, Authenticated, and Anonymous groups for the correct roles/Java permissions and all seems to be in-line with the correctly functioning remote system with correct user assignment.
    With some further log filtering I was able to where find this error:
    The default keystore view [TicketKeystore] does not exist. Authentication stack: [ticket]. The possible reasons for that problem are: keystore does not exist or the user has no permission to read from the keystore view. You can delete the TicketKeystore and restart the engine so that the engine automatically re-creates it.
    I suspect the SAPLogonTicketKeystore was recreated incorrectly...  I will have the migration team recreate it again.  FWIW, I am unfamiliar with the process of assigning user access to this object as the error suggests.
    Thanks for the suggestions...

  • Different logon pages for same server.

    hi Expert,
    I have created two different logon pages with different URL's for the same server, now i can use both the pages to logon in to the system.
    what i need to do now is :-
    URL "A"  users set ="A"
    URL "B"  users set ="B"
    If we have the above two different URL and respective users for those URLs.
    Now if i am User from the User set "A"  and try to Login by using URL "B".
    I am able to login, but i want to restrict.
    ie.
    users from set ="A" login only by the link URL "A" 
    users from set ="B" login only by the link URL "B" 
    Points would be given to helpful answers.
    Regards,
    Sanjyoti.

    Hi Sanjyoti,
    I am not sure if this would work, but if time permits then do try this.
    User A -- URL A
    User B -- URL B
    Now make User A a part of Group A, and set conditions in code that Group A can logon only through URL A and User B can logon through URL B.
    Then in code check the association user - group and group - url and accordingly allow / disallow the user to go ahead.
    This is just a thought.....do tell me if this works.....or if it doesnt then do post the solution you use....
    Thanks,
    GLM
    P.S: PLEASE CLOSE THE THREAD IF THE ISSUE HAS BEEN RESOLVED
    Edited by: GLM on Aug 27, 2008 2:08 PM

  • Error while accessing an application from logon page

    Hello all,
    I have created an application on WD Java which inturn talks to my ECC at the backend. I want to fix on my portal Logon Page, i have attached the location to an ivew which as Anonymous access still i am not able to open the link ..the error say access denied.
    when i attach this application inside the portal on some role i am able to open the link ....
    following is the error which is seen, please help
      Portal Runtime Error
    An exception occurred while processing a request for :
    iView : pcd:portal_content/hr_portal_folder/iviews/com.rr.ess.java_local_PasswordResetPr_com_password_reset_PasswordReset
    Component Name : com.sap.portal.wdintegrator.WebDynproIntegrator
    Problem creating the Application Integrator, exception occured during onNodeReady was: com.sapportals.portal.prt.runtime.PortalRuntimeException: Access is denied: com.sap.portal.appintegrator.sap.WebDynproPageBuilder - user: Guest, .
    Exception id: 01:13_31/08/07_0081_14574951
    See the details for the exception ID in the log file

    HI!
    Are you aware of note https://service.sap.com/sap/support/notes/1031159 and did you follow the steps?
    Rgs, Sigi

  • Error in viewing logon page,inspite of restoring original par file

    Hi,
    I was trying to modify,the logon par file,because it was not getting deployed,it was becoming .err,
    I reverted back to the original logon par,and still even that gets deployed to .err.
    I renamed the original par,changed the reference in authschemes of configtool.This time,the renamed par file got deployed,but still the logon page shows error.
    The portal instance is sp9.
    Regards,
    Harish

    Hi Harish
    can u pls give the exact details of the error .
    Regards
    Jayesh

  • To redirect the Enterprise portal logon page

    Hi all,
    Due to a certain requirement from the client, I need to redirect the logon page, immediately after the user authentication in portal.
    At present once the user key in the credentials, it is taken to the portal home page http://...../irj/portal.
    Now because of the requirement, instead of the initial home page, i want to redirect user to another page.
    e.g http://..../irj/KMdocument/....  .  I would be storing the new page location in KM of portal.
    Please suggest me a solution to redirect the initial start page in portal.
    If you need more details, please let me know.
    Thanks
    Namit.

    Hi chander,
    Could you help me to know, where should I change the windows features, like toolbar = 0 etc. as you have mentioned in your message???
    Also a little more explaintion on the issue for all:
    User would you the link http://someadd/irj/portal... he would get the normal login screen, where he would enter the username and password.Once he has entered his credentials, he needs to be redirected to another html page or if we can change the initial screen windows features it should be fine.
    Please help me on this...
    Thanks
    Namit

  • Portal Runtime Error: Logon Page Modified!!!!

    Hi all
    I have modified the Logon Page to include a New Drop down.
    I copied com.sap.portal.runtime.logon.par.bak to my NewParProject0.par and modified the Logon Page with the Following code addition:
       <tr>
           <td width="161" height="20">
             <label class=urLblStd for="logonCltfield">
                <%=logonLocale.get("CLIENT")%>
                <span class=urLblReq> *</span>
             </label>
           </td>
           <td>
        <select id="clientType" class="DROPDOWN" style="width:2in">
       <option CLASS="DROPDOWN" value ="100" selected>100</option>
       <option CLASS="DROPDOWN" value ="110">110</option>
       <option CLASS="DROPDOWN" value ="120">120</option>
       <option CLASS="DROPDOWN" value ="130">130</option>
        </select>
         </td>
       </tr>
    The above process is done as per the documentation given in the <b>Customizing the Logon Screens</b>
    After building the new par file, I moved it into the ...\deployment\pcd
    And i modified the <b>authschemes.xml</b> as per the details given in the <b>help.sap.com(Changing the authschemes.xml File)</b>
    And even i tried changing  value of the property <b>login.authschemes.definition.file</b> to the name of the new authschemes file.
    I facing the following error:
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    The exception was logged. Inform your system administrator..
    Help please!!!!!!
    Thanks
    Kam

    Peter
      My Logon screen will get 3 credentials from the User .
       1. User Id (Text appearing in the Screen is User)
       2. Password (Text appearing in the Screen is Password)
       3. Client (Text "CLIENT" should appear similar to the User Id and Password).
      The Value field for the CLIENT should be of type DropDown.
    Hope my requirement is clear. Please Advice on the procedure to be followed...
    Thanks
    Kam

Maybe you are looking for

  • Execute immediate with using clause to pass column name dynamically

    Hai, Is there any way using execute immeidate to pass the column name dynamically. I used to pass the column value as dynamic with the help of "Using clause" . But if i use to pass column name, it is giving numberic error at run time. Eg,. for testin

  • Problem with complex dataBinding within concat

    Im trying to create a link with a databound onClick attribute like so: <link ....> <boundAttribute name="onClick"> <concat> <fixed text="submitForm('result',0,{'event':'action','action':'"/> <dataObject select="defaultAction" source="fti:search"/> <d

  • Multicast VPN Extranet Support doesn't work after reload

    Hi! We have Cat6500 with configured Multicast VPN Extranet Support feature. After reload of the 6500 customers in the receive MVPN cannot get mcast stream. We connect test device into source MVPN on that 6500 - everything is OK, mcast stream is avail

  • Final Cut Express Update HD 3.5 ...

    Hi, I'm somewhat new to FCE and it's add-ons ... I see there's an update for versions 1, 2 and 3 called "Final Cut Express HD 3.5". Apparently, this adds HD editing to a normal DV editing system. I have FCE version 4 ... does that mean that my versio

  • WRT54G installed, LAN unreachable

    Hi, I've just installed a WRT54G (which replaced my Intel Wireless/PRO 5000) and now I am unable to reach my LAN. Setup: Internet -> FW -> 10 port router -> WRT54G -> 2 laptops The 10 port router also has several PC's and servers connected (fixed). I