Attachment in portal not getting displayed in SAP Inbox

Hi All.
While creating travel expense requests from Enterprise Portal, travelers create few attachments and then save the travel expense reports.
A workflow then gets triggered and these travel expense reports reach SAP Inboxes of the checkers [in the finance department].
The issue here is that these checkers do not have access to enterprise portal and they expect to see the attachments [that the traveler has created via the portal] via corresponding work items in their SAP Inboxes u2013 which currently is not happening!
I checked the trip transaction that got created [in the backend / in SAP] and found the u2018attachment listu2019 menu option in GOS being disabled [may be because there is not even one attachment that has come to the backend!]
What needs to be done so that the attachments can even be viewed from the backend / from SAP Inbox? Please suggest!
Br,
Hari

Hi,
  You may have to check with the stylesheet, Check if the iVIews are using portal stylesheets from portal theme. If you want to use WD style sheets, The parameter for the web dynpro to use special theme "sap.useWebDynproStyleSheet" should be "true" (configuration adapter->webdynpro->sap.com->tcwddispwda) in visual admin. If you want to set this option for particular iViews only, then from the WD iView properties, set 'Supply Portal stylesheet' property to 'No'.
Regards,
Harini S

Similar Messages

  • Form not getting displayed in sap b one

    I have created a form using screen painter.But it is not getting displayed in sap b one.When I debugged the form it doesnot show any error.

    Option Strict Off
    Option Explicit On
    Friend Class frmEmployee
        Private WithEvents SBO_Application As SAPbouiCOM.Application
        Private objForm As SAPbouiCOM.Form
        Public Sub New()
            MyBase.New()
            '// set SBO_Application with an initialized application object
            SetApplication()
            LoadFromXML("frmEmployee.xml")
            'LoadFromXML("MySimpleFormxml")
            '// Get the added form object by using the form's UID
            objForm = SBO_Application.Forms.Item("F_4")
            '// Show the loaded Form
            objForm.Visible = True
            '// Saving the Form as an XML file
            '// although it already exist as an XML file
            '// it is good for practice
            'SaveAsXML(objForm)
        End Sub
        Private Sub SetApplication()
            '// Use an SboGuiApi object to establish connection
            '// with the SAP Business One application and return an
            '// initialized appliction object
            Dim SboGuiApi As SAPbouiCOM.SboGuiApi
            Dim sConnectionString As String
            SboGuiApi = New SAPbouiCOM.SboGuiApi
            '// by following the steps specified above, the following
            '// statment should be suficient for either development or run mode
            sConnectionString = Environment.GetCommandLineArgs.GetValue(1)
            '// connect to a running SBO Application
            SboGuiApi.Connect(sConnectionString)
            '// get an initialized application object
            SBO_Application = SboGuiApi.GetApplication()
        End Sub
        Private Sub LoadFromXML(ByRef FileName As String)
            Dim oXmlDoc As Xml.XmlDocument
            oXmlDoc = New Xml.XmlDocument
            '// load the content of the XML File
            Dim sPath As String
            'sPath = IO.Directory.GetParent(Application.StartupPath).ToString
            sPath = "D:\Final\Forms"
            oXmlDoc.Load(sPath & "\" & FileName)
            '// load the form to the SBO application in one batch
            SBO_Application.LoadBatchActions(oXmlDoc.InnerXml)
        End Sub
        Private Sub SaveAsXML(ByRef Form As SAPbouiCOM.Form)
            Dim oXmlDoc As Xml.XmlDocument
            Dim sXmlString As String
            oXmlDoc = New Xml.XmlDocument
            '// get the form as an XML string
            sXmlString = Form.GetAsXML
            '// load the form's XML string to the
            '// XML document object
            oXmlDoc.LoadXml(sXmlString)
            Dim sPath As String
            'sPath = IO.Directory.GetParent(Application.StartupPath).ToString
            sPath = "D:\Final\Forms"
            '// save the XML Document
            oXmlDoc.Save((sPath & "\frmEmployee1.xml"))
        End Sub
    End Class

  • Workitem not getting deleted from SAP inbox

    Hi ,
    I have a scenario in workflows , in which when a user creates a timesheet , a mail goes to approver , when the timesheet is approved the mail should get automatically deleted .
    We have created a standard task for this purpose ( a copy of TS31000007)  .
    The business Object is CATS , terminating event is COMPLETED , method is APPROVE . There is no triggereing event a FM is being used .
    The standard task is copied in two test environments , from first system the mail gets automatically deleted , but from the second one it is not getting deleted .
    Also the workflow log in SWEL doesnt show any rows in the second system .
    In the first system , there are 4 steps  in the workflow log :
    Dialog work item created
    Background process started
    terminating event received
    work item processing complete
    Though the workitem has deleted , but the status of the workflow is in Progress
    while the second has only two steps in workflow log
    Dialog work item created
    Background process started
    and the workflow status is "Ready"
    I guess the terminating event in the second case is not getting received .
    but ,I have  checked sweinst and found that the instance linkage is activated .
    Also when the workitem is approved , it does not get delete , and if we try to re execute it again , the gives a msg " NO data found "
    Can someone help me to find why the mail is stuck in the inbox and  correct this problem.
    Thanks
    Sheetal

    Unless and until the Terminating event is triggered the workitem will not disappear. Check how the Event is getting triggered in other system. I feel it is getting triggered by standard means. Check whether there is proper settings in SWEHR3.
    It means that you are not doing any special configuration for event triggering or coding. Please check what is missing in the system you are having problem.  Check SWU3 setting is fine or not.
    <b>Please close thread when issue resolved</b>
    Thanks
    Arghadip
    Message was edited by:
            Arghadip Kar

  • Alert is not getting displayed in Alert Inbox

    Hi,
    We have created a BPM with an Alert. The Alert is getting triggered in the PE but we are not able to see the alert in the alert inbox. It is neither being displayed in ALRTDISP transaction.
    We have already subcribed that alert.

    Hi,
    Have to scheduled the background job SXMSALERT_PROCESS_DATA_GET to collect the alert message for further processing?
    check this link,
    http://help.sap.com/saphelp_nw04/helpdata/en/80/942f3ffed33d67e10000000a114084/frameset.htm
    thanks,
    sasi

  • Message ID  SXMS_MSG_GUID  not getting displayed in alert inbox

    Hi,
    In ALRTCATDEF i have defined container element named SXMS_MSG_GUID which has ABAP Dict. Data Type SXMSMGUIDC. In the message title i have used that container element using &SXMS_MSG_GUID&. I am getting alert in my alert inbox in RWB but all the other texts are displayed except the message id. I even tried using dynamic text but no luck. Can anyone plz tell me how can i get the message id displayed in my alert inbox?
    Please advice!!!
    Regards,
    Mateen.

    Bhavesh,
    The message is failing because of the error "NO_RECEIVER_CASE_ASYNC" says "No receiver could be determined". Its not related to an adapter error. I went through the note which you suggested but its not providing much help.
    Regards,
    Mateen.

  • Catalog codes not getting displayed in Field- QS41

    During my customisation activity, codes of catalog profiles are not getting displayed in SAP screen. Field for codes are showing as blank grey area in QS41 Tcode. If I try creating same codes again, system throwing error saying "key for entry is exisying already".
    Another observation is in the initial screen of QS41 if I select catalog and codes from folders all codes we can see for selection in initial screen, but same is not getting displayed in field for codes in QS41, its showing blank grey fields. Could anyone tell me what might be reason. Its happening for standard catalog profiles also.
    Could anyone tell me what might be the reason.

    Hello Vineeth,
    could you please apply note [1078292|https://service.sap.com/sap/support/notes/1078292] in your system this should resolve the discribed issue.
    Regards,
    Isabelle

  • 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

  • Portal Forms are not getting displayed in the new oracle environment.

    Hi All,
    The Forms in our Portal applications are not getting displayed after we have done the upgradation of Database in Unix from 8i to 9i. The reports are working fine.The forms that were added as portlets are not getting displayed and other forms that are called thorough links returns error when it is run. The Newly created forms are also not running but returns error. The Portal Version is 3.0.9.8.3. Pls help.
    Regards,
    Tom

    Hi ,
    Based on the requirement , check whether the customer contact has been done carried out for the invoice  , then possibility it must have gone out of the worklist , chekc whether the Invoice posted in the AR has been transferred to FSCM collection .

  • 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

  • SAP Fields not getting displayed on the BDT screen

    Hello Gurus,
    I am trying to add 2 custom fields on to the claims management screen. The following steps were followed to add 2 fields on to the claims Management subclaim screen.
    1. Create a field group Zxxxxx1 with the two fields attached to it as input enabled.
    2. Create a View Zxxxxx2 attach the created field group Zxxxxx1, then create a subscreen screen add two fields to the screen and make them as input enabled. Then attached the subscreen to the View.
    3. Create a PBO and PAI function modules for the screen and attach it to the View Zxxxxx2.
    4. Create a section Zxxxxx3 and attach the view Zxxxxx2 to the section.
    5. Attach the section to the Subclaim Overview Screen.
    6. Inspite of doing all the above steps the screen is not getting displayed or the Function module PAI / PBO / FMOD is not being called.
    Since I am attaching the section to a standard screen sequence I am not doing any modification to the screen sequence and screen sequence catagory.
    Kindly let me know the steps I am missing in the configration of 2 new fields via BDT.
    Reagrds,
    Shiva

    Hi Shiva,
    did you create your own Z BDT application? Is it set to be active?
    I have no access to any claims management system: Does the claim object support divisibility? If so, have you assigned the correct data set in your view?
    Also, if you have your own Z BDT application and the claim object does support divisibility, did you assign the Z application to the divisibility view?
    Regards,
    Frank
    Message was edited by: Frank Vieregge

  • Adhoc Query data not getting displayed on Portal

    Hi,
    I have a problem with custom Adhoc query data not getting displayed on the portal.
    It was getting displayed initially but after a user made some changes to the query its not getting displayed.
    The query is displaying data perfectly on R/3 but on portal ..Its giving the message no data found.
    Can anyone help me on this.
    Also if anyone can tell me how do i debug an Adhoc query from potal.
    Is there any tool to debug an Abap program from portal.
    I dont want to use trace,
    Thanks
    GT
    Message was edited by: GT

    Hi GT
    find out the EXACT query u want to launch if it's display
    in BW buisness explorer then change the iview property
    for that query in portal . right click on iview
    BEx Web Application Query String -> assign correct query
    regards,
    kaushal

  • Condition type freight is not getting displayed in print preview

    Hi,
    I created PO, and while seeing its print preview:
    Condition type freight is not getting displayed.
    Where i missed?
    Uts

    hi,
    Inddition to M/08...(As given above)...
    Also do check the smart form or SAP script...used for the output...check it with the ABAPer...whether the field is liable for o/p or not??
    Smart form is attached at message type of message determination..
    Regards
    Priyanka.P

  • Pictogram in EP 7.4 are not getting displayed.

    Hi Everyone
    We have installed 7.4 and export the roles of portal 7.01 to 7.4 however the pictograms are not getting displayed.
    We copied all the images manually from old path to the new one but still its broken using:
    In the content administration >> web resource repository. In the tree find the folder "pictograms" right click on it and upload all of the pictograms
    We followed the note 1753605 but that didnt help too.
    I have checked this link:
    Managing Pictograms in the Web Resource Repository - Portal - SAP Library
    What is the cause of this error?
    The system take the picture resource for show the pictograms that show the screen of ESS.
    Thanks
    Regards

    Hi Samuli.
    We are working with AIX.
    The Path /usr/sap/<SID>/J<SYSNR>/
    j2ee/cluster/apps/sap.com/pcui_gp~xssutils exist , however the directory Components/com.sap.xss.ser.xssmenu.vc.areagroup.VcXssMenuAreaGroup not exist and we have created the folders. and in thie new folder copied the pictograms , however the issue continue.
    http://pbmdebddpd02.bancolombia.corp:50000/webdynpro/resources/sap.com/pcui_gp~xssutils/Components/com.sap.xss.ser.xssmenu.vc.areagroup.VcXssMenuAreaGroup/hcm_beneficios.gif
    We have tested the url and this system genera the following error
    http://hostname:port/webdynpro/resources/
    Thanks
    Regards

  • 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 carrier & application field are not getting displayed in CV04N

    Hi Guru's
    In TCode : CV04N,  data carrier & application field are not getting displayed.
    While i compare with my IDES system, data carrier & application fields are getting displayed in CV04N.
    Let me know is there any configuration that has been missed out.
    Regards
    Bhanu

    Hi Bhanu,
    Please note that the fields 'Data carrier' & 'Application field'  are visible only if no document type is entered.
    Suppose you enter a document type and press ENTER then these fields disappear. This is because the field 'Application' was designed when only the storage is archive, vault or SAP-SYSTEM was possible and the number of added originals was limited.
    Currently DMS allows storage of originals on Content Server and there is no limit on the number of added originals, the system behavior was changed due to performance reasons. To avoid performance problems if you search for a document with a lot of originals attached this field gets invisible if you enter a document type which uses the KPRO storage.
    Regards,
    Pradeepkumar Haragoldavar

Maybe you are looking for

  • The transaction is no longer active - status: 'Committed'.

    Hello - We are attempting to use a design where a connection will remain in use over multiple transactions. Is there any way to get weblogic to allow this? We are currently experiencing the stack trace below, when a database read is attempting to use

  • Macbook Disk Repair

    My Macbook with 10.6.8 says it needs repaired in Disk Utility. I no longer have the disks that came with the Macbook but I also own a Macbook Pro with an install disk with 10.6.7 on it. Is it possible to use the disks from a Macbook Pro 10.6.7 to boo

  • No recognition and wont charge

    there is now no recognition of the ipod on my computer and it cant charge it, it seems frozen on the battery screen with the battery which normally moves up and down stuck half way across then goes onto the apple logo and the sad ipod face (continuou

  • ABAP System data is not showing in SLD

    Hi All, I need to see ABAP System data in to my Java SLD, but presently i cant may be due to 2 main issues-- 1. I have configured all the connections related to RFC properly & SLDCHECK is also giving Green status, but when i ran data collector job in

  • Why has my text box option in PhotoShop 5.0 stopped working?

    I've been using PhotoShop 5.0 for several years with no problem.  Recently when I try to insert text into the text box I get a "bonk" sound and can't type.  Any suggestions on how to repair this option? Thanks, Linda