Component is not getting displayed in process scheduler menu

Hi All,
I have created a project and created/registered a component in that project. I have also added a page which is having a record definition with a record named L_RUNCNTL having two search fields, to this component and configured L_RUNCNTL as search record for this component.
I have registered this component with below details:
Menu Name : PROCESS_SCHEDULER
Bar Name : PROCESS
Folder Name as PT_PROCESS_SCHEDULER
Select “Always Use default local node?” Check box
Permission List : PTPT1000
But after registration, when I open process scheduler menu I dont see this component listed. However, previously I created a component in this project and registered it with same details given above and I could see it in process scheduler menu.
I am surprised why another component registered with same details is not getting displayed in process scheduler menu.

Thanks Michel,
I got this problem resolved. Here is what I did:
Ran portal security sync at the navigation PeopleTools > Portal > Portal Security Sync.
Cleared browser cache, accessed the page again and saw the link was available.

Similar Messages

  • Component image not getting displayed in Portal

    Hi All,
    I have added a jpg image to MIME folder in my component and used it as source for Image UI and also as a separator in Breadcrumb. When I run this web dynpro application in portal, the image is not getting rendered. I am getting cross mark instead of the image. But the image is getting displayed if I run the application as a stand alone application from SE80 -> Test. Once I do this, the image starts appering even in portal and again disappears after sometime.
    Could you please help me to resolve this issue?
    Thanks & Regards,
    Vishweshwara P.K.M.

    Vishweshwara,
    I hope you referred the MIME object in below way.
    '/sap/bc/webdynpro/sap/ZCOMP_EPI/SELECTED.JPEG'
    Where zcomp_epi is my component name and selected.jpg is mime object name. Check and let me know
    Regards
    Srinvias

  • Whenever a record is Edited the rows are not getting displayed in the repor

    Hi all,
    When a new record is added or edited, It is physically getting added or edited according to the process, but those records are not getting displayed in the report..
    Please Any body faced this situation...
    Help me to identify what error i am doing........
    thanks in advance
    kavitha L

    Hi KChamarti,
    I am also trying to display images insid the datagrid but i get a weird broken image(all silver gray).
    My item renderer is:
              <mx:DataGridColumn headerText="Type">
                   <mx:itemRenderer>
                     <mx:Component>
                      <mx:HBox verticalGap="2">
                          <mx:Image id="dgImage" source="\assets\images\{toLowerCase(data.type)}.jpg" />
                          <mx:Label text="{data.type}"/>
                        </mx:HBox>
                     </mx:Component>
                   </mx:itemRenderer>
                </mx:DataGridColumn>
    Am i mentioning the source of the image in the right way?

  • Entitlements not getting displayed in Entitlements Tab - OIM11gR2

    Hi Experts,
    I am trying to provision entitlements to users by requesting entitlements. When i successfully provision entitlements, the entitlement is getting displayed in accounts tab, child form. But the same is not getting displayed in entitlements tab of the user.
    Please kindly guide me
    regards

    Verify below steps:
    1. Marking Entitlement Attributes on Child Process Forms
    http://docs.oracle.com/cd/E27559_01/admin.1112/e27149/appinstance.htm#CHDFFEEE
    If you have already marked it then fine. else create new version of form and add property Entitlement=true. activate this . make sure the parent form having the latest child form. goto parentform->child tab and verify the child form version.if not create new version for the parent form and activate this version.Automatically it will pick the latest child form
    2. Run Below scheduled task
    a. Entitlement List scheduled task.
    b. Entitlement Assignments scheduled task

  • EP Login Page is not getting displayed

    HI
    I modified the
    ume.login.guest_user.uniqueids  to add some of the annonymous users to the portal using  Direct edit of the UM configuration.
    I have also changed the index.html file to redirect the anonymopus logon page by changeing the
    <drive>:\usr\sap\<SID>\<instance_number>\j2ee\cluster\serverX\apps\sap.com\irj\servlet_jsp\irj\root\index.html
    <body onload="location.replace('portal' + document.location.search)"></body>
    Change this line to the following:
    <body onload="location.replace('servlet/prt/portal/prtroot/com.sap.portal.navigation.portallauncher.anonymous' +  cument.location.search)"></body>
    Then I started J2ee server.
    Since then My logon page is not getting displayed.
    In the server console I am getting this error list
    Element 671469607 joined.    Wed Nov 16 17:23:25 IST 2005
    Nov 16, 2005 5:31:21 PM # Client_Thread_3      Fatal           Cannot find user
    when uniqueID is null!
    com.sap.security.api.UMRuntimeException: Cannot find user when uniqueID is null!
            at com.sap.security.core.imp.AbstractPrincipalSet.isUserMember(AbstractP
    rincipalSet.java:388)
            at com.sap.security.core.imp.RoleWrapper.isUserMember(RoleWrapper.java:5
    2)
            at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.containsPrincipal(JDBC
    Acl.java:769)
            at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.basicCheckPermission(J
    DBCAcl.java:704)
            at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.checkPermission(JDBCAc
    l.java:510)
            at com.sap.security.core.acl.imp.Acl.isAllowed(Acl.java:294)
            at com.sapportals.portal.acl.Acl.isAllowed(Acl.java:343)
            at com.sapportals.portal.pcd.gl.Acl.isAllowed(Acl.java:278)
            at com.sapportals.portal.pcd.gl.AclHandle.isAllowedInt(AclHandle.java:42
    3)
            at com.sapportals.portal.pcd.gl.AclHandle.isAllowed(AclHandle.java:407)
            at com.sapportals.portal.pcd.gl.PcdPersObject.checkPermission(PcdPersObj
    ect.java:785)
            at com.sapportals.portal.pcd.gl.PcdPersObject.hasPermission(PcdPersObjec
    t.java:765)
            at com.sapportals.portal.pcd.gl.PcdFilterContext.filterLookup(PcdFilterC
    ontext.java:400)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdPr
    oxyContext.java:1083)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookupLink(PcdProxy
    Context.java:1170)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookup(PcdProxyCont
    ext.java:1132)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.j
    ava:926)
            at com.sapportals.portal.pcd.gl.PcdGlContext.lookup(PcdGlContext.java:79
            at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.j
    ava:919)
            at com.sapportals.portal.application.applicationrepository.ParContextFac
    tory.getInitialContext(ParContextFactory.java:18)
            at com.sapportals.portal.prt.jndisupport.NamingManager.getInitialContext
    (NamingManager.java:52)
            at com.sapportals.portal.prt.jndisupport.InitialContext.getDefaultInitCt
    x(InitialContext.java:39)
            at javax.naming.InitialContext.init(InitialContext.java:217)
            at javax.naming.InitialContext.<init>(InitialContext.java:193)
            at com.sapportals.portal.prt.jndisupport.InitialContext.<init>(InitialCo
    ntext.java:24)
            at com.sapportals.portal.prt.deployment.DeploymentManager.getEndUserInit
    ialContext(DeploymentManager.java:1745)
            at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyCon
    tentProvider(DeploymentManager.java:1670)
            at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refr
    esh(PortalComponentContextItem.java:193)
            at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getC
    ontext(PortalComponentContextItem.java:287)
            at com.sapportals.portal.prt.component.PortalComponentRequest.getCompone
    ntContext(PortalComponentRequest.java:389)
            at com.sapportals.portal.prt.connection.PortalRequest.getRootContext(Por
    talRequest.java:423)
            at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(P
    ortalRequestManager.java:535)
            at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(
    ServletConnection.java:208)
            at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatc
    her.java:532)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.ja
    va:415)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(Invoker
    Servlet.java:126)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServl
    et.java:149)
            at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServle
    t(ServletsAndJspImpl.java:833)
            at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(Re
    questAnalizer.java:665)
            at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAn
    alizer.java:312)
            at com.inqmy.services.httpserver.server.Response.handle(Response.java:17
    3)
            at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServ
    erFrame.java:1229)
            at com.inqmy.core.service.context.container.session.ApplicationSessionMe
    ssageListener.process(ApplicationSessionMessageListener.java:36)
            at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
            at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
    Nested Exception:
    com.sap.security.api.NoSuchUserException: Cannot find user when uniqueID is null
            at com.sap.security.core.imp.UserFactory.getUser(UserFactory.java:95)
            at com.sap.security.core.imp.AbstractPrincipalSet.isUserMember(AbstractP
    rincipalSet.java:376)
            at com.sap.security.core.imp.RoleWrapper.isUserMember(RoleWrapper.java:5
    2)
            at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.containsPrincipal(JDBC
    Acl.java:769)
            at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.basicCheckPermission(J
    DBCAcl.java:704)
            at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.checkPermission(JDBCAc
    l.java:510)
            at com.sap.security.core.acl.imp.Acl.isAllowed(Acl.java:294)
            at com.sapportals.portal.acl.Acl.isAllowed(Acl.java:343)
            at com.sapportals.portal.pcd.gl.Acl.isAllowed(Acl.java:278)
            at com.sapportals.portal.pcd.gl.AclHandle.isAllowedInt(AclHandle.java:42
    3)
            at com.sapportals.portal.pcd.gl.AclHandle.isAllowed(AclHandle.java:407)
            at com.sapportals.portal.pcd.gl.PcdPersObject.checkPermission(PcdPersObj
    ect.java:785)
            at com.sapportals.portal.pcd.gl.PcdPersObject.hasPermission(PcdPersObjec
    t.java:765)
            at com.sapportals.portal.pcd.gl.PcdFilterContext.filterLookup(PcdFilterC
    ontext.java:400)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdPr
    oxyContext.java:1083)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookupLink(PcdProxy
    Context.java:1170)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookup(PcdProxyCont
    ext.java:1132)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.j
    ava:926)
            at com.sapportals.portal.pcd.gl.PcdGlContext.lookup(PcdGlContext.java:79
            at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.j
    ava:919)
            at com.sapportals.portal.application.applicationrepository.ParContextFac
    tory.getInitialContext(ParContextFactory.java:18)
            at com.sapportals.portal.prt.jndisupport.NamingManager.getInitialContext
    (NamingManager.java:52)
            at com.sapportals.portal.prt.jndisupport.InitialContext.getDefaultInitCt
    x(InitialContext.java:39)
            at javax.naming.InitialContext.init(InitialContext.java:217)
            at javax.naming.InitialContext.<init>(InitialContext.java:193)
            at com.sapportals.portal.prt.jndisupport.InitialContext.<init>(InitialCo
    ntext.java:24)
            at com.sapportals.portal.prt.deployment.DeploymentManager.getEndUserInit
    ialContext(DeploymentManager.java:1745)
            at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyCon
    tentProvider(DeploymentManager.java:1670)
            at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refr
    esh(PortalComponentContextItem.java:193)
            at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getC
    ontext(PortalComponentContextItem.java:287)
            at com.sapportals.portal.prt.component.PortalComponentRequest.getCompone
    ntContext(PortalComponentRequest.java:389)
            at com.sapportals.portal.prt.connection.PortalRequest.getRootContext(Por
    talRequest.java:423)
            at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(P
    ortalRequestManager.java:535)
            at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(
    ServletConnection.java:208)
            at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatc
    her.java:532)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.ja
    va:415)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(Invoker
    Servlet.java:126)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServl
    et.java:149)
            at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServle
    t(ServletsAndJspImpl.java:833)
            at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(Re
    questAnalizer.java:665)
            at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAn
    alizer.java:312)
            at com.inqmy.services.httpserver.server.Response.handle(Response.java:17
    3)
            at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServ
    erFrame.java:1229)
            at com.inqmy.core.service.context.container.session.ApplicationSessionMe
    ssageListener.process(ApplicationSessionMessageListener.java:36)
            at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
            at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
    Nov 16, 2005 5:31:21 PM # Client_Thread_3      Fatal           Cannot find user
    when uniqueID is null!
    com.sap.security.api.UMRuntimeException: Cannot find user when uniqueID is null!
            at com.sap.security.core.imp.AbstractPrincipalSet.isUserMember(AbstractP
    rincipalSet.java:388)
            at com.sap.security.core.imp.RoleWrapper.isUserMember(RoleWrapper.java:5
    2)
            at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.containsPrincipal(JDBC
    Acl.java:769)
            at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.basicCheckPermission(J
    DBCAcl.java:704)
            at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.checkPermission(JDBCAc
    l.java:510)
            at com.sap.security.core.acl.imp.Acl.isAllowed(Acl.java:294)
            at com.sapportals.portal.acl.Acl.isAllowed(Acl.java:343)
            at com.sapportals.portal.pcd.gl.Acl.isAllowed(Acl.java:278)
            at com.sapportals.portal.pcd.gl.AclHandle.isAllowedInt(AclHandle.java:42
    3)
            at com.sapportals.portal.pcd.gl.AclHandle.isAllowed(AclHandle.java:407)
            at com.sapportals.portal.pcd.gl.PcdPersObject.checkPermission(PcdPersObj
    ect.java:785)
            at com.sapportals.portal.pcd.gl.PcdPersObject.hasPermission(PcdPersObjec
    t.java:765)
            at com.sapportals.portal.pcd.gl.PcdFilterContext.filterLookup(PcdFilterC
    ontext.java:400)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdPr
    oxyContext.java:1083)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookupLink(PcdProxy
    Context.java:1170)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookup(PcdProxyCont
    ext.java:1132)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.j
    ava:926)
            at com.sapportals.portal.pcd.gl.PcdGlContext.lookup(PcdGlContext.java:79
            at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.j
    ava:919)
            at com.sapportals.portal.application.applicationrepository.ParContextFac
    tory.getInitialContext(ParContextFactory.java:18)
            at com.sapportals.portal.prt.jndisupport.NamingManager.getInitialContext
    (NamingManager.java:52)
            at com.sapportals.portal.prt.jndisupport.InitialContext.getDefaultInitCt
    x(InitialContext.java:39)
            at javax.naming.InitialContext.init(InitialContext.java:217)
            at javax.naming.InitialContext.<init>(InitialContext.java:193)
            at com.sapportals.portal.prt.jndisupport.InitialContext.<init>(InitialCo
    ntext.java:24)
            at com.sapportals.portal.prt.deployment.DeploymentManager.getEndUserInit
    ialContext(DeploymentManager.java:1745)
            at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyCon
    tentProvider(DeploymentManager.java:1670)
            at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refr
    esh(PortalComponentContextItem.java:193)
            at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getC
    ontext(PortalComponentContextItem.java:287)
            at com.sapportals.portal.prt.component.PortalComponentRequest.getCompone
    ntContext(PortalComponentRequest.java:389)
            at com.sapportals.portal.prt.connection.PortalRequest.getRootContext(Por
    talRequest.java:423)
            at com.sapportals.portal.prt.service.document.DocumentHookServiceNew.doD
    ocumentHook(DocumentHookServiceNew.java:218)
            at com.sapportals.portal.prt.connection.PortalHook.doDocumentHook(Portal
    Hook.java:433)
            at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(P
    ortalRequestManager.java:707)
            at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(
    ServletConnection.java:208)
            at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatc
    her.java:532)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.ja
    va:415)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(Invoker
    Servlet.java:126)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServl
    et.java:149)
            at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServle
    t(ServletsAndJspImpl.java:833)
            at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(Re
    questAnalizer.java:665)
            at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAn
    alizer.java:312)
            at com.inqmy.services.httpserver.server.Response.handle(Response.java:17
    3)
            at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServ
    erFrame.java:1229)
            at com.inqmy.core.service.context.container.session.ApplicationSessionMe
    ssageListener.process(ApplicationSessionMessageListener.java:36)
            at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
            at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
    Nested Exception:
    com.sap.security.api.NoSuchUserException: Cannot find user when uniqueID is null
            at com.sap.security.core.imp.UserFactory.getUser(UserFactory.java:95)
            at com.sap.security.core.imp.AbstractPrincipalSet.isUserMember(AbstractP
    rincipalSet.java:376)
            at com.sap.security.core.imp.RoleWrapper.isUserMember(RoleWrapper.java:5
    2)
            at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.containsPrincipal(JDBC
    Acl.java:769)
            at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.basicCheckPermission(J
    DBCAcl.java:704)
            at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.checkPermission(JDBCAc
    l.java:510)
            at com.sap.security.core.acl.imp.Acl.isAllowed(Acl.java:294)
            at com.sapportals.portal.acl.Acl.isAllowed(Acl.java:343)
            at com.sapportals.portal.pcd.gl.Acl.isAllowed(Acl.java:278)
            at com.sapportals.portal.pcd.gl.AclHandle.isAllowedInt(AclHandle.java:42
    3)
            at com.sapportals.portal.pcd.gl.AclHandle.isAllowed(AclHandle.java:407)
            at com.sapportals.portal.pcd.gl.PcdPersObject.checkPermission(PcdPersObj
    ect.java:785)
            at com.sapportals.portal.pcd.gl.PcdPersObject.hasPermission(PcdPersObjec
    t.java:765)
            at com.sapportals.portal.pcd.gl.PcdFilterContext.filterLookup(PcdFilterC
    ontext.java:400)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdPr
    oxyContext.java:1083)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookupLink(PcdProxy
    Context.java:1170)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookup(PcdProxyCont
    ext.java:1132)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.j
    ava:926)
            at com.sapportals.portal.pcd.gl.PcdGlContext.lookup(PcdGlContext.java:79
            at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.j
    ava:919)
            at com.sapportals.portal.application.applicationrepository.ParContextFac
    tory.getInitialContext(ParContextFactory.java:18)
            at com.sapportals.portal.prt.jndisupport.NamingManager.getInitialContext
    (NamingManager.java:52)
            at com.sapportals.portal.prt.jndisupport.InitialContext.getDefaultInitCt
    x(InitialContext.java:39)
            at javax.naming.InitialContext.init(InitialContext.java:217)
            at javax.naming.InitialContext.<init>(InitialContext.java:193)
            at com.sapportals.portal.prt.jndisupport.InitialContext.<init>(InitialCo
    ntext.java:24)
            at com.sapportals.portal.prt.deployment.DeploymentManager.getEndUserInit
    ialContext(DeploymentManager.java:1745)
            at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyCon
    tentProvider(DeploymentManager.java:1670)
            at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refr
    esh(PortalComponentContextItem.java:193)
            at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getC
    ontext(PortalComponentContextItem.java:287)
            at com.sapportals.portal.prt.component.PortalComponentRequest.getCompone
    ntContext(PortalComponentRequest.java:389)
            at com.sapportals.portal.prt.connection.PortalRequest.getRootContext(Por
    talRequest.java:423)
            at com.sapportals.portal.prt.service.document.DocumentHookServiceNew.doD
    ocumentHook(DocumentHookServiceNew.java:218)
            at com.sapportals.portal.prt.connection.PortalHook.doDocumentHook(Portal
    Hook.java:433)
            at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(P
    ortalRequestManager.java:707)
            at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(
    ServletConnection.java:208)
            at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatc
    her.java:532)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.ja
    va:415)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(Invoker
    Servlet.java:126)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServl
    et.java:149)
            at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServle
    t(ServletsAndJspImpl.java:833)
            at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(Re
    questAnalizer.java:665)
            at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAn
    alizer.java:312)
            at com.inqmy.services.httpserver.server.Response.handle(Response.java:17
    3)
            at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServ
    erFrame.java:1229)
            at com.inqmy.core.service.context.container.session.ApplicationSessionMe
    ssageListener.process(ApplicationSessionMessageListener.java:36)
            at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
            at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
    Nov 16, 2005 5:31:22 PM # Client_Thread_3      Fatal           Exception ID:05:3
    1_16/11/05_0001
    com.sapportals.portal.prt.runtime.PortalRuntimeException: Unexpected error - ini
    tial context not available: com.sap.portal.navigation.portallauncher.default
            at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyCon
    tentProvider(DeploymentManager.java:1674)
            at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refr
    esh(PortalComponentContextItem.java:193)
            at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getC
    ontext(PortalComponentContextItem.java:287)
            at com.sapportals.portal.prt.component.PortalComponentRequest.getCompone
    ntContext(PortalComponentRequest.java:389)
            at com.sapportals.portal.prt.connection.PortalRequest.getRootContext(Por
    talRequest.java:423)
            at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(P
    ortalRequestManager.java:535)
            at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(
    ServletConnection.java:208)
            at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatc
    her.java:532)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.ja
    va:415)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(Invoker
    Servlet.java:126)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServl
    et.java:149)
            at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServle
    t(ServletsAndJspImpl.java:833)
            at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(Re
    questAnalizer.java:665)
            at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAn
    alizer.java:312)
            at com.inqmy.services.httpserver.server.Response.handle(Response.java:17
    3)
            at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServ
    erFrame.java:1229)
            at com.inqmy.core.service.context.container.session.ApplicationSessionMe
    ssageListener.process(ApplicationSessionMessageListener.java:36)
            at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
            at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
    Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: Unable to g
    et access to the root folder of the application repository
            at com.sapportals.portal.application.applicationrepository.ParContextFac
    tory.getInitialContext(ParContextFactory.java:34)
            at com.sapportals.portal.prt.jndisupport.NamingManager.getInitialContext
    (NamingManager.java:52)
            at com.sapportals.portal.prt.jndisupport.InitialContext.getDefaultInitCt
    x(InitialContext.java:39)
            at javax.naming.InitialContext.init(InitialContext.java:217)
            at javax.naming.InitialContext.<init>(InitialContext.java:193)
            at com.sapportals.portal.prt.jndisupport.InitialContext.<init>(InitialCo
    ntext.java:24)
            at com.sapportals.portal.prt.deployment.DeploymentManager.getEndUserInit
    ialContext(DeploymentManager.java:1745)
            at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyCon
    tentProvider(DeploymentManager.java:1670)
            at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refr
    esh(PortalComponentContextItem.java:193)
            at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getC
    ontext(PortalComponentContextItem.java:287)
            at com.sapportals.portal.prt.component.PortalComponentRequest.getCompone
    ntContext(PortalComponentRequest.java:389)
            at com.sapportals.portal.prt.connection.PortalRequest.getRootContext(Por
    talRequest.java:423)
            at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(P
    ortalRequestManager.java:535)
            at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(
    ServletConnection.java:208)
            at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatc
    her.java:532)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.ja
    va:415)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(Invoker
    Servlet.java:126)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServl
    et.java:149)
            at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServle
    t(ServletsAndJspImpl.java:833)
            at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(Re
    questAnalizer.java:665)
            at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAn
    alizer.java:312)
            at com.inqmy.services.httpserver.server.Response.handle(Response.java:17
    3)
            at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServ
    erFrame.java:1229)
            at com.inqmy.core.service.context.container.session.ApplicationSessionMe
    ssageListener.process(ApplicationSessionMessageListener.java:36)
            at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
            at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
    Caused by: com.sapportals.portal.pcd.gl.PermissionControlException: Access denie
    d (Object(s): com.sap.portal.system)
            at com.sapportals.portal.pcd.gl.PcdFilterContext.filterLookup(PcdFilterC
    ontext.java:403)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdPr
    oxyContext.java:1083)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookupLink(PcdProxy
    Context.java:1170)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookup(PcdProxyCont
    ext.java:1132)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.j
    ava:926)
            at com.sapportals.portal.pcd.gl.PcdGlContext.lookup(PcdGlContext.java:79
            at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.j
    ava:919)
            at com.sapportals.portal.application.applicationrepository.ParContextFac
    tory.getInitialContext(ParContextFactory.java:18)
            at com.sapportals.portal.prt.jndisupport.NamingManager.getInitialContext
    (NamingManager.java:52)
            at com.sapportals.portal.prt.jndisupport.InitialContext.getDefaultInitCt
    x(InitialContext.java:39)
            at javax.naming.InitialContext.init(InitialContext.java:217)
            at javax.naming.InitialContext.<init>(InitialContext.java:193)
            at com.sapportals.portal.prt.jndisupport.InitialContext.<init>(InitialCo
    ntext.java:24)
            at com.sapportals.portal.prt.deployment.DeploymentManager.getEndUserInit
    ialContext(DeploymentManager.java:1745)
            at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyCon
    tentProvider(DeploymentManager.java:1670)
            at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refr
    esh(PortalComponentContextItem.java:193)
            at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getC
    ontext(PortalComponentContextItem.java:287)
            at com.sapportals.portal.prt.component.PortalComponentRequest.getCompone
    ntContext(PortalComponentRequest.java:389)
            at com.sapportals.portal.prt.connection.PortalRequest.getRootContext(Por
    talRequest.java:423)
            at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(P
    ortalRequestManager.java:535)
            at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(
    ServletConnection.java:208)
            at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatc
    her.java:532)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.ja
    va:415)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(Invoker
    Servlet.java:126)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServl
    et.java:149)
            at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServle
    t(ServletsAndJspImpl.java:833)
            at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(Re
    questAnalizer.java:665)
            at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAn
    alizer.java:312)
            at com.inqmy.services.httpserver.server.Response.handle(Response.java:17
    3)
            at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServ
    erFrame.java:1229)
            at com.inqmy.core.service.context.container.session.ApplicationSessionMe
    ssageListener.process(ApplicationSessionMessageListener.java:36)
            at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
            at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
    [email protected]fd #
    Nov 16, 2005 5:31:22 PM # Client_Thread_3      Fatal           Cannot find user
    when uniqueID is null!
    com.sap.security.api.UMRuntimeException: Cannot find user when uniqueID is null!
            at com.sap.security.core.imp.AbstractPrincipalSet.isUserMember(AbstractP
    rincipalSet.java:388)
            at com.sap.security.core.imp.RoleWrapper.isUserMember(RoleWrapper.java:5
    2)
            at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.containsPrincipal(JDBC
    Acl.java:769)
            at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.basicCheckPermission(J
    DBCAcl.java:704)
            at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.checkPermission(JDBCAc
    l.java:510)
            at com.sap.security.core.acl.imp.Acl.isAllowed(Acl.java:294)
            at com.sapportals.portal.acl.Acl.isAllowed(Acl.java:343)
            at com.sapportals.portal.pcd.gl.Acl.isAllowed(Acl.java:278)
            at com.sapportals.portal.pcd.gl.AclHandle.isAllowedInt(AclHandle.java:42
    3)
            at com.sapportals.portal.pcd.gl.AclHandle.isAllowed(AclHandle.java:407)
            at com.sapportals.portal.pcd.gl.PcdPersObject.checkPermission(PcdPersObj
    ect.java:785)
            at com.sapportals.portal.pcd.gl.PcdPersObject.hasPermission(PcdPersObjec
    t.java:765)
            at com.sapportals.portal.pcd.gl.PcdFilterContext.filterLookup(PcdFilterC
    ontext.java:400)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdPr
    oxyContext.java:1083)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookupLink(PcdProxy
    Context.java:1170)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookup(PcdProxyCont
    ext.java:1132)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.j
    ava:926)
            at com.sapportals.portal.pcd.gl.PcdGlContext.lookup(PcdGlContext.java:79
            at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.j
    ava:919)
            at com.sapportals.portal.application.applicationrepository.ParContextFac
    tory.getInitialContext(ParContextFactory.java:18)
            at com.sapportals.portal.prt.jndisupport.NamingManager.getInitialContext
    (NamingManager.java:52)
            at com.sapportals.portal.prt.jndisupport.InitialContext.getDefaultInitCt
    x(InitialContext.java:39)
            at javax.naming.InitialContext.init(InitialContext.java:217)
            at javax.naming.InitialContext.<init>(InitialContext.java:193)
            at com.sapportals.portal.prt.jndisupport.InitialContext.<init>(InitialCo
    ntext.java:24)
            at com.sapportals.portal.prt.deployment.DeploymentManager.getEndUserInit
    ialContext(DeploymentManager.java:1745)
            at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyCon
    tentProvider(DeploymentManager.java:1670)
            at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refr
    esh(PortalComponentContextItem.java:193)
            at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getC
    ontext(PortalComponentContextItem.java:287)
            at com.sapportals.portal.prt.component.PortalComponentRequest.getCompone
    ntContext(PortalComponentRequest.java:389)
            at com.sapportals.portal.prt.connection.ContentExceptionHandler.handleEx
    ception(ContentExceptionHandler.java:64)
            at com.sapportals.portal.prt.connection.ContentExceptionHandler.handlePo
    rtalRuntimeException(ContentExceptionHandler.java:24)
            at com.sapportals.portal.prt.core.PortalRequestManager.handleRequestExce
    ption(PortalRequestManager.java:825)
            at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(P
    ortalRequestManager.java:715)
            at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(
    ServletConnection.java:208)
            at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatc
    her.java:532)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.ja
    va:415)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(Invoker
    Servlet.java:126)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServl
    et.java:149)
            at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServle
    t(ServletsAndJspImpl.java:833)
            at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(Re
    questAnalizer.java:665)
            at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAn
    alizer.java:312)
            at com.inqmy.services.httpserver.server.Response.handle(Response.java:17
    3)
            at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServ
    erFrame.java:1229)
            at com.inqmy.core.service.context.container.session.ApplicationSessionMe
    ssageListener.process(ApplicationSessionMessageListener.java:36)
            at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
            at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
    Nested Exception:
    com.sap.security.api.NoSuchUserException: Cannot find user when uniqueID is null
            at com.sap.security.core.imp.UserFactory.getUser(UserFactory.java:95)
            at com.sap.security.core.imp.AbstractPrincipalSet.isUserMember(AbstractP
    rincipalSet.java:376)
            at com.sap.security.core.imp.RoleWrapper.isUserMember(RoleWrapper.java:5
    2)
            at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.containsPrincipal(JDBC
    Acl.java:769)
            at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.basicCheckPermission(J
    DBCAcl.java:704)
            at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.checkPermission(JDBCAc
    l.java:510)
            at com.sap.security.core.acl.imp.Acl.isAllowed(Acl.java:294)
            at com.sapportals.portal.acl.Acl.isAllowed(Acl.java:343)
            at com.sapportals.portal.pcd.gl.Acl.isAllowed(Acl.java:278)
            at com.sapportals.portal.pcd.gl.AclHandle.isAllowedInt(AclHandle.java:42
    3)
            at com.sapportals.portal.pcd.gl.AclHandle.isAllowed(AclHandle.java:407)
            at com.sapportals.portal.pcd.gl.PcdPersObject.checkPermission(PcdPersObj
    ect.java:785)
            at com.sapportals.portal.pcd.gl.PcdPersObject.hasPermission(PcdPersObjec
    t.java:765)
            at com.sapportals.portal.pcd.gl.PcdFilterContext.filterLookup(PcdFilterC
    ontext.java:400)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdPr
    oxyContext.java:1083)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookupLink(PcdProxy
    Context.java:1170)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookup(PcdProxyCont
    ext.java:1132)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.j
    ava:926)
            at com.sapportals.portal.pcd.gl.PcdGlContext.lookup(PcdGlContext.java:79
            at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.j
    ava:919)
            at com.sapportals.portal.application.applicationrepository.ParContextFac
    tory.getInitialContext(ParContextFactory.java:18)
            at com.sapportals.portal.prt.jndisupport.NamingManager.getInitialContext
    (NamingManager.java:52)
            at com.sapportals.portal.prt.jndisupport.InitialContext.getDefaultInitCt
    x(InitialContext.java:39)
            at javax.naming.InitialContext.init(InitialContext.java:217)
            at javax.naming.InitialContext.<init>(InitialContext.java:193)
            at com.sapportals.portal.prt.jndisupport.InitialContext.<init>(InitialCo
    ntext.java:24)
            at com.sapportals.portal.prt.deployment.DeploymentManager.getEndUserInit
    ialContext(DeploymentManager.java:1745)
            at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyCon
    tentProvider(DeploymentManager.java:1670)
            at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refr
    esh(PortalComponentContextItem.java:193)
            at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getC
    ontext(PortalComponentContextItem.java:287)
            at com.sapportals.portal.prt.component.PortalComponentRequest.getCompone
    ntContext(PortalComponentRequest.java:389)
            at com.sapportals.portal.prt.connection.ContentExceptionHandler.handleEx
    ception(ContentExceptionHandler.java:64)
            at com.sapportals.portal.prt.connection.ContentExceptionHandler.handlePo
    rtalRuntimeException(ContentExceptionHandler.java:24)
            at com.sapportals.portal.prt.core.PortalRequestManager.handleRequestExce
    ption(PortalRequestManager.java:825)
            at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(P
    ortalRequestManager.java:715)
            at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(
    ServletConnection.java:208)
            at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatc
    her.java:532)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.ja
    va:415)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(Invoker
    Servlet.java:126)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServl
    et.java:149)
            at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServle
    t(ServletsAndJspImpl.java:833)
            at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(Re
    questAnalizer.java:665)
            at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAn
    alizer.java:312)
            at com.inqmy.services.httpserver.server.Response.handle(Response.java:17
    3)
            at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServ
    erFrame.java:1229)
            at com.inqmy.core.service.context.container.session.ApplicationSessionMe
    ssageListener.process(ApplicationSessionMessageListener.java:36)
            at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
            at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
    How roleback this so that I can get the logon page
    thanks
    pk

    Hi
    Thjanks for the reply.
    I have gone thru doc.
    In the doc it says
    Start the Config Tool by executing j2ee
    then
    cluster/server
    cluster/distahcer
    there is no "Global server configuration"   to go to
    what could be the reason ..
    if it is version problem .. Is there any alternative or resinatllation of EP
    thanks
    PK

  • '@' not getting displayed in the ALV report

    Hello,
    I am facing  a strange issue in the ALV report display. A string starting with '@' is not getting displayed and says "default icon " on the report. and this is varying from system to system for the same user.
    can anyone please help me in resolving the issue.
    Thanks in advance.
    Thanks and Regards,
    Santhosh Guptha N.

    @ is a default value as per ALV internal process. This is used in icons .
    I think this is causing the confusion.
    Check in the fieldcat if there is any adjsutment to be made to handle this.
    Br,
    Vijay

  • Work item not getting displayed in the portal

    Hi  experts,
    We are creating a protoype for one of the standard HCM form for change in working time. When we initiate the process, the workflow is supposed to identify the agent(which is the manager in this case) and push the work item in the inbox of the manager.
    In our issue, we are able to see the workitem in SAP inbox, but the same work item is not getting displayed in the portal.
    If we try to approve from the SAP inbox, the hard coded message u201CWork item can only be executed using the Portal and the UWLu201D comes. [this comes through the method of  one of the tasks 17900101 which we are using for approving the form]
    We commented the message by using a Z class. Now we donu2019t get the hardcoded message, but still the workflow does not complete from here.
    Can this be aan integration issue of the workflow tasks with the portal??Can someone elaborate on this??

    <ItemType name="uwl.task.webflow.TS17900101.SAP_ECC" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWebDynPro" executionMode="default">
          <ItemTypeCriteria systemId="SAP_ECC" externalType="TS17900101" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchWebDynPro" groupAction="" handler="SAPWebDynproLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
              <Properties>
                <Property name="WebDynproApplication" value="ApproveFormApp"/>
                <Property name="WebDynproDeployableObject" value="sap.com/pa~asr~formstep"/>
                <Property name="newWindowFeatures" value="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no"/>
                <Property name="openInNewWindow" value="yes"/>
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
    You have to say to your portal team to modify their XML file as above. In simple you hvae to configure the task in the portal and in the SWFVISU txn as follows with the following vizualization parameters
    Task TS17900101 and visualization type is JavaWebDynpro
    APPLICATION     ApproveFormApp
    PACKAGE     sap.com/pa~asr~formstep

  • MD06  Issue - Planned orders not getting displayed

    Hello,
    Planned order with the exception "Newly created order proposal" does not get displayed in MD06 with the option "Only Unprocessed MRP Lists" in the processing indicator.
    I am running MD06 report with the following parameters:
    Plant
    MRP Controller
    Exeception Group - All exception selected except 8-Terminations
    Processing indicator - Only unprocessed MRP LIsts, Only with new exceptions
    My material which has a newly created planned order thorugh MRP run with exception "1 - Newly created order proposal" does not get displayed.
    Only when I specify Only processed MRP lists or All MRP LIst in the processing indicator, this material gets displayed. The planned order is for a Stock Transfer order to this plant (receiving plant). How is the MRP LIst processed?
    Please help me out with this issue.
    Sincerely,
    Ketan

    Hi Ketan,
    When you execute the MD06 report, you would find a column with the heading CI, if am right it would be just after the MRP cntlr, here you would find a Pencil & a tick mark. If you find them both, it means the row is unprocessed, but if you find only a tick mark it means that the row is processed.
    So now check for the planned order, it would be just a tick mark & hence would be showing only for the processed MRP list or all MRP lists.
    To process a row or unprocess, just click on the icon & it changes.
    Check & revert if it answers your query.
    Regards,
    Vivek

  • Object form is not getting displayed for few users

    Guys
    I have successfully implemented approval and provisining flows for a new resource in OIM 9.1.X. This resource has an object and a process form.
    It is working fine in production for few users. But for few users, the object form is not getting displayed to give the input while requesting this resource.
    Please let me know what might be the issue.

    Hi,
    Could you please check whether you have added ALL_USERS group as a resource administrator group in resource object definition?
    Add AL_USERS group as a resource administrators with the read access.
    We had similar issue and managed to resolved.
    Thanks,
    Pallavi Chaudhari

  • Terms and conditions not getting displayed on the last page

    Hi All,
    I have to display a smartform, on the front side of the page i have to display material details and on the back side of the page i have to display terms and conditions. I' am unable to print the material details and terms and conditions in duplex mode, but on the last page only material details are getting displayed, terms and conditions are not getting displayed.
    Can you please help me how to make the terms and conditions get printed on the back side of the last page.
    Thanks,

    I'm a bit confused by the statement "I' am unable to print the material details and terms and conditions in duplex mode".
    I suppose you meant to say "I am able to print the material details and terms and conditions in duplex mode", correct?
    If the problem is that on the last form page, the T&C is not getting printed on the back of the form, you could force the T&C page by using a flow logic command as the very last element of the main window, which gets processed when all the data is already output. For the command, use the 'Go to New Page' and specify the page name for the Terms & Conditions.
    In case this causes an issue that the last page is printed twice (since the T&C page is likely defined with the next page being NEXT_PAGE), then copy the already existing T&C page, call it LASTPAGE and leave the Next Page attribute empty.

  • Standard screen not getting displayed in a zcopied prg

    Hi Freinds,
    (In sap4.7  ) I had copied QA32 into a ZQA32 and had added some validation checks before user Chooses Defects Button,,this ZQA32 works till that point fine but when the Defects button is chosen,,it gives a call to Tcode QA11 ,with the initial screen fields  filled up,,
    in the normal processing of QA32 when QA11 is called,,it is also filled up with some intial values carried from previous Tcode QA32 and after User presses execute button in QA11 intial screen ,further a screen(200) with 3 radio buttons pops up,,
    my ZAQ32  is failing at this point though the line of code  where the screen is called (call screen 200 ...) is reached with no variations in  values of any of the variables in comparison with when it is called from QA 32,
    the screen 200 is not getting displayed if i reach QA11 thru  ZQA32,,,
    Though it is  ALSO calling QA11  and hence the program control is tranferred to QA11, but still the screen is not geting displayed,plz tell me where  i went wrong??
    Thanks in advance

    Hi Sri lakshmi ,
    You should debug the code starting from call to QA11 and check if will the conditions are met for call of pop up screen.
    This will give you an idea, as what is exactly required for this pop up to appear.
    Hope this helps you.

  • How come the images are not getting displayed in ie?

    Hi,
    In my application i have a page where the thumbnails
    representing the videos uploaded into the site should be
    displayed.These imgaes are getting displayed in mozilla properly,
    but when it comes to ie 7 they are not getting displayed..instead
    iam getting a broken image.Please suggest me a solution.Thanks in
    advance.

    Hi KChamarti,
    I am also trying to display images insid the datagrid but i get a weird broken image(all silver gray).
    My item renderer is:
              <mx:DataGridColumn headerText="Type">
                   <mx:itemRenderer>
                     <mx:Component>
                      <mx:HBox verticalGap="2">
                          <mx:Image id="dgImage" source="\assets\images\{toLowerCase(data.type)}.jpg" />
                          <mx:Label text="{data.type}"/>
                        </mx:HBox>
                     </mx:Component>
                   </mx:itemRenderer>
                </mx:DataGridColumn>
    Am i mentioning the source of the image in the right way?

  • Adobe Form not getting displayed on the portal

    Hi,
    From the MSS portal when I run the process, the associated adobe form(using HCM) doesn't get displayed on the portal. Initially the problem was with higher version of acrobat reader but now it is solved. Now I am not getting any error or warning but adobe form still not getting displayed.
    Please help.

    Later

  • Condition tab in STO is not getting displayed

    Hi,
    While creating STO, the Condition tab in Line Item is not getting displayed.
    Why it is not getting displayed? Where do I need to change the configuration?
    Do I need to maintain any Pricing Procedure in MM?
    Please guide.
    Regards,
    PK

    Hi,
    Check whether you have maintained Schema determination for respective document type and STO.
    below mentioned is the navigation path to maintain the same.
    > spro - materials management - purchasing - conditions - define price determination process - define schema determination - Determine Schema for Stock Transport Orders
    Here maintain the Purchasing Schema group , Document type & pricing procedure for STO.
    Standard Pricing procedure for STO is RM2000.
    Hope this is helpful..
    Regards,
    Vamshi

  • Potential & Development Forms are not getting displayed

    Hi Gurus,
    Here goes another problem which I am facing regarding Forms, I created Potential & Developemt forms in Talent Assessment in DEV-100(golden client) & copied it to DEV-300,via SCC1 (another client to which portal is linked), but still the forms are not updated in 300, though 1node & table V_T77TMC_P_V got updated in 300 after i copied the req.
    The complete customization is done in the TR , including the manual transport of the Forms,still they are not getting displayed in 300, kindly help!!!!!!!! its urgent
    Regards
    Bharti Sood

    Hi Bharti Sood,
    It appears that all elements were not transported. Did you go through these customizing tasks in IMG > Talent Management and Talent Development > Talent Assessment:
    - Transport Forms
    - Transport Process Form Assignments
    - Transport Scales
    These elements do not get transported automatically.
    Best regards,
    Luke

Maybe you are looking for

  • Where to put aliases instead of in ~/.bashrc for systemwide effect?

    I'd like to make a systemwide alias instead of putting the alias in each users .bashrc file. Where should i put it? Thanks!

  • Power PC applications and Mountain Lion

    I just bought a MacBook Air, I wanted to use my old printer but it seems as though Mountain Lion does not support PowerPC applications. Does this mean I need a new printer? or Is there a new driver for my HP 5610 printer that I need to get?

  • When to use AMF and when to use RTMP??

    Hello can someone explain the difference?? I am using all the defaults for the configurations files (remoting and datamanagement) and my app works perfectly on development mode where everything is on localhost, but when we try it on pre-production it

  • Selective IP filtering for multiple servers in a domain?

    Is it possible to have IP filtering on for certain servers in a domain, and not for others? This is the situation: I am deploying two servers in mydomain, so let's call it serverA and serverB. I want serverA to accept all connections while serverB ac

  • Massive problem with HP Officejet J4580 All-in-One

    Recently I've reloaded the cartridges and when I want to print something, on the print's screen writes "Problem at printing cartridge: [Black]. Consult the documentation of the product, for troubleshooting". It's not the first time when appears this