Reg: Dashboard page Name not getting displayed.

Hi
I have created a dashboard Dashboard1 and it has 5 different pages
pg1 thru pg5. I have 5 users USER1,USER2.USER3,USER4 and USER5.
I have assigned each page to a user and all the users have access to Dashboard1
i.e
USER1 pg1 of Dashboard1
USER2 pg2 of Dashboard1
USER3 pg3 of Dashboard1
USER4 pg4 of Dashboard1
USER5 pg5 of Dashboard1
The problem is name of the pages is not displayed once the dashboard is accessed after log on..The report attached to that page is displaying data, but page name on the tab is blank...
Could anybody help me with this information pls..
Thanks in Advance...

Hi,
When a single page is placed on the Dashboard it will not show the page name as it won't show any tab on the Dashboard. This is happening by default.
This case applies to your scenario as you restricting those pages among the users.
To just check, give the permissions to the user1 to view 2 dashboard pages instead of 1. Then you can able to see the page names on the tabs as 2 pages are on the Dashboard for that user.
I am also not aware of displaying the Page name when there is a single page on the dashboard...:(
-Vency

Similar Messages

  • I am facing issue in Receiving incoming calls, Name not getting displayed though the same has been saved in my phone book!! I have done sync from Windows contacts.. please help if some1 knows how to rectify the issue...

    I am facing issue in Receiving incoming calls, Name not getting displayed though the same has been saved in my phone book!! I have done sync from Windows contacts.. please help if some1 knows how to rectify the issue...

    Has your carrier been having issues with Call Display? Do the telephone numbers come up when people call, or does it just show 'Unknown Number' or 'Blocked' ?

  • 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

  • Data being Displayed while the Account Name not getting Displayed in FR

    Hi,
    We are facing a strange issue when is user is trying to run a Hyperion Financial report. The data and Entity Name is being displayed whereas the Account name is not being displayed for a particular entity. The user has access to the Entity and accounts. Any Clues ??
    Thanks,
    Addy
    Edited by: Addy on Jan 11, 2011 5:15 PM

    The first thing that pops to my mind is does the format of the cell have Replace checkbox checked with a blank description. thus any results coming back will display as blank.
    Also the customized header is check and it is showing blank.
    A quick test if you have Smart View is can the user access the same data? if yes then the report has a filter of some sort, if the user cannot access the data in smart view, there is a security problem perhaps with the data
    JTS

  • Table column names not getting displayed

    Hi
    When i do a SELECT statement i am not getting the column names
    SQL> SELECT * FROM EE;
    aa physics 100
    bb physics 200
    PLease let me know how can i set it.
    Thank you
    Marium Thomas

    Did you modify some of the default settings (e.g. HEADING or PAGESIZE)?
    Try
    set heading onhttp://download-uk.oracle.com/docs/cd/B10501_01/server.920/a90842/ch13.htm#1011230

  • Company Name not getting Displayed in the incoming screen

    I changed my blackberry from earlier 0S 7 to Z10 two days ago, but to my surprise it is not displaying company name in the incoming call screen. I have more than 20 people whose name is repeating and not able to identify, how come this feature is not available in the new model, what is solution ?

    @ 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

  • Web Browser page is not getting displayed

    Hi,
    I have logged into SRM server thrugh web Browser.
    Roles are attached to the user.
    When i Click the Go shopping  -PAGE cannot be displayed " error is appearing.
    For some of the Nodes example --default setting page is displayed.
    We are in SRM 5.0 .
    The error is given below
    This is my URL
    *http://orange.dht.com:8000/sap/bc/gui/sap/its/bbpstart?sap-client=001&sap-language=EN*
    The page cannot be displayed
    If you typed the page address in the Address bar, make sure that it is spelled correctly.
    Regards
    G.Ganesh Kumar

    Hello Ganesh,
    As written by Iftekhar, check table TWPURLSVR.
    You can also have a look at OSS note 1145305 - SRM menu does not work as expected or any other SAP note dealing with this table.
    Regards.
    Laurent.

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

  • Header not getting  displayed in the next page in the second table

    Dear Experts ,
    I have a query regarding Header not getting  displayed in the next page in the second table of the main window. .Let me elobrate the issue.
    I have a smartform in which there are  2 tables TABLE 1 and TABLE 2 in the smartform MAIN window. TABLE 1 is for pending PO and TABLE 2 is  for future delivery date P O separated by text in between.
    Now the header for both the tables and the data are getting displayed properly if the total output is in only one page. But If there are more entries in the TABLE 1 the Header for the TABLE 2 is not getting displayed. Header for TABLE 1 yet gets displayed properly in the next page in case of more entries.
    Only issue is that Header for TABLE 2 is not getting displayed in second page but it gets displayed if the entries are less in TABLE 1 and the total output is in one page .
    Please provide a elobrate solution on this problem as the requirement is urgent.
    Thanks,
    Regards,
    Sachin Hada

    Hi Sachin,
    you need to cteate two pages FIRST and NEXT.
    in first page --> FIRST
        next       --> NEXT
    in next page
      page---> NEXT
      next ---> NEXT.
    you copy the first page main window is the same in next page
    aslo
    I think help ful for you
    thanks & Regards
    BHUPAL.

  • Images for tabs are not getting displayed in the page if Iam using a template

    I have page with a unstructured template. I have arranged tabs on page with images attached. But images are not getting displayed. why

    Hi,
    Please check if the images are in the server and in the /images alias path.
    thanks,
    Sharmila

  • Custom page layouts are not getting displayed in ribbon

    Hi,
    I have created a custom page layout under welcome category. This is getting displayed in pages library while creating a page and also in page layout option from site settings which is fine. But when a page is in edit mode if we click page->page layouts
    from ribbon, all the default page layouts are getting displayed except my custom page layout.
    Please advise.
    Regards,
    Chaitanya.

    you have a subsite in a site collection •the publishing feature is activated in the subsite, but not in the site collection •you want to edit/add page layouts on the site collection level, to be used within your subsite •when you open the site collection
    in SharePoint Designer, you can't see Page Layouts in the Site Objects panel You now have 2 options: you can either activate the publishing feature in the site collection (and the Page Layouts link comes back), or you can use the All Files link and browse
    to the master pages and page layouts library (_catalogs > masterpage.) Either option will do, unless you really don't want the publishing feature in the site collection.
    To fix the issue go to Site Actions -> Site Settings in the upper left corner.
    Under "Site Collection Administration" click on "Site Collection Features".
    Look for "SharePoint Server Publishing Infrastructure" and activate it. It might take a moment to load.
    Next return to "Site Settings" and click on "Manage Site Features"
    Look for "SharePoint Server Publishing" and activate it. It might take a moment to load.
    If this helped you resolve your issue, please mark it Answered

  • Company code name is not getting displayed properly in SRM portal

    Hi Experts,
    I have an strange issue. In the ECC (Backend) system, my company code name is getting displayed correctly. But in the SRM portal, it is showing the old name.
    I have tried to run the report BBP_ATTR_TEXT_REFRESH. But the BUK attribute is not coming in the F4 help. I am using SRM 5.0
    Please suggest me any other way where i can refresh the company code name.

    Hello,
    Kindly refer to the SAP Note 1156021 to resolve your issue here.
    Best Regards,
    Rahul

  • Graph image not getting displayed when navigating from another page

    Hi All,
    I have implemented a line graph in ADF with "dept no"(in x-axis) and "avg sal"(in y-axis). When I am going to run only this graph page, its showing proper data.
    But,when I am trying to navigate from another jspx page (which is under some package) to this graph page, the graph is not getting displayed(graph image is not getting displayed).
    In my project I am following package structure for jspx and backing bean.
    Please help me to solve this problem.
    Thnx,
    Abhijit

    Abhijit,
    A couple of things:
    1). There's really not enough information provided to answer your question - have you tried doing some debugging?
    2). You may have beer luck on the [url http://forums.oracle.com/forums/forum.jspa?forumID=381&start=0]11g forum
    John

  • Display name not getting generated When creating user thorugh GTC

    We are using GTC flat file as a trusted source. We see that display name not getting generated. And same thing happening when creating a new GTC mapping.
    previously when we ran with few test user got created with display name through GTC flat file , Suddenly we see this issue display name not getting generated through flat file recon.
    Manually user creation has no issues.
    Please let me know if you have any idea about this issue.

    Don't use GTC... GTC is inflexible and buggy technology... Nothing guaranteed... Rather create your own custom trusted recon code...
    For more details
    26 Known Issues of Generic Technology Connectors
    http://docs.oracle.com/cd/E10391_01/doc.910/e10360/issues.htm

  • HR iViews are not getting displayed and showing "Page can not be found".

    Hello,
    I am facing an issue in the EP 7 wherein all the standard HR iViews are not getting displayed and showing "Page can not be found".
    We have added S_SERVICE autorisation object to user used for the relative JCO as well by looking at other similar forums but that did not help.
    I have attached last part of log from file application.log under "F:\usr\sap\EP1\JC01\j2ee\cluster\server0\log"
    #0002A537D2A6006A0000027300001C4C00046E3590936E5F#1247076244733#/Applications/WebApplications#sap.com/irj#com.sap.engine.services.servlets_jsp.server.runtime.context.ServletContextImpl#Administrator#12374##n/a##b7291b106be911de8d8a0002a537d2a6#SAPEngine_Application_Thread[impl:3]_27##0#0#Info#1#com.sap.engine.services.servlets_jsp.server.runtime.context.ServletContextImpl#Plain###application [irj] prt: init#
    #1.5 #0002A537D2A6007A0000001200001C4C00046E35AAA74D33#1247076682222#/Applications/WebApplications##com.sap.engine.services.servlets_jsp.server.runtime.context.ServletContextImpl#Guest#0##n/a##cf997d306af811dec69d0002a537d2a6#Thread[Finalizer,8,system]##0#0#Info#1#com.sap.engine.services.servlets_jsp.server.runtime.context.ServletContextImpl#Plain###application [irj] prt: destroy#
    #1.5 #0002A537D2A6005F0000026C00001C4C00046E35C2814813#1247077082383#/Applications/WebApplications#sap.com/irj#com.sap.engine.services.servlets_jsp.server.runtime.context.ServletContextImpl#SKhatkale#12460##n/a##a7cb51e06beb11de8bd70002a537d2a6#SAPEngine_Application_Thread[impl:3]_6##0#0#Info#1#com.sap.engine.services.servlets_jsp.server.runtime.context.ServletContextImpl#Plain###application [irj] prt: init#
    #1.5 #0002A537D2A60075000002BD00001C4C00046E35C3AD4359#1247077102039#/Applications/Xss#sap.com/tcwddispwda#com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent#SKhatkale#12464##rrisep1p01_EP1_14481150#SKhatkale#b6d348006beb11deb9780002a537d2a6#SAPEngine_Application_Thread[impl:3]_31##0#0#Fatal#1#com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent#Plain###You do not have the authorization to start service sap.com/pcui_gp~xssutils/XssMenu.#
    #1.5 #0002A537D2A6007A0000001300001C4C00046E35DDE07029#1247077541575#/Applications/WebApplications##com.sap.engine.services.servlets_jsp.server.runtime.context.ServletContextImpl#Guest#0##n/a##cf997d306af811dec69d0002a537d2a6#Thread[Finalizer,8,system]##0#0#Info#1#com.sap.engine.services.servlets_jsp.server.runtime.context.ServletContextImpl#Plain###application [irj] prt: destroy#
    #1.5 #0002A537D2A600650000024600001C4C00046E36B6DBE4D0#1247081181950#/Applications/WebApplications#sap.com/irj#com.sap.engine.services.servlets_jsp.server.runtime.context.ServletContextImpl#Administrator#12873##n/a##37e186606bf511de8bf20002a537d2a6#SAPEngine_Application_Thread[impl:3]_0##0#0#Info#1#com.sap.engine.services.servlets_jsp.server.runtime.context.ServletContextImpl#Plain###application [irj] prt: init#
    Please let me know if anybody has come across such scenario before.
    Thanks
    Suhas
    Edited by: Suhas Khatkale on Jul 8, 2009 10:09 PM

    Hi,
    This issue is now resolved. We followed up with SAP and they suggested to update the component EP-PSERV to latest patch which was earlier to patch 1. Later on we upgraded it to patch 4 and this resolved the issue.
    Thanks
    Suhas

Maybe you are looking for