SSO to ABAP BSP without client

Dear colleagues.
In our scenario not-domain user need to reach ABAP BSP (ITS) application without entering password for ABAP WAS.
Is there any option to use SAP Netweaver Single singon-on 2 server to create redirection URL?
Regards
Vladimir

Hi Vladimir,
SAP SSO issues certificates and deliver it automatically to the PC of the user (short living certificates -> 24 h standard), so it can be used for SSO. It is not a traditional CA. In a traditional CA you have to take care about the certificate lifecylcle which can be very costly but you can use the certificate for a longer timer. SAP SSO works with short living certificates, so you do not have to take care about the lifecylcle of the certificate.
So if you really want to have a "password free" solution, you have to use long lived certificates but take a care about the lifecycle (maintain certificates which are not valid anymore and distribute this information to all related systems, ..... ). Otherwise you have a security problem.
So it is really all about the use case (deployment, security requirements, ...), but you know now the options and you can decide dependig on the use case.
Another option is of course SAP Logon Tickets or SAML. But both also reguire an initial authentication without an AD.
Regards
Matthias

Similar Messages

  • SSO for a BSP-appl that is called by a complete URL?

    Hi,
    is it possible to use SSO while calling URL's? The called URL is another BSP-application on the same WAS.
    I have a special situation:
    My BSP-application has only one "html"-page that has a frameset in which another BSP-application is loaded. The outer BSP-application is inside a BSP-iView and SSO works fine for it. This outer BSP-appl. is only a wrapper for portal-events. It has a JavaScript-function that receives the portal-event.
    Depending on the events the outer BSP-appl. loads another BSP-application with some parameters inside the frameset. This application will be called with a whole URL like:
    First I need to destroy the session: http://mycompany.com:8000/sap/bc/bsp/sap/z_test_start.htm&sap-sessioncmd=CANCEL
    Then I will load the BSP-appl new: http://mycompany.com:8000/sap/bc/bsp/sap/z_test_start.htm
    But now I must enter user/pw in the pop-up window. Is it now possible to add/send the SSO-ticket to the called URL? The BSP-application I call with the whole URL is situated on the same WAS as the other BSP-appl for which SSO works fine.
    Thanks a lot for any idea.
    Regards,
    Henning

    Hi,
    the parameters are set.
    SSO is working correct with other iViews. One iView shows a Java Web Dynpro application which is running on the same server. Even transaction iViews work fine. --> ABAP part is set correctly for accepting/creating SSO
    Even the BSP is working with SSO if I include it within an BSP iView. Only if I change the whole URL within the iView it is not working correct any longer.
    I do the following within the BSP-iView. It's a wrapper for portal events, that opens another BSP application with the whole URL. The URL is sent to the iView from another portal application.
    <%@page language="abap"%>
    <%@extension name="htmlb" prefix="htmlb"%>
    <SCRIPT src="epcfproxy.js"></SCRIPT>
    <script language="javascript">
    if(window.document.domain == window.location.hostname){
    document.domain = document.domain.substring(document.domain.indexOf('.')+1);
        EPCMPROXY.subscribeEvent("urn:com.company:DCEvents","testevent", window, "event_test_handler");
        function event_test_handler( eventObj )
            var pernr = eventObj.dataObject;
            ocument.getElementById('iframetest').src=eventObj.dataObject;
    </script>
    <htmlb:content design="design2003">
      <htmlb:page title = "Test">
        <iframe src="" width="100%" height="700" name="iframetest"></iframe>
      </htmlb:page>
    </htmlb:content>
    Henning

  • SSO and ABAP Web Services

    I am opening this thread on behalf of my colleague Bala regarding SSO and ABAP Web Services.
    We have gone through single sign on options and found several options are available within 5.0.
    We would like to know the options available for SAP ABAP web services access from a Non-SAP system with user authorization but without Portal/ITS installation.
    Also I would like to avoid any hard coding of user id in Non-SAP system .
    Could you provide any information.
    Thanks,
    Bala

    We have gone through single sign on options and found several options are available within 5.0.
    Tell me what are the several options and what is your Non-SAP system?
    without Portal/ITS installation.
    ITS is now an integral part of ECC 5.0 system. So would not need a seperate installation, unlike earlier versions.
    AB

  • HTTPs without client authentication, error while posting through Altova

    Hi Experts
    I am doing a SOAP- XI-Proxy synchronous scenario where i have to use HTTPs without client authentication for the first time in my system.
    I have made the scenario and WSDL out of it.
    When i am trying to test it through Altova, i am getting the following error:
    <?xml version="1.0"?>
    <!-- see the documentation -->
    <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
        <SOAP:Body>
            <SOAP:Fault>
                <faultcode>SOAP:Server</faultcode>
                <faultstring>Server Error</faultstring>
                <detail>
                    <s:SystemError xmlns:s="http://sap.com/xi/WebService/xi2.0">
                        <context>XIAdapter</context>
                        <code>ADAPTER.JAVA_EXCEPTION</code>
                        <text><![CDATA[
    java.security.AccessControlException: https scheme required
        at com.sap.aii.af.mp.soap.ejb.XISOAPAdapterBean.process(XISOAPAdapterBean.java:918)
        at com.sap.aii.af.mp.module.ModuleLocalLocalObjectImpl0_3.process(ModuleLocalLocalObjectImpl0_3.java:103)
        at com.sap.aii.af.mp.ejb.ModuleProcessorBean.process(ModuleProcessorBean.java:296)
        at com.sap.aii.af.mp.processor.ModuleProcessorLocalLocalObjectImpl0_0.process(ModuleProcessorLocalLocalObjectImpl0_0.java:103)
        at com.sap.aii.af.mp.soap.web.MessageServlet.callModuleProcessor(MessageServlet.java:187)
        at com.sap.aii.af.mp.soap.web.MessageServlet.doPost(MessageServlet.java:496)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
        at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
        at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
        at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
        at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1060)
        at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
        at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
        at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
        at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
        at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
        at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
        at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
              ]]></text>
                    </s:SystemError>
                </detail>
            </SOAP:Fault>
        </SOAP:Body>
    </SOAP:Envelope>
    i saw a few discussion on web but nowhere the solution was provided.
    the url is
    http://abc.sap.point:1234/XISOAPAdapter/MessageServlet?channel=:system:communicationchannel&amp;version=3.0&amp;Sender.Service=x&amp;Interface=x%5Ex
    i changed it to https also but in that case it was not even posting the request.
    i have set the sender adapter like this
    is there any setting that i am missing.
    What is the setting the i need to do in SM59.
    Please help me getting through this.
    Your help is highly appreciated. Thanks in advance.
    Neha

    HI Neha,
    1. Enable the https service in the ICM: you can follow the way to do it like is pointed out in the page 4 of this document (PI 7.1 and PI 7.0 has the same smicm abap transaction) http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/60ff2883-70c5-2c10-f090-a744def2ba66?overridelayout=t…
    2. Generate the certificate. Use the STRUST transaction. Chech this document SSL Configuration in SAP ABAP AS and JAVA AS – Step-by-step procedure
    Hope this helps.
    Regards.

  • How to convert mm/dd/yy to dd/mm/yy in ABAP PROGRMS without using offsets

    how to convert mm/dd/yy to dd/mm/yy in ABAP PROGRMS without using offsets

    Do this way..
    data: lv_date(8)   type c.
    write sy-datum to lv_date DD/MM/YY.
    or
    write:/ sy-datum using edit mask '__/__/__'
    Regards,
    Santosh
    Message was edited by:
            Santosh Kumar Patha

  • ABAP Web Service client proxy - generation problems

    Hi!
    I tried to create an ABAP web service client proxy for many different web services -
    for instance some of that listed at <a href="http://www.xmethods.net/">http://www.xmethods.net/</a> .
    Almost on 99% of the WSDLs the client proxy generation failed.
    For istance "<extension> not supported", or "<message...> must have at least one part",... .
    Could anybody tell me what restrictions are to web services you can create a
    ABAP client proxy for ?
    In the SAP Web AS Java Stack there is no problem at all to generate a
    client proxy for almost all of the xmethod-WebServices !
    Is the ABAP Web Service proxy generation for production use ?
    Regards
    Frank Ruggaber

    Resolved through SAP Help. Refer SAP note# 0001403271.

  • HTTPS Without client authentication shows error of Certificate

    Hi Experts,
    I am trying to develop a SOAP to RFC scenario where in SOAP sender HTTP security level - HTTPS Without Client Authentication is selected.
    I have downloaded WSDL from Sender agreement and trying to test web service from SOAPUI.  Now as per my understanding simply placing request to HTTPS:<host>:<port>:XISOAPAdapter/....   with correct user should work and this scenario shouldn't need any certificates.
    However in SOAPUI and even in RWB SOAP Sender, I am receiving error that - Client Certificate required.
    Any comments on why would it be happening ?    In fact whatever option in HTTP Security level I select, error remains same. In NWA is there any other configuration to be done to make this work ?
    Is below understanding right ?
    -- >> HTTPS Without client authentication will not need certificate exchange and simply user authentication will do
    Thanks..
    regards,
    Omkar.

    Hello Omkar,
    What you are trying to do is Consume a SOAP->RFC scenario (synchronous) from SOAP UI and you want that to be secure. With this requirement, just having the certificates alone is not sufficient (sorry for late response..i just came across this post when i was searching something else )
    1)How did you generate the certificate and the private key? Because Key Generation plays a Big Part in it. The Key should have been signed by a CA. Though its not signed by a CA, a trick which would work is, at the time of Key generation, provide the Organization Name as SAP Trust Community and Country as DE.
    2) At the time of Key Generation definitely it shall ask for a password. You remember that.
    3) Export the Private Key as PCKS12 format and the certificate as Base64 format and have it in your local system, (shall be used later in SOAP UI and NWA)
    Here follows the major part
    4) Open NWA and go to Configuration Management->Authentication
    5) Go to Properties Taband click Modify
    6)  Under Logon Application select the check box "Enable Showing Certificate Logon URL Link on Logon Page" and save it.
    7) Now go to the Components Tab.
    8) Search for client_cert Policy Configuration name and Edit it it. Make sure the following Login Modules are maintained in the same Order
    ==> Name: com.sap.engine.services.security.server.jaas.ClientCertLoginModule
           Flag : Sufficient
    ==> Name: BasicPasswordLoginModule
           Flag: Optional
    9) Now Select the name com.sap.engine.services.security.server.jaas.ClientCertLoginModule and you can see lots of entries under the Login Module Options. Remove them all and add anew entry (case sensitive). Save it.
    ==>Name: Rule1.getUserFrom
           value : wholeCert
    10) Now search for the Policy Configuration name sap.com/com.sap.aii.adapter.soap.app*XISOAPAdapter
    and edit it.
    11) Under the Authentication stack select the template client_cert against the used template label. and save it
    12)If you are using AXIS Adapter, do the steps 11 for the Policy Configuration name sap.com/com.sap.aii.axis.app*XIAxisAdapter.
    13) Now in NWA navigate to Operation management->Identity Management
    14) Search for the user PIISUSER (or any user id which you thing has good amount of authorizations to access the service)
    15)Click Modify and go to the TAB Certificates and upload the certificate (not the private key) which you downloaded in step 3.
    16) With this setup what you have done is you have created proper certificate, enabled certificate based logon for SOAP and AXIS adapter and associated the certificate with a user id.
    17) usually in Dual stack PI, we will have the same certificate added to the server pse in strustsso2 tcode. But since its single stack, just make sure in the cert and keys you add this certificate to teh Trusted CAs and also to the Server Keystore.
    18) Now in SOAP UI Right Click on the Project Name->Select Show Project View->Under the WS Security Configurations->Go to Keystore and certificates and add the Private Key
    19) In SOAP UI under the operation name, in the Request, in stead of providing user credentials, choose the private key name against the SSL Keystore entry.
    20) Before you execute the scenario  make sure you have chosen the HTTPS url and https port is proper. Usually its 443, but some customers configure their own port.
    Scenario should work now. Else if you track it using XPI Inspector, you can find out easily at which step it has gone wrong.
    Good Luck!!
    Best Regards,
    Sundar

  • HTTPS without client authentication

    Hi Friends,
    In SOAP adapter, we have three options for HTTP
    HTTP without SSL
    HTTP with SSL (= HTTPS) without client authentication
    HTTP with SSL (= HTTPS) with client authentication
    Please let me know if I use  "HTTP with SSL (= HTTPS) without client authentication" ,  is it Transport Layer Sceurity of Message level Security?
    Please answer only if you are confident. No guess please!!!
    Thanks,
    Sandeep Maurya

    Hi,
    Please let me know if I use  "HTTP with SSL (= HTTPS) without client authentication" ,  is it Transport Layer Sceurity or Message level Security?
    HTTPS is used to encrypt the traffic between the client and the Web server. SSL encrypt the segments of network connections at the Transport Layer end-to-end.
    Don't get confused with the Client Authentication (with / without), as SSL is already being used in both the forms and the network is secured.
    Regards,
    Neetesh

  • Cisco ISE (1.3) Posture without Client Provisioning

    Hello readers,
    Is it possible to set up Cisco ISE with posture without Client Provisioning?
    My customer deploys the NAC Agent via MS SCCM. We prefer a access accept + DACL during the pending state instead of redirecting to client provisioning. But the NAC Agent will only communicate when we redirect to client provisioning.
    Regards,
    Dennis

    With ISE you can perform 802.1x first and after that optionally you can perform posture. This is done with Radius, that's why it's really and completely out of band, and there's no such concept of trusted or untrusted port because the traffic is never inline.
    Still, with ISE you have another option of "inline Posture", in which there's trusted and untrusted ports. I guess that's for some specific cases in which you can't go out-of-band.
    On the other hand, so called "out-of-band" NAC was really always an inline solution, only after the user has authenticated and security policies have been verified then the user goes "out-of-band".

  • How to delimit leading zero in vendor number in OO ABAP ALV without using conversion routine

    Hi,
    How to delimit leading zero in OO ABAP ALV without using conversion routine, because I have many fields like vendor, customer, material number etc..
    How to address this leading zero.
    I appreciate your quick response.
    Regards,
    Nalini S.

    Hi Nalini,
    Delimiting leading zeros in fields has to be done via conversion routines, as suggested by Vadamalai you need to pass on the conversion routine name in you field catalog variable.
    Now as to which object oriented approach are you using to have your table contents display in ALV as it matters  -
    Using FACTORY method of CL_SALV_TABLE class, or
    Using SET_TABLE_FOR_FIRST_DISPLAY method of CL_GUI_ALV_GRID class.
    Using FACTORY method of CL_SALV_TABLE will do your own work, no need to apply any conversion routines or set long/medium/short text for columns as we do in field catalogs!
    Cheers,
    Varun

  • ABAP server and client proxies

    Dear All,
                what is the diff between  ABAP server and client proxies?
    Regards,
    Ashish goyal

    Hi Ashish,
    Client proxy means proxy in Sender System, and Server Proxy means proxy in Receiver System.
    Have a look to the following links:
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/02/265c3cf311070ae10000000a114084/frameset.htm">ABAP Proxy Runtime</a>
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/c9/74246d8ad2447799063d39013e9a11/frameset.htm">Programming with Client and Server Proxies</a>
    ABAP Proxies in XI(Client Proxy)
    /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy
    ABAP Server Proxies
    /people/siva.maranani/blog/2005/04/03/abap-server-proxies
    Hope this help
    Francesco

  • Appearing for ABAP Certification without training at ATCs

    Hi Experts,
    I have almost 4 Years of experience in ABAP with 1 Implementation project.
    Can I appear for ABAP certification without going for a training at siemens, genovate or any other ATC ?
    What are the prerequisites for this like you should be working with SAP Customer/ Partner for a certain period of time or things like that.
    Thanks ,
    Vivek

    Hi vivek,
    Yes you can appear for direct certification....following is the prerequistives  for appearing for direct certificaiotn..
    To appear for certification without attending any SAP course you need to fulfill the following criteriau2019s:
    1 To appear for Associate level certification without attending any SAP course you need Minimum 1 year of SAP Implementation Experience with minimum of 6 months experience in the module and version in which you wish to take up certification. To appear for Professional level certification without attending any SAP course you need Minimum to 4 - 7 years of SAP Implementation Experience with minimum of 6 months experience in the module and version in which you wish to take up certification. (Note that Support and testing experience is not accounted for direct certification in all SAP modules except ABAP)
    2 The last 1 year should be with your present employer
    3 Your present employer should be a CUSTOMER or PARTNER of SAP                                                                               
    Certification fee for Associate level will be INR 38605/- and for professional level the fee will be INR 55,150/- inclusive of current taxes applicable.
    Important Note:
    Clarifications required by SAP on the profile should be adhered to without which evaluation will not be done.
    Please update your profiles in the first instance. If SAP does NOT approve the profile on the basis of incorrect or incomplete information, you will not be allowed to update your profiles or re-apply for direct certification for the next 6 months.
    Evaluation of profile will take minimum 3 - 7 working days.
    Cheers,
    srini
    All the best

  • ABAP + BSP plugin for Netweaver Developer Studio

    Hallo,
    does an ABAP + BSP plugin for Netweaver Developer Studio exist? Or is considered to be developed in future?
    Best regards,
    Josef Motl

    hi Josef
    check this out:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/abap-code-samples/test drive the new abap editor.htm
    I didn't try it yet. Thomas Jung did it, so I'm quite sure it does work.
    cheers
    daniel

  • Running without client

    Hello,
    is it possible to create ebj application that start some classes after succesful deploy to the j2ee server without client interaction?
    Regards
    Marian

    You can also specify servlets to run on load (can't remember the descriptor tag at the moment), which means they'll fire off when fully loaded by the servlet container. (That also explains why you generally see app servers loading EAR files and getting the EJBs up first - that and the ClassLoader architecture.)

  • SSO to ABAP WebDynpros not working

    Hello,
    I'm using a Portal in Version 7.3 and a As ABAP /.3 with EWM 9.0
    I tried to use the single sign on to log on to my web applications on the ABAP host.
    What I had done:
    set login/accept_sso2_ticket = 1
    Imported the certificate of the java system to strustsso2 to certificate list and ACL
    Created a connection to the system in the portal and created the content:
    Now when I test the application, I get the log-in screen from the AS ABAP with no error message:
    Here a trace from JAVA side:
    Username and hostnames replaced w/ ********
    Uniquename is the same as username on abap side.
    But uniqueID is: USER.CORP_LDAP."USERNAME"
    14:24:57:592 Path ********* HTTP Worker [@2055327366],5,... ...tion.programmatic.getLoggedInUser() Entering method
    14:24:57:593 Debug ********* HTTP Worker [@2055327366],5,... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:24:57:594 Debug ********* HTTP Worker [@2055327366],5,... ...thentication.programmatic.getTicket Found data for the ticket
    14:24:57:595 Debug ********* HTTP Worker [@2055327366],5,... ...hentication.programmatic.enrichUser Does not have any public credentials
    14:24:57:596 Path ********* HTTP Worker [@2055327366],5,... ...tion.programmatic.getLoggedInUser() Exiting method with *********
    14:24:57:625 Debug ********* HTTP Worker [@2055327366],5,... ...rver.HttpTraceResponse.traceHeaders CLIENT: 30007, REPLY:
    HTTP/1.1 200 OK
    14:24:57:625 Debug ********* HTTP Worker [@2055327366],5,... ...rver.HttpTraceResponse.traceHeaders CLIENT: 30007, REPLY:
    Server: SAP NetWeaver Application Server 7.41 / AS Java 7.40
    Cache-Control: no-cache, no-store
    Expires: -1
    Pragma: no-cache, no-store
    Content-Type: text/xml;charset=UTF-8
    Content-Encoding: gzip
    Date: Mon, 30 Jun 2014 12:24:57 GMT
    Transfer-Encoding: chunked
    14:24:59:052 Debug Guest HTTP Worker [@875917609],5,D... ...ttpserver.HttpTraceRequest.traceRaw CLIENT: 30008, REQUEST:
    POST /webdynpro/resources/sap.com/pb/PageBuilder HTTP/1.1
    accept: */*
    accept-language: de
    referer: http://*********:50100/webdynpro/resources/sap.com/pb/PageBuilder;jsessionid=vSGTJpcu-sQU_xveTHdP6ur7hqXsRgG6O7kA_SAP
    x-requested-with: XMLHttpRequest
    content-type: application/x-www-form-urlencoded
    accept-encoding: gzip, deflate
    user-agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3)
    host: *********:50100
    content-length: 1037
    connection: Keep-Alive
    cache-control: no-cache
    cookie: saplb_*=(J2EE12139420)12139450; MYSAPSSO2=AjExMDAgAA1wb3J0YWw6YTI3NjMyiAAHZGVmYXVsdAEABkEyNzYzMgIAAzAwMAMAA0RQNQQADDIwMTQwNjMwMTIwMAUABAAAAAgKAAZBMjc2MzL%2FAQQwggEABgkqhkiG9w0BBwKggfIwge8CAQExCzAJBgUrDgMCGgUAMAsGCSqGSIb3DQEHATGBzzCBzAIBATAiMB0xDDAKBgNVBAMTA0RQNTENMAsGA1UECxMESjJFRQIBADAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMTQwNjMwMTIwMDA5WjAjBgkqhkiG9w0BCQQxFgQUNs4%2FHri8F11VFYhshuOhiyYp6HUwCQYHKoZIzjgEAwQuMCwCFB2MMiML6NTm3!ivKk9HyOPsFXTTAhRIuOABa2KJvsZ2OW3Kxk54lC0oTg%3D%3D; JSESSIONID=vSGTJpcu-sQU_xveTHdP6ur7hqXsRgG6O7kA_SAP5LQnigZlKmtBX197-cBmidml; JSESSIONMARKID=-eEc3Ayv-HiHE_pKLmCIaxFJho6uah7XxWp7o7uQA; PortalAlias=portal
    sap-ext-sid=ELAtPibSEw6d2rrh*yg5QQ--jG9Rt3CREdAZSPlAAf*yKQ--&sap-wd-cltwndid=WID1404129774581&sap-wd-norefresh=X&sap-wd-secure-id=KAaGOd0pc2u4NDQyI9tQDw%3D%3D&SAPEVENTQUEUE=Page_ContextMenu%EE%80%82Id%EE%80%84...page%EE%80%85ControlId%EE%80%84zzzzJBDO.TreeView.FilesTreeItemType.0.childNode.1.Files.0%EE%80%85PosX%EE%80%8497%EE%80%85PosY%EE%80%84170%EE%80%85Shift%EE%80%84false%EE%80%85Ctrl%EE%80%84false%EE%80%85Alt%EE%80%84false%EE%80%83%EE%80%82ClientAction%EE%80%84submit%EE%80%83%EE%80%82%EE%80%83%EE%80%81Form_Request%EE%80%82Id%EE%80%84...form%EE%80%85Async%EE%80%84false%EE%80%85FocusInfo%EE%80%84%40%7B%22sFocussedNodeId%22%3A%20%22zzzzJBDO.TreeView.FilesTreeItemType.0.childNode.1.Files.0%22%2C%20%22sFocussedId%22%3A%20%22zzzzJBDO.TreeView.FilesTreeItemType.0.childNode.1.Files.0-cnt-start%22%2C%20%22sApplyControlId%22%3A%20%22zzzzJBDO.TreeView.catalogTree%22%7D%EE%80%85Hash%EE%80%84%EE%80%85DomChanged%EE%80%84false%EE%80%85IsDirty%EE%80%84false%EE%80%83%EE%80%82EnqueueCardinality%EE%80%84single%EE%80%83%EE%80%82%EE%80%83
    14:24:59:057 Path ********* HTTP Worker [@875917609],5,D... ...tion.programmatic.getLoggedInUser() Entering method
    14:24:59:057 Debug ********* HTTP Worker [@875917609],5,D... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:24:59:057 Debug ********* HTTP Worker [@875917609],5,D... ...thentication.programmatic.getTicket Found data for the ticket
    14:24:59:058 Debug ********* HTTP Worker [@875917609],5,D... ...hentication.programmatic.enrichUser Does not have any public credentials
    14:24:59:058 Path ********* HTTP Worker [@875917609],5,D... ...tion.programmatic.getLoggedInUser() Exiting method with *********
    14:24:59:062 Path ********* HTTP Worker [@875917609],5,D... ...ication.programmatic.getAuthSchemes Entering method
    14:24:59:402 Debug ********* HTTP Worker [@875917609],5,D... ...rver.HttpTraceResponse.traceHeaders CLIENT: 30008, REPLY:
    HTTP/1.1 200 OK
    14:24:59:402 Debug ********* HTTP Worker [@875917609],5,D... ...rver.HttpTraceResponse.traceHeaders CLIENT: 30008, REPLY:
    Server: SAP NetWeaver Application Server 7.41 / AS Java 7.40
    Cache-Control: no-cache, no-store
    Expires: -1
    Pragma: no-cache, no-store
    Content-Type: text/xml;charset=UTF-8
    Content-Encoding: gzip
    Date: Mon, 30 Jun 2014 12:24:59 GMT
    Transfer-Encoding: chunked
    14:25:00:310 Debug Guest HTTP Worker [@1640558794],5,... ...ttpserver.HttpTraceRequest.traceRaw CLIENT: 30009, REQUEST:
    POST /webdynpro/resources/sap.com/pb/PageBuilder HTTP/1.1
    accept: */*
    accept-language: de
    referer: http://*********:50100/webdynpro/resources/sap.com/pb/PageBuilder;jsessionid=vSGTJpcu-sQU_xveTHdP6ur7hqXsRgG6O7kA_SAP
    x-requested-with: XMLHttpRequest
    content-type: application/x-www-form-urlencoded
    accept-encoding: gzip, deflate
    user-agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3)
    host: *********:50100
    content-length: 974
    connection: Keep-Alive
    cache-control: no-cache
    cookie: saplb_*=(J2EE12139420)12139450; MYSAPSSO2=AjExMDAgAA1wb3J0YWw6YTI3NjMyiAAHZGVmYXVsdAEABkEyNzYzMgIAAzAwMAMAA0RQNQQADDIwMTQwNjMwMTIwMAUABAAAAAgKAAZBMjc2MzL%2FAQQwggEABgkqhkiG9w0BBwKggfIwge8CAQExCzAJBgUrDgMCGgUAMAsGCSqGSIb3DQEHATGBzzCBzAIBATAiMB0xDDAKBgNVBAMTA0RQNTENMAsGA1UECxMESjJFRQIBADAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMTQwNjMwMTIwMDA5WjAjBgkqhkiG9w0BCQQxFgQUNs4%2FHri8F11VFYhshuOhiyYp6HUwCQYHKoZIzjgEAwQuMCwCFB2MMiML6NTm3!ivKk9HyOPsFXTTAhRIuOABa2KJvsZ2OW3Kxk54lC0oTg%3D%3D; JSESSIONID=vSGTJpcu-sQU_xveTHdP6ur7hqXsRgG6O7kA_SAP5LQnigZlKmtBX197-cBmidml; JSESSIONMARKID=-eEc3Ayv-HiHE_pKLmCIaxFJho6uah7XxWp7o7uQA; PortalAlias=portal
    sap-ext-sid=ELAtPibSEw6d2rrh*yg5QQ--jG9Rt3CREdAZSPlAAf*yKQ--&sap-wd-cltwndid=WID1404129774581&sap-wd-norefresh=X&sap-wd-secure-id=KAaGOd0pc2u4NDQyI9tQDw%3D%3D&SAPEVENTQUEUE=PopupMenu_Select%EE%80%82Id%EE%80%84zzzzJBDO.TreeView.BrowseContextMenu%EE%80%85ItemId%EE%80%84zzzzJBDO.TreeView._55%EE%80%85ConnectedControlId%EE%80%84zzzzJBDO.TreeView.FilesTreeItemType.0.childNode.1.Files.0%EE%80%85Checked%EE%80%84false%EE%80%85UserData%EE%80%84%EE%80%83%EE%80%82ClientAction%EE%80%84submit%EE%80%83%EE%80%82ContextPath%EE%80%84FolderContent.0.childNode.1.Files.0%EE%80%85urEventName%EE%80%84POPUPMENUITEMSELECT%EE%80%83%EE%80%81Form_Request%EE%80%82Id%EE%80%84...form%EE%80%85Async%EE%80%84false%EE%80%85FocusInfo%EE%80%84%40%7B%22sFocussedId%22%3A%20%22zzzzJBDO.TreeView.FilesTreeItemType.0.childNode.1.Files.0%22%7D%EE%80%85Hash%EE%80%84%EE%80%85DomChanged%EE%80%84false%EE%80%85IsDirty%EE%80%84false%EE%80%83%EE%80%82EnqueueCardinality%EE%80%84single%EE%80%83%EE%80%82%EE%80%83
    14:25:00:314 Path ********* HTTP Worker [@1640558794],5,... ...tion.programmatic.getLoggedInUser() Entering method
    14:25:00:314 Debug ********* HTTP Worker [@1640558794],5,... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:25:00:314 Debug ********* HTTP Worker [@1640558794],5,... ...thentication.programmatic.getTicket Found data for the ticket
    14:25:00:315 Debug ********* HTTP Worker [@1640558794],5,... ...hentication.programmatic.enrichUser Does not have any public credentials
    14:25:00:315 Path ********* HTTP Worker [@1640558794],5,... ...tion.programmatic.getLoggedInUser() Exiting method with *********
    14:25:00:316 Path ********* HTTP Worker [@1640558794],5,... ...ication.programmatic.getAuthSchemes Entering method
    14:25:00:341 Debug ********* HTTP Worker [@1640558794],5,... ...rver.HttpTraceResponse.traceHeaders CLIENT: 30009, REPLY:
    HTTP/1.1 200 OK
    14:25:00:341 Debug ********* HTTP Worker [@1640558794],5,... ...rver.HttpTraceResponse.traceHeaders CLIENT: 30009, REPLY:
    Server: SAP NetWeaver Application Server 7.41 / AS Java 7.40
    Cache-Control: no-cache, no-store
    Expires: -1
    Pragma: no-cache, no-store
    Content-Type: text/xml;charset=UTF-8
    Content-Encoding: gzip
    Date: Mon, 30 Jun 2014 12:25:00 GMT
    Transfer-Encoding: chunked
    14:25:00:725 Debug Guest HTTP Worker [@1510174997],5,... ...ttpserver.HttpTraceRequest.traceRaw CLIENT: 30010, REQUEST:
    GET /irj/servlet/prt/portal/prtroot/com.sap.portal.pagebuilder.IviewModeProxy?iview_id=pcd:portal_content/administrator/super_admin/super_admin_role/com.sap.portal.content_administration/com.sap.portal.content_admin_ws/com.sap.portal.wd_portal_content/com.sap.portal.admin.studio.configuration/actions/com.sap.portal.action.preview/com.sap.portal.defaultPreview&objectID=pcd%3Aportal_content%2Fcom.heidenhain.DW6%2FZEWMDLG_PC_APLZ&sap-config-mode=true&iview_mode=default HTTP/1.1
    accept: */*
    accept-language: de-DE
    user-agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3)
    accept-encoding: gzip, deflate
    host: *********:50100
    connection: Keep-Alive
    cookie: saplb_*=(J2EE12139420)12139450; MYSAPSSO2=AjExMDAgAA1wb3J0YWw6YTI3NjMyiAAHZGVmYXVsdAEABkEyNzYzMgIAAzAwMAMAA0RQNQQADDIwMTQwNjMwMTIwMAUABAAAAAgKAAZBMjc2MzL%2FAQQwggEABgkqhkiG9w0BBwKggfIwge8CAQExCzAJBgUrDgMCGgUAMAsGCSqGSIb3DQEHATGBzzCBzAIBATAiMB0xDDAKBgNVBAMTA0RQNTENMAsGA1UECxMESjJFRQIBADAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMTQwNjMwMTIwMDA5WjAjBgkqhkiG9w0BCQQxFgQUNs4%2FHri8F11VFYhshuOhiyYp6HUwCQYHKoZIzjgEAwQuMCwCFB2MMiML6NTm3!ivKk9HyOPsFXTTAhRIuOABa2KJvsZ2OW3Kxk54lC0oTg%3D%3D; JSESSIONID=vSGTJpcu-sQU_xveTHdP6ur7hqXsRgG6O7kA_SAP5LQnigZlKmtBX197-cBmidml; JSESSIONMARKID=-eEc3Ayv-HiHE_pKLmCIaxFJho6uah7XxWp7o7uQA; PortalAlias=portal
    14:25:00:727 Path ********* HTTP Worker [@1510174997],5,... ....getLoggedInUser(request, response) Entering method with (com.sap.portal.http.RequestWrapper@2011904b, [email protected]183c5f)
    14:25:00:727 Debug ********* HTTP Worker [@1510174997],5,... ....getLoggedInUser(request, response) Found user in session.
    14:25:00:727 Debug ********* HTTP Worker [@1510174997],5,... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:25:00:727 Debug ********* HTTP Worker [@1510174997],5,... ...thentication.programmatic.getTicket Trying to get subject from security session.
    14:25:00:727 Debug ********* HTTP Worker [@1510174997],5,... ...thentication.programmatic.getTicket Found data for the ticket
    14:25:00:727 Debug ********* HTTP Worker [@1510174997],5,... ...hentication.programmatic.enrichUser Set transient attributes.
    14:25:00:728 Debug ********* HTTP Worker [@1510174997],5,... ....getLoggedInUser(request, response) User principal: ********* (authentication method: mysapsso2)
    14:25:00:728 Debug ********* HTTP Worker [@1510174997],5,... ....getLoggedInUser(request, response) IUser object: Message buffer:
    No messages available.
    Transient data:
    * com.sap.security.core.persistence.imp.PrincipalDatabag Mon Jun 30 14:25:00 CEST 2014
    * UniqueID: USER.CORP_LDAP.*********
    * Type: USER
    * Home data source: CORP_LDAP
    * Private id part: *********
    * Existence not checked.
    * "com.sap.security.core.usermanagement"|->"j_authscheme" (no time limit)="default"
    * "com.sap.security.core.usermanagement"|->"MYSAPSSO2_STRING" (no time limit)="AjExMDAgAA1wb3J0YWw6YTI3NjMyiAAHZGVmYXVsdAEABkEyNzYz... (total length: 464 characters)"
    Persistent data:
    * com.sap.security.core.persistence.imp.PrincipalDatabag Mon Jun 30 14:25:00 CEST 2014
    * UniqueID: USER.CORP_LDAP.*********
    * Type: USER
    * Home data source: CORP_LDAP
    * Private id part: *********
    * Principal exists.
    * Direct parents:
    * ROLE: ROLE.UME_ROLE_PERSISTENCE.un:Administrator
    *       ROLE.UME_ROLE_PERSISTENCE.un:SAP_SLD_CONFIGURATOR
    *       ROLE.UME_ROLE_PERSISTENCE.un:XiDir_Unrestricted
    *       ROLE.UME_ROLE_PERSISTENCE.un:SAP_XI_ID_SERV_USER
    *       ROLE.UME_ROLE_PERSISTENCE.un:SAP_XI_API_DEVELOP_J2EE
    *       ROLE.UME_ROLE_PERSISTENCE.un:SAP_XI_ALERTCONF_DISPLAY_J2EE
    *       ROLE.UME_ROLE_PERSISTENCE.un:SAP_XI_PCK_ADMIN
    *       ROLE.UME_ROLE_PERSISTENCE.un:SAP_XI_BPE_ADMINISTRATOR_J2EE
    *       ROLE.UME_ROLE_PERSISTENCE.un:SAP_XI_RWB_SERV_USER
    *       ROLE.UME_ROLE_PERSISTENCE.un:SAP_XI_ALERTCONFIGURATOR_J2EE
    *       ROLE.UME_ROLE_PERSISTENCE.un:SAP_XI_CONFIGURATOR_J2EE
    *       ROLE.PCD_ROLE_PERSISTENCE.VvlvkEGjiW9zPFaxR/4pd2/bX5Q=
    *       ROLE.UME_ROLE_PERSISTENCE.un:SAP_XI_ADMINISTRATOR_J2EE
    *       ROLE.UME_ROLE_PERSISTENCE.un:NWA_SUPERADMIN
    *       ROLE.UME_ROLE_PERSISTENCE.un:SAP_XI_SUPPORT_J2EE
    *       ROLE.PCD_ROLE_PERSISTENCE.q3C4FsluddsTqyHfaLsF26DZBEg=
    *       ROLE.UME_ROLE_PERSISTENCE.un:SAP_XI_APPL_SERV_USER
    * GRUP: GRUP.PRIVATE_DATASOURCE.un:SAP_XI_CONFIGURATOR
    *       GRUP.PRIVATE_DATASOURCE.un:SAP_XI_CONTENT_ORGANIZER
    *       GRUP.PRIVATE_DATASOURCE.un:SAP_XI_DEVELOPER
    *       GRUP.CORP_LDAP.cn=9999acc-jhp-ep-enable,ou=groups,ou=dp5,ou=sap-ep-entw,ou=sap-ep,o=jh,c=de
    *       GRUP.SUPER_GROUPS_DATASOURCE.EVERYONE
    *       GRUP.SUPER_GROUPS_DATASOURCE.AUTHENTICATED_USERS
    * "$serviceUser$"|->"SERVICEUSER_ATTRIBUTE" (no time limit)=
    * "com.sap.portal.dsm"|->"DebugControlFlag" (no time limit)=
    * "com.sap.portal.aidebug"|->"AppIntegratorDebugMode" (no time limit)=
    * "PrimaryHelpNS"|->"PrimaryHelpFlag" (no time limit)=
    * "com.sap.security.core.usermanagement"|->"timezone" (no time limit)=
    * "com.sap.security.core.usermanagement"|->"accessibilitylevel" (no time limit)=
    * "com.sap.security.core.usermanagement"|->"email" (no time limit)="*******************"
    * "com.sap.security.core.usermanagement"|->"locale" (no time limit)=
    * "com.sap.security.core.usermanagement"|->"lastname" (no time limit)="****"
    * "com.sap.security.core.usermanagement"|->"firstname" (no time limit)="*****"
    * "com.sap.security.core.usermanagement"|->"uniquename" (no time limit)="*********"
    * "com.sap.security.core.usermanagement"|->"salutation" (no time limit)=
    * "com.sap.security.core.usermanagement"|->"displayname" (no time limit)=
    * "com.sapportals.portal.navigation"|->"uipmode" (no time limit)=
    14:25:00:728 Debug ********* HTTP Worker [@1510174997],5,... ....getLoggedInUser(request, response) Authscheme: default
    14:25:00:729 Path ********* HTTP Worker [@1510174997],5,... ....getLoggedInUser(request, response) Exiting method with *********
    14:25:00:729 Path ********* HTTP Worker [@1510174997],5,... ...tion.programmatic.getLoggedInUser() Entering method
    14:25:00:729 Debug ********* HTTP Worker [@1510174997],5,... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:25:00:730 Debug ********* HTTP Worker [@1510174997],5,... ...thentication.programmatic.getTicket Found data for the ticket
    14:25:00:730 Debug ********* HTTP Worker [@1510174997],5,... ...hentication.programmatic.enrichUser Does not have any public credentials
    14:25:00:730 Path ********* HTTP Worker [@1510174997],5,... ...tion.programmatic.getLoggedInUser() Exiting method with *********
    14:25:00:730 Path ********* HTTP Worker [@1510174997],5,... ...tion.programmatic.getLoggedInUser() Entering method
    14:25:00:730 Debug ********* HTTP Worker [@1510174997],5,... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:25:00:730 Debug ********* HTTP Worker [@1510174997],5,... ...thentication.programmatic.getTicket Found data for the ticket
    14:25:00:731 Debug ********* HTTP Worker [@1510174997],5,... ...hentication.programmatic.enrichUser Does not have any public credentials
    14:25:00:731 Path ********* HTTP Worker [@1510174997],5,... ...tion.programmatic.getLoggedInUser() Exiting method with *********
    14:25:00:733 Path ********* HTTP Worker [@1510174997],5,... ...tion.programmatic.getLoggedInUser() Entering method
    14:25:00:733 Debug ********* HTTP Worker [@1510174997],5,... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:25:00:733 Debug ********* HTTP Worker [@1510174997],5,... ...thentication.programmatic.getTicket Found data for the ticket
    14:25:00:734 Debug ********* HTTP Worker [@1510174997],5,... ...hentication.programmatic.enrichUser Does not have any public credentials
    14:25:00:734 Path ********* HTTP Worker [@1510174997],5,... ...tion.programmatic.getLoggedInUser() Exiting method with *********
    14:25:00:734 Path ********* HTTP Worker [@1510174997],5,... ...tion.programmatic.getLoggedInUser() Entering method
    14:25:00:734 Debug ********* HTTP Worker [@1510174997],5,... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:25:00:735 Debug ********* HTTP Worker [@1510174997],5,... ...thentication.programmatic.getTicket Found data for the ticket
    14:25:00:735 Debug ********* HTTP Worker [@1510174997],5,... ...hentication.programmatic.enrichUser Does not have any public credentials
    14:25:00:735 Path ********* HTTP Worker [@1510174997],5,... ...tion.programmatic.getLoggedInUser() Exiting method with *********
    14:25:00:735 Path ********* HTTP Worker [@1510174997],5,... ...tion.programmatic.getLoggedInUser() Entering method
    14:25:00:735 Debug ********* HTTP Worker [@1510174997],5,... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:25:00:735 Debug ********* HTTP Worker [@1510174997],5,... ...thentication.programmatic.getTicket Found data for the ticket
    14:25:00:736 Debug ********* HTTP Worker [@1510174997],5,... ...hentication.programmatic.enrichUser Does not have any public credentials
    14:25:00:736 Path ********* HTTP Worker [@1510174997],5,... ...tion.programmatic.getLoggedInUser() Exiting method with *********
    14:25:00:736 Path ********* HTTP Worker [@1510174997],5,... ...tion.programmatic.getLoggedInUser() Entering method
    14:25:00:736 Debug ********* HTTP Worker [@1510174997],5,... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:25:00:736 Debug ********* HTTP Worker [@1510174997],5,... ...thentication.programmatic.getTicket Found data for the ticket
    14:25:00:736 Debug ********* HTTP Worker [@1510174997],5,... ...hentication.programmatic.enrichUser Does not have any public credentials
    14:25:00:736 Path ********* HTTP Worker [@1510174997],5,... ...tion.programmatic.getLoggedInUser() Exiting method with *********
    14:25:00:737 Path ********* HTTP Worker [@1510174997],5,... ...tion.programmatic.getLoggedInUser() Entering method
    14:25:00:737 Debug ********* HTTP Worker [@1510174997],5,... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:25:00:737 Debug ********* HTTP Worker [@1510174997],5,... ...thentication.programmatic.getTicket Found data for the ticket
    14:25:00:737 Debug ********* HTTP Worker [@1510174997],5,... ...hentication.programmatic.enrichUser Does not have any public credentials
    14:25:00:737 Path ********* HTTP Worker [@1510174997],5,... ...tion.programmatic.getLoggedInUser() Exiting method with *********
    14:25:00:737 Path ********* HTTP Worker [@1510174997],5,... ...tion.programmatic.getLoggedInUser() Entering method
    14:25:00:738 Debug ********* HTTP Worker [@1510174997],5,... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:25:00:738 Debug ********* HTTP Worker [@1510174997],5,... ...thentication.programmatic.getTicket Found data for the ticket
    14:25:00:738 Debug ********* HTTP Worker [@1510174997],5,... ...hentication.programmatic.enrichUser Does not have any public credentials
    14:25:00:738 Path ********* HTTP Worker [@1510174997],5,... ...tion.programmatic.getLoggedInUser() Exiting method with *********
    14:25:00:740 Path ********* HTTP Worker [@1510174997],5,... ...tion.programmatic.getLoggedInUser() Entering method
    14:25:00:741 Debug ********* HTTP Worker [@1510174997],5,... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:25:00:741 Debug ********* HTTP Worker [@1510174997],5,... ...thentication.programmatic.getTicket Found data for the ticket
    14:25:00:741 Debug ********* HTTP Worker [@1510174997],5,... ...hentication.programmatic.enrichUser Does not have any public credentials
    14:25:00:741 Path ********* HTTP Worker [@1510174997],5,... ...tion.programmatic.getLoggedInUser() Exiting method with *********
    14:25:00:741 Path ********* HTTP Worker [@1510174997],5,... ...tion.programmatic.getLoggedInUser() Entering method
    14:25:00:742 Debug ********* HTTP Worker [@1510174997],5,... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:25:00:742 Debug ********* HTTP Worker [@1510174997],5,... ...thentication.programmatic.getTicket Found data for the ticket
    14:25:00:742 Debug ********* HTTP Worker [@1510174997],5,... ...hentication.programmatic.enrichUser Does not have any public credentials
    14:25:00:742 Path ********* HTTP Worker [@1510174997],5,... ...tion.programmatic.getLoggedInUser() Exiting method with *********
    14:25:00:742 Path ********* HTTP Worker [@1510174997],5,... ...tication.programmatic.getAuthScheme Entering method with (default)
    14:25:00:742 Path ********* HTTP Worker [@1510174997],5,... ...tion.programmatic.getLoggedInUser() Entering method
    14:25:00:743 Debug ********* HTTP Worker [@1510174997],5,... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:25:00:743 Debug ********* HTTP Worker [@1510174997],5,... ...thentication.programmatic.getTicket Found data for the ticket
    14:25:00:743 Debug ********* HTTP Worker [@1510174997],5,... ...hentication.programmatic.enrichUser Does not have any public credentials
    14:25:00:743 Path ********* HTTP Worker [@1510174997],5,... ...tion.programmatic.getLoggedInUser() Exiting method with *********
    14:25:00:745 Debug ********* HTTP Worker [@1510174997],5,... ...rver.HttpTraceResponse.traceHeaders CLIENT: 30010, REPLY:
    HTTP/1.1 302 Found
    14:25:00:745 Debug ********* HTTP Worker [@1510174997],5,... ...rver.HttpTraceResponse.traceHeaders CLIENT: 30010, REPLY:
    Server: SAP NetWeaver Application Server 7.41 / AS Java 7.40
    Content-Type: text/html;charset=UTF-8
    Location: http://*********:50100/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.heidenhain.DW6!2fZEWMDLG_PC_APLZ?sap-config-mode=true
    Content-Encoding: gzip
    Content-Length: 762
    Date: Mon, 30 Jun 2014 12:25:00 GMT
    14:25:00:748 Debug Guest HTTP Worker [@1492310080],5,... ...ttpserver.HttpTraceRequest.traceRaw CLIENT: 30011, REQUEST:
    GET /irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.heidenhain.DW6!2fZEWMDLG_PC_APLZ?sap-config-mode=true HTTP/1.1
    accept: */*
    accept-language: de-DE
    user-agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3)
    accept-encoding: gzip, deflate
    host: *********:50100
    connection: Keep-Alive
    cookie: saplb_*=(J2EE12139420)12139450; MYSAPSSO2=AjExMDAgAA1wb3J0YWw6YTI3NjMyiAAHZGVmYXVsdAEABkEyNzYzMgIAAzAwMAMAA0RQNQQADDIwMTQwNjMwMTIwMAUABAAAAAgKAAZBMjc2MzL%2FAQQwggEABgkqhkiG9w0BBwKggfIwge8CAQExCzAJBgUrDgMCGgUAMAsGCSqGSIb3DQEHATGBzzCBzAIBATAiMB0xDDAKBgNVBAMTA0RQNTENMAsGA1UECxMESjJFRQIBADAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMTQwNjMwMTIwMDA5WjAjBgkqhkiG9w0BCQQxFgQUNs4%2FHri8F11VFYhshuOhiyYp6HUwCQYHKoZIzjgEAwQuMCwCFB2MMiML6NTm3!ivKk9HyOPsFXTTAhRIuOABa2KJvsZ2OW3Kxk54lC0oTg%3D%3D; JSESSIONID=vSGTJpcu-sQU_xveTHdP6ur7hqXsRgG6O7kA_SAP5LQnigZlKmtBX197-cBmidml; JSESSIONMARKID=-eEc3Ayv-HiHE_pKLmCIaxFJho6uah7XxWp7o7uQA; PortalAlias=portal
    14:25:00:753 Path ********* HTTP Worker [@1492310080],5,... ....getLoggedInUser(request, response) Entering method with (com.sap.portal.http.RequestWrapper@319c17af, [email protected]207c84)
    14:25:00:753 Debug ********* HTTP Worker [@1492310080],5,... ....getLoggedInUser(request, response) Found user in session.
    14:25:00:753 Debug ********* HTTP Worker [@1492310080],5,... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:25:00:753 Debug ********* HTTP Worker [@1492310080],5,... ...thentication.programmatic.getTicket Trying to get subject from security session.
    14:25:00:754 Debug ********* HTTP Worker [@1492310080],5,... ...thentication.programmatic.getTicket Found data for the ticket
    14:25:00:754 Debug ********* HTTP Worker [@1492310080],5,... ...hentication.programmatic.enrichUser Set transient attributes.
    14:25:00:754 Debug ********* HTTP Worker [@1492310080],5,... ....getLoggedInUser(request, response) User principal: ********* (authentication method: mysapsso2)
    14:25:00:755 Debug ********* HTTP Worker [@1492310080],5,... ....getLoggedInUser(request, response) IUser object: Message buffer:
    No messages available.
    Transient data:
    * com.sap.security.core.persistence.imp.PrincipalDatabag Mon Jun 30 14:25:00 CEST 2014
    * UniqueID: USER.CORP_LDAP.*********
    * Type: USER
    * Home data source: CORP_LDAP
    * Private id part: *********
    * Existence not checked.
    * "com.sap.security.core.usermanagement"|->"j_authscheme" (no time limit)="default"
    * "com.sap.security.core.usermanagement"|->"MYSAPSSO2_STRING" (no time limit)="AjExMDAgAA1wb3J0YWw6YTI3NjMyiAAHZGVmYXVsdAEABkEyNzYz... (total length: 464 characters)"
    Persistent data:
    * com.sap.security.core.persistence.imp.PrincipalDatabag Mon Jun 30 14:25:00 CEST 2014
    * UniqueID: USER.CORP_LDAP.*********
    * Type: USER
    * Home data source: CORP_LDAP
    * Private id part: *********
    * Principal exists.
    * Direct parents:
    * ROLE: ROLE.UME_ROLE_PERSISTENCE.un:Administrator
    *       ROLE.UME_ROLE_PERSISTENCE.un:SAP_SLD_CONFIGURATOR
    *       ROLE.UME_ROLE_PERSISTENCE.un:XiDir_Unrestricted
    *       ROLE.UME_ROLE_PERSISTENCE.un:SAP_XI_ID_SERV_USER
    *       ROLE.UME_ROLE_PERSISTENCE.un:SAP_XI_API_DEVELOP_J2EE
    *       ROLE.UME_ROLE_PERSISTENCE.un:SAP_XI_ALERTCONF_DISPLAY_J2EE
    *       ROLE.UME_ROLE_PERSISTENCE.un:SAP_XI_PCK_ADMIN
    *       ROLE.UME_ROLE_PERSISTENCE.un:SAP_XI_BPE_ADMINISTRATOR_J2EE
    *       ROLE.UME_ROLE_PERSISTENCE.un:SAP_XI_RWB_SERV_USER
    *       ROLE.UME_ROLE_PERSISTENCE.un:SAP_XI_ALERTCONFIGURATOR_J2EE
    *       ROLE.UME_ROLE_PERSISTENCE.un:SAP_XI_CONFIGURATOR_J2EE
    *       ROLE.PCD_ROLE_PERSISTENCE.VvlvkEGjiW9zPFaxR/4pd2/bX5Q=
    *       ROLE.UME_ROLE_PERSISTENCE.un:SAP_XI_ADMINISTRATOR_J2EE
    *       ROLE.UME_ROLE_PERSISTENCE.un:NWA_SUPERADMIN
    *       ROLE.UME_ROLE_PERSISTENCE.un:SAP_XI_SUPPORT_J2EE
    *       ROLE.PCD_ROLE_PERSISTENCE.q3C4FsluddsTqyHfaLsF26DZBEg=
    *       ROLE.UME_ROLE_PERSISTENCE.un:SAP_XI_APPL_SERV_USER
    * GRUP: GRUP.PRIVATE_DATASOURCE.un:SAP_XI_CONFIGURATOR
    *       GRUP.PRIVATE_DATASOURCE.un:SAP_XI_CONTENT_ORGANIZER
    *       GRUP.PRIVATE_DATASOURCE.un:SAP_XI_DEVELOPER
    *       GRUP.CORP_LDAP.cn=9999acc-jhp-ep-enable,ou=groups,ou=dp5,ou=sap-ep-entw,ou=sap-ep,o=jh,c=de
    *       GRUP.SUPER_GROUPS_DATASOURCE.EVERYONE
    *       GRUP.SUPER_GROUPS_DATASOURCE.AUTHENTICATED_USERS
    * "$serviceUser$"|->"SERVICEUSER_ATTRIBUTE" (no time limit)=
    * "com.sap.portal.dsm"|->"DebugControlFlag" (no time limit)=
    * "com.sap.portal.aidebug"|->"AppIntegratorDebugMode" (no time limit)=
    * "PrimaryHelpNS"|->"PrimaryHelpFlag" (no time limit)=
    * "com.sap.security.core.usermanagement"|->"timezone" (no time limit)=
    * "com.sap.security.core.usermanagement"|->"accessibilitylevel" (no time limit)=
    * "com.sap.security.core.usermanagement"|->"email" (no time limit)="*******"
    * "com.sap.security.core.usermanagement"|->"locale" (no time limit)=
    * "com.sap.security.core.usermanagement"|->"lastname" (no time limit)="*******"
    * "com.sap.security.core.usermanagement"|->"firstname" (no time limit)="*******"
    * "com.sap.security.core.usermanagement"|->"uniquename" (no time limit)="*********"
    * "com.sap.security.core.usermanagement"|->"salutation" (no time limit)=
    * "com.sap.security.core.usermanagement"|->"displayname" (no time limit)=
    * "com.sapportals.portal.navigation"|->"uipmode" (no time limit)=
    14:25:00:755 Debug ********* HTTP Worker [@1492310080],5,... ....getLoggedInUser(request, response) Authscheme: default
    14:25:00:755 Path ********* HTTP Worker [@1492310080],5,... ....getLoggedInUser(request, response) Exiting method with *********
    14:25:00:756 Path ********* HTTP Worker [@1492310080],5,... ...tion.programmatic.getLoggedInUser() Entering method
    14:25:00:756 Debug ********* HTTP Worker [@1492310080],5,... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:25:00:756 Debug ********* HTTP Worker [@1492310080],5,... ...thentication.programmatic.getTicket Found data for the ticket
    14:25:00:756 Debug ********* HTTP Worker [@1492310080],5,... ...hentication.programmatic.enrichUser Does not have any public credentials
    14:25:00:757 Path ********* HTTP Worker [@1492310080],5,... ...tion.programmatic.getLoggedInUser() Exiting method with *********
    14:25:00:757 Path ********* HTTP Worker [@1492310080],5,... ...tion.programmatic.getLoggedInUser() Entering method
    14:25:00:757 Debug ********* HTTP Worker [@1492310080],5,... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:25:00:757 Debug ********* HTTP Worker [@1492310080],5,... ...thentication.programmatic.getTicket Found data for the ticket
    14:25:00:758 Debug ********* HTTP Worker [@1492310080],5,... ...hentication.programmatic.enrichUser Does not have any public credentials
    14:25:00:758 Path ********* HTTP Worker [@1492310080],5,... ...tion.programmatic.getLoggedInUser() Exiting method with *********
    14:25:00:758 Path ********* HTTP Worker [@1492310080],5,... ...tion.programmatic.getLoggedInUser() Entering method
    14:25:00:758 Debug ********* HTTP Worker [@1492310080],5,... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:25:00:758 Debug ********* HTTP Worker [@1492310080],5,... ...thentication.programmatic.getTicket Found data for the ticket
    14:25:00:759 Debug ********* HTTP Worker [@1492310080],5,... ...hentication.programmatic.enrichUser Does not have any public credentials
    14:25:00:759 Path ********* HTTP Worker [@1492310080],5,... ...tion.programmatic.getLoggedInUser() Exiting method with *********
    14:25:00:760 Path ********* HTTP Worker [@1492310080],5,... ...tion.programmatic.getLoggedInUser() Entering method
    14:25:00:760 Debug ********* HTTP Worker [@1492310080],5,... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:25:00:760 Debug ********* HTTP Worker [@1492310080],5,... ...thentication.programmatic.getTicket Found data for the ticket
    14:25:00:761 Debug ********* HTTP Worker [@1492310080],5,... ...hentication.programmatic.enrichUser Does not have any public credentials
    14:25:00:761 Path ********* HTTP Worker [@1492310080],5,... ...tion.programmatic.getLoggedInUser() Exiting method with *********
    14:25:00:761 Path ********* HTTP Worker [@1492310080],5,... ...tion.programmatic.getLoggedInUser() Entering method
    14:25:00:761 Debug ********* HTTP Worker [@1492310080],5,... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:25:00:762 Debug ********* HTTP Worker [@1492310080],5,... ...thentication.programmatic.getTicket Found data for the ticket
    14:25:00:762 Debug ********* HTTP Worker [@1492310080],5,... ...hentication.programmatic.enrichUser Does not have any public credentials
    14:25:00:762 Path ********* HTTP Worker [@1492310080],5,... ...tion.programmatic.getLoggedInUser() Exiting method with *********
    14:25:00:762 Path ********* HTTP Worker [@1492310080],5,... ...tication.programmatic.getAuthScheme Entering method with (default)
    14:25:00:762 Path ********* HTTP Worker [@1492310080],5,... ...tion.programmatic.getLoggedInUser() Entering method
    14:25:00:762 Debug ********* HTTP Worker [@1492310080],5,... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:25:00:762 Debug ********* HTTP Worker [@1492310080],5,... ...thentication.programmatic.getTicket Found data for the ticket
    14:25:00:763 Debug ********* HTTP Worker [@1492310080],5,... ...hentication.programmatic.enrichUser Does not have any public credentials
    14:25:00:763 Path ********* HTTP Worker [@1492310080],5,... ...tion.programmatic.getLoggedInUser() Exiting method with *********
    14:25:00:763 Path ********* HTTP Worker [@1492310080],5,... ...tion.programmatic.getLoggedInUser() Entering method
    14:25:00:763 Debug ********* HTTP Worker [@1492310080],5,... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:25:00:764 Debug ********* HTTP Worker [@1492310080],5,... ...thentication.programmatic.getTicket Found data for the ticket
    14:25:00:764 Debug ********* HTTP Worker [@1492310080],5,... ...hentication.programmatic.enrichUser Does not have any public credentials
    14:25:00:764 Path ********* HTTP Worker [@1492310080],5,... ...tion.programmatic.getLoggedInUser() Exiting method with *********
    14:25:00:764 Path ********* HTTP Worker [@1492310080],5,... ...tion.programmatic.getLoggedInUser() Entering method
    14:25:00:764 Debug ********* HTTP Worker [@1492310080],5,... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:25:00:764 Debug ********* HTTP Worker [@1492310080],5,... ...thentication.programmatic.getTicket Found data for the ticket
    14:25:00:764 Debug ********* HTTP Worker [@1492310080],5,... ...hentication.programmatic.enrichUser Does not have any public credentials
    14:25:00:765 Path ********* HTTP Worker [@1492310080],5,... ...tion.programmatic.getLoggedInUser() Exiting method with *********
    14:25:00:765 Path ********* HTTP Worker [@1492310080],5,... ...tion.programmatic.getLoggedInUser() Entering method
    14:25:00:765 Debug ********* HTTP Worker [@1492310080],5,... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:25:00:765 Debug ********* HTTP Worker [@1492310080],5,... ...thentication.programmatic.getTicket Found data for the ticket
    14:25:00:766 Debug ********* HTTP Worker [@1492310080],5,... ...hentication.programmatic.enrichUser Does not have any public credentials
    14:25:00:766 Path ********* HTTP Worker [@1492310080],5,... ...tion.programmatic.getLoggedInUser() Exiting method with *********
    14:25:00:769 Path ********* HTTP Worker [@1492310080],5,... ...tion.programmatic.getLoggedInUser() Entering method
    14:25:00:770 Debug ********* HTTP Worker [@1492310080],5,... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:25:00:770 Debug ********* HTTP Worker [@1492310080],5,... ...thentication.programmatic.getTicket Found data for the ticket
    14:25:00:770 Debug ********* HTTP Worker [@1492310080],5,... ...hentication.programmatic.enrichUser Does not have any public credentials
    14:25:00:770 Path ********* HTTP Worker [@1492310080],5,... ...tion.programmatic.getLoggedInUser() Exiting method with *********
    14:25:00:770 Path ********* HTTP Worker [@1492310080],5,... ...tion.programmatic.getLoggedInUser() Entering method
    14:25:00:771 Debug ********* HTTP Worker [@1492310080],5,... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:25:00:771 Debug ********* HTTP Worker [@1492310080],5,... ...thentication.programmatic.getTicket Found data for the ticket
    14:25:00:771 Debug ********* HTTP Worker [@1492310080],5,... ...hentication.programmatic.enrichUser Does not have any public credentials
    14:25:00:771 Path ********* HTTP Worker [@1492310080],5,... ...tion.programmatic.getLoggedInUser() Exiting method with *********
    14:25:00:781 Debug ********* HTTP Worker [@1492310080],5,... ...ication.vuser.VirtualUserDataSource Populate principal databag failed as principal was not found.
    14:25:00:783 Info ********* HTTP Worker [@1492310080],5,... ...ap.security.core.util.SecurityAudit User mapping used | USERMAPPING.USE | USER.CORP_LDAP.********* |  | systemtype=[SAP_R3], system=["DW6CLNT100" (system landscape: "EnterprisePortal")], remote user ID=[(none)], uses strong encryption=[false]
    14:25:00:783 Path ********* HTTP Worker [@1492310080],5,... ...tion.programmatic.getLoggedInUser() Entering method
    14:25:00:783 Debug ********* HTTP Worker [@1492310080],5,... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:25:00:783 Debug ********* HTTP Worker [@1492310080],5,... ...thentication.programmatic.getTicket Found data for the ticket
    14:25:00:783 Debug ********* HTTP Worker [@1492310080],5,... ...hentication.programmatic.enrichUser Does not have any public credentials
    14:25:00:783 Path ********* HTTP Worker [@1492310080],5,... ...tion.programmatic.getLoggedInUser() Exiting method with *********
    14:25:00:784 Path ********* HTTP Worker [@1492310080],5,... ...tion.programmatic.getLoggedInUser() Entering method
    14:25:00:784 Debug ********* HTTP Worker [@1492310080],5,... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:25:00:784 Debug ********* HTTP Worker [@1492310080],5,... ...thentication.programmatic.getTicket Found data for the ticket
    14:25:00:784 Debug ********* HTTP Worker [@1492310080],5,... ...hentication.programmatic.enrichUser Does not have any public credentials
    14:25:00:784 Path ********* HTTP Worker [@1492310080],5,... ...tion.programmatic.getLoggedInUser() Exiting method with *********
    14:25:00:785 Path ********* HTTP Worker [@1492310080],5,... ...tion.programmatic.getLoggedInUser() Entering method
    14:25:00:785 Debug ********* HTTP Worker [@1492310080],5,... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:25:00:785 Debug ********* HTTP Worker [@1492310080],5,... ...thentication.programmatic.getTicket Found data for the ticket
    14:25:00:785 Debug ********* HTTP Worker [@1492310080],5,... ...hentication.programmatic.enrichUser Does not have any public credentials
    14:25:00:785 Path ********* HTTP Worker [@1492310080],5,... ...tion.programmatic.getLoggedInUser() Exiting method with *********
    14:25:00:786 Path ********* HTTP Worker [@1492310080],5,... ...tion.programmatic.getLoggedInUser() Entering method
    14:25:00:786 Debug ********* HTTP Worker [@1492310080],5,... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:25:00:786 Debug ********* HTTP Worker [@1492310080],5,... ...thentication.programmatic.getTicket Found data for the ticket
    14:25:00:787 Debug ********* HTTP Worker [@1492310080],5,... ...hentication.programmatic.enrichUser Does not have any public credentials
    14:25:00:787 Path ********* HTTP Worker [@1492310080],5,... ...tion.programmatic.getLoggedInUser() Exiting method with *********
    14:25:00:787 Path ********* HTTP Worker [@1492310080],5,... ...tion.programmatic.getLoggedInUser() Entering method
    14:25:00:787 Debug ********* HTTP Worker [@1492310080],5,... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:25:00:787 Debug ********* HTTP Worker [@1492310080],5,... ...thentication.programmatic.getTicket Found data for the ticket
    14:25:00:787 Debug ********* HTTP Worker [@1492310080],5,... ...hentication.programmatic.enrichUser Does not have any public credentials
    14:25:00:787 Path ********* HTTP Worker [@1492310080],5,... ...tion.programmatic.getLoggedInUser() Exiting method with *********
    14:25:00:788 Path ********* HTTP Worker [@1492310080],5,... ...tion.programmatic.getLoggedInUser() Entering method
    14:25:00:788 Debug ********* HTTP Worker [@1492310080],5,... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:25:00:789 Debug ********* HTTP Worker [@1492310080],5,... ...thentication.programmatic.getTicket Found data for the ticket
    14:25:00:789 Debug ********* HTTP Worker [@1492310080],5,... ...hentication.programmatic.enrichUser Does not have any public credentials
    14:25:00:789 Path ********* HTTP Worker [@1492310080],5,... ...tion.programmatic.getLoggedInUser() Exiting method with *********
    14:25:00:790 Path ********* HTTP Worker [@1492310080],5,... ...tion.programmatic.getLoggedInUser() Entering method
    14:25:00:791 Debug ********* HTTP Worker [@1492310080],5,... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:25:00:791 Debug ********* HTTP Worker [@1492310080],5,... ...thentication.programmatic.getTicket Found data for the ticket
    14:25:00:791 Debug ********* HTTP Worker [@1492310080],5,... ...hentication.programmatic.enrichUser Does not have any public credentials
    14:25:00:791 Path ********* HTTP Worker [@1492310080],5,... ...tion.programmatic.getLoggedInUser() Exiting method with *********
    14:25:00:791 Path ********* HTTP Worker [@1492310080],5,... ...tion.programmatic.getLoggedInUser() Entering method
    14:25:00:792 Debug ********* HTTP Worker [@1492310080],5,... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:25:00:792 Debug ********* HTTP Worker [@1492310080],5,... ...thentication.programmatic.getTicket Found data for the ticket
    14:25:00:792 Debug ********* HTTP Worker [@1492310080],5,... ...hentication.programmatic.enrichUser Does not have any public credentials
    14:25:00:792 Path ********* HTTP Worker [@1492310080],5,... ...tion.programmatic.getLoggedInUser() Exiting method with *********
    14:25:00:793 Path ********* HTTP Worker [@1492310080],5,... ...tion.programmatic.getLoggedInUser() Entering method
    14:25:00:793 Debug ********* HTTP Worker [@1492310080],5,... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:25:00:793 Debug ********* HTTP Worker [@1492310080],5,... ...thentication.programmatic.getTicket Found data for the ticket
    14:25:00:793 Debug ********* HTTP Worker [@1492310080],5,... ...hentication.programmatic.enrichUser Does not have any public credentials
    14:25:00:794 Path ********* HTTP Worker [@1492310080],5,... ...tion.programmatic.getLoggedInUser() Exiting method with *********
    14:25:00:795 Path ********* HTTP Worker [@1492310080],5,... ...tion.programmatic.getLoggedInUser() Entering method
    14:25:00:795 Debug ********* HTTP Worker [@1492310080],5,... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:25:00:795 Debug ********* HTTP Worker [@1492310080],5,... ...thentication.programmatic.getTicket Found data for the ticket
    14:25:00:796 Debug ********* HTTP Worker [@1492310080],5,... ...hentication.programmatic.enrichUser Does not have any public credentials
    14:25:00:796 Path ********* HTTP Worker [@1492310080],5,... ...tion.programmatic.getLoggedInUser() Exiting method with *********
    14:25:00:797 Path ********* HTTP Worker [@1492310080],5,... ...tion.programmatic.getLoggedInUser() Entering method
    14:25:00:797 Debug ********* HTTP Worker [@1492310080],5,... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:25:00:798 Debug ********* HTTP Worker [@1492310080],5,... ...thentication.programmatic.getTicket Found data for the ticket
    14:25:00:798 Debug ********* HTTP Worker [@1492310080],5,... ...hentication.programmatic.enrichUser Does not have any public credentials
    14:25:00:798 Path ********* HTTP Worker [@1492310080],5,... ...tion.programmatic.getLoggedInUser() Exiting method with *********
    14:25:00:799 Path ********* HTTP Worker [@1492310080],5,... ...tion.programmatic.getLoggedInUser() Entering method
    14:25:00:799 Debug ********* HTTP Worker [@1492310080],5,... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:25:00:799 Debug ********* HTTP Worker [@1492310080],5,... ...thentication.programmatic.getTicket Found data for the ticket
    14:25:00:799 Debug ********* HTTP Worker [@1492310080],5,... ...hentication.programmatic.enrichUser Does not have any public credentials
    14:25:00:800 Path ********* HTTP Worker [@1492310080],5,... ...tion.programmatic.getLoggedInUser() Exiting method with *********
    14:25:00:802 Debug ********* HTTP Worker [@1492310080],5,... ...rver.HttpTraceResponse.traceHeaders CLIENT: 30011, REPLY:
    HTTP/1.1 200 OK
    14:25:00:803 Debug ********* HTTP Worker [@1492310080],5,... ...rver.HttpTraceResponse.traceHeaders CLIENT: 30011, REPLY:
    Server: SAP NetWeaver Application Server 7.41 / AS Java 7.40
    Content-Type: text/html; charset=UTF-8
    Pragma: no-cache
    Cache-Control: no-store, no-cache, must-revalidate
    expires: 0
    Content-Encoding: gzip
    Date: Mon, 30 Jun 2014 12:25:00 GMT
    Transfer-Encoding: chunked
    14:25:00:825 Debug Guest HTTP Worker [@1497262423],5,... ...ttpserver.HttpTraceRequest.traceRaw CLIENT: 30012, REQUEST:
    POST /irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.heidenhain.DW6!2fZEWMDLG_PC_APLZ?sap-config-mode=true HTTP/1.1
    accept: application/x-ms-application, image/jpeg, application/xaml+xml, image/gif, image/pjpeg, application/x-ms-xbap, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */*
    referer: http://*********:50100/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.heidenhain.DW6!2fZEWMDLG_PC_APLZ?sap-config-mode=true
    accept-language: de-DE
    user-agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3)
    content-type: application/x-www-form-urlencoded
    accept-encoding: gzip, deflate
    host: *********:50100
    content-length: 90
    connection: Keep-Alive
    cache-control: no-cache
    cookie: saplb_*=(J2EE12139420)12139450; MYSAPSSO2=AjExMDAgAA1wb3J0YWw6YTI3NjMyiAAHZGVmYXVsdAEABkEyNzYzMgIAAzAwMAMAA0RQNQQADDIwMTQwNjMwMTIwMAUABAAAAAgKAAZBMjc2MzL%2FAQQwggEABgkqhkiG9w0BBwKggfIwge8CAQExCzAJBgUrDgMCGgUAMAsGCSqGSIb3DQEHATGBzzCBzAIBATAiMB0xDDAKBgNVBAMTA0RQNTENMAsGA1UECxMESjJFRQIBADAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMTQwNjMwMTIwMDA5WjAjBgkqhkiG9w0BCQQxFgQUNs4%2FHri8F11VFYhshuOhiyYp6HUwCQYHKoZIzjgEAwQuMCwCFB2MMiML6NTm3!ivKk9HyOPsFXTTAhRIuOABa2KJvsZ2OW3Kxk54lC0oTg%3D%3D; JSESSIONID=vSGTJpcu-sQU_xveTHdP6ur7hqXsRgG6O7kA_SAP5LQnigZlKmtBX197-cBmidml; JSESSIONMARKID=-eEc3Ayv-HiHE_pKLmCIaxFJho6uah7XxWp7o7uQA; PortalAlias=portal
    sap-config-mode=true&ClientWindowID=WID1404131100732&%24Roundtrip=true&%24DebugAction=null
    14:25:00:827 Path ********* HTTP Worker [@1497262423],5,... ....getLoggedInUser(request, response) Entering method with (com.sap.portal.http.RequestWrapper@2b8cfef, [email protected]5b554e)
    14:25:00:827 Debug ********* HTTP Worker [@1497262423],5,... ....getLoggedInUser(request, response) Found user in session.
    14:25:00:827 Debug ********* HTTP Worker [@1497262423],5,... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:25:00:827 Debug ********* HTTP Worker [@1497262423],5,... ...thentication.programmatic.getTicket Trying to get subject from security session.
    14:25:00:827 Debug ********* HTTP Worker [@1497262423],5,... ...thentication.programmatic.getTicket Found data for the ticket
    14:25:00:827 Debug ********* HTTP Worker [@1497262423],5,... ...hentication.programmatic.enrichUser Set transient attributes.
    14:25:00:828 Debug ********* HTTP Worker [@1497262423],5,... ....getLoggedInUser(request, response) User principal: ********* (authentication method: mysapsso2)
    14:25:00:828 Debug ********* HTTP Worker [@1497262423],5,... ....getLoggedInUser(request, response) IUser object: Message buffer:
    No messages available.
    Transient data:
    * com.sap.security.core.persistence.imp.PrincipalDatabag Mon Jun 30 14:25:00 CEST 2014
    * UniqueID: USER.CORP_LDAP.*********
    * Type: USER
    * Home data source: CORP_LDAP
    * Private id part: *********
    * Existence not checked.
    * "com.sap.security.core.usermanagement"|->"j_authscheme" (no time limit)="default"
    * "com.sap.security.core.usermanagement"|->"MYSAPSSO2_STRING" (no time limit)="AjExMDAgAA1wb3J0YWw6YTI3NjMyiAAHZGVmYXVsdAEABkEyNzYz... (total length: 464 characters)"
    Persistent data:
    * com.sap.security.core.persistence.imp.PrincipalDatabag Mon Jun 30 14:25:00 CEST 2014
    * UniqueID: USER.CORP_LDAP.*********
    * Type: USER
    * Home data source: CORP_LDAP
    * Private id part: *********
    * Principal exists.
    * Direct parents:
    * ROLE: ROLE.UME_ROLE_PERSISTENCE.un:Administrator
    *       ROLE.UME_ROLE_PERSISTENCE.un:SAP_SLD_CONFIGURATOR
    *       ROLE.UME_ROLE_PERSISTENCE.un:XiDir_Unrestricted
    *       ROLE.UME_ROLE_PERSISTENCE.un:SAP_XI_ID_SERV_USER
    *       ROLE.UME_ROLE_PERSISTENCE.un:SAP_XI_API_DEVELOP_J2EE
    *       ROLE.UME_ROLE_PERSISTENCE.un:SAP_XI_ALERTCONF_DISPLAY_J2EE
    *       ROLE.UME_ROLE_PERSISTENCE.un:SAP_XI_PCK_ADMIN
    *       ROLE.UME_ROLE_PERSISTENCE.un:SAP_XI_BPE_ADMINISTRATOR_J2EE
    *       ROLE.UME_ROLE_PERSISTENCE.un:SAP_XI_RWB_SERV_USER
    *       ROLE.UME_ROLE_PERSISTENCE.un:SAP_XI_ALERTCONFIGURATOR_J2EE
    *       ROLE.UME_ROLE_PERSISTENCE.un:SAP_XI_CONFIGURATOR_J2EE
    *       ROLE.PCD_ROLE_PERSISTENCE.VvlvkEGjiW9zPFaxR/4pd2/bX5Q=
    *       ROLE.UME_ROLE_PERSISTENCE.un:SAP_XI_ADMINISTRATOR_J2EE
    *       ROLE.UME_ROLE_PERSISTENCE.un:NWA_SUPERADMIN
    *       ROLE.UME_ROLE_PERSISTENCE.un:SAP_XI_SUPPORT_J2EE
    *       ROLE.PCD_ROLE_PERSISTENCE.q3C4FsluddsTqyHfaLsF26DZBEg=
    *       ROLE.UME_ROLE_PERSISTENCE.un:SAP_XI_APPL_SERV_USER
    * GRUP: GRUP.PRIVATE_DATASOURCE.un:SAP_XI_CONFIGURATOR
    *       GRUP.PRIVATE_DATASOURCE.un:SAP_XI_CONTENT_ORGANIZER
    *       GRUP.PRIVATE_DATASOURCE.un:SAP_XI_DEVELOPER
    *       GRUP.CORP_LDAP.cn=9999acc-jhp-ep-enable,ou=groups,ou=dp5,ou=sap-ep-entw,ou=sap-ep,o=jh,c=de
    *       GRUP.SUPER_GROUPS_DATASOURCE.EVERYONE
    *       GRUP.SUPER_GROUPS_DATASOURCE.AUTHENTICATED_USERS
    * "$usermapping$"|->"ep6_sl_alias:e08dfb083a25d8c13fd73346ec28c7ae" (no time limit)=
    * "$serviceUser$"|->"SERVICEUSER_ATTRIBUTE" (no time limit)=
    * "com.sap.portal.dsm"|->"DebugControlFlag" (no time limit)=
    * "com.sap.portal.aidebug"|->"AppIntegratorDebugMode" (no time limit)=
    * "PrimaryHelpNS"|->"PrimaryHelpFlag" (no time limit)=
    * "com.sap.security.core.usermanagement"|->"timezone" (no time limit)=
    * "com.sap.security.core.usermanagement"|->"accessibilitylevel" (no time limit)=
    * "com.sap.security.core.usermanagement"|->"email" (no time limit)="*******"
    * "com.sap.security.core.usermanagement"|->"locale" (no time limit)=
    * "com.sap.security.core.usermanagement"|->"lastname" (no time limit)="*******"
    * "com.sap.security.core.usermanagement"|->"firstname" (no time limit)="********"
    * "com.sap.security.core.usermanagement"|->"uniquename" (no time limit)="*********"
    * "com.sap.security.core.usermanagement"|->"salutation" (no time limit)=
    * "com.sap.security.core.usermanagement"|->"displayname" (no time limit)=
    * "com.sapportals.portal.navigation"|->"uipmode" (no time limit)=
    14:25:00:828 Debug ********* HTTP Worker [@1497262423],5,... ....getLoggedInUser(request, response) Authscheme: default
    14:25:00:828 Path ********* HTTP Worker [@1497262423],5,... ....getLoggedInUser(request, response) Exiting method with *********
    14:25:00:829 Path ********* HTTP Worker [@1497262423],5,... ...tion.programmatic.getLoggedInUser() Entering method
    14:25:00:829 Debug ********* HTTP Worker [@1497262423],5,... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:25:00:829 Debug ********* HTTP Worker [@1497262423],5,... ...thentication.programmatic.getTicket Found data for the ticket
    14:25:00:829 Debug ********* HTTP Worker [@1497262423],5,... ...hentication.programmatic.enrichUser Does not have any public credentials
    14:25:00:829 Path ********* HTTP Worker [@1497262423],5,... ...tion.programmatic.getLoggedInUser() Exiting method with *********
    14:25:00:829 Path ********* HTTP Worker [@1497262423],5,... ...tion.programmatic.getLoggedInUser() Entering method
    14:25:00:830 Debug ********* HTTP Worker [@1497262423],5,... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:25:00:830 Debug ********* HTTP Worker [@1497262423],5,... ...thentication.programmatic.getTicket Found data for the ticket
    14:25:00:830 Debug ********* HTTP Worker [@1497262423],5,... ...hentication.programmatic.enrichUser Does not have any public credentials
    14:25:00:830 Path ********* HTTP Worker [@1497262423],5,... ...tion.programmatic.getLoggedInUser() Exiting method with *********
    14:25:00:830 Path ********* HTTP Worker [@1497262423],5,... ...tion.programmatic.getLoggedInUser() Entering method
    14:25:00:830 Debug ********* HTTP Worker [@1497262423],5,... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:25:00:830 Debug ********* HTTP Worker [@1497262423],5,... ...thentication.programmatic.getTicket Found data for the ticket
    14:25:00:831 Debug ********* HTTP Worker [@1497262423],5,... ...hentication.programmatic.enrichUser Does not have any public credentials
    14:25:00:831 Path ********* HTTP Worker [@1497262423],5,... ...tion.programmatic.getLoggedInUser() Exiting method with *********
    14:25:00:832 Path ********* HTTP Worker [@1497262423],5,... ...tion.programmatic.getLoggedInUser() Entering method
    14:25:00:832 Debug ********* HTTP Worker [@1497262423],5,... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:25:00:832 Debug ********* HTTP Worker [@1497262423],5,... ...thentication.programmatic.getTicket Found data for the ticket
    14:25:00:832 Debug ********* HTTP Worker [@1497262423],5,... ...hentication.programmatic.enrichUser Does not have any public credentials
    14:25:00:832 Path ********* HTTP Worker [@1497262423],5,... ...tion.programmatic.getLoggedInUser() Exiting method with *********
    14:25:00:833 Path ********* HTTP Worker [@1497262423],5,... ...tion.programmatic.getLoggedInUser() Entering method
    14:25:00:833 Debug ********* HTTP Worker [@1497262423],5,... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:25:00:833 Debug ********* HTTP Worker [@1497262423],5,... ...thentication.programmatic.getTicket Found data for the ticket
    14:25:00:833 Debug ********* HTTP Worker [@1497262423],5,... ...hentication.programmatic.enrichUser Does not have any public credentials
    14:25:00:833 Path ********* HTTP Worker [@1497262423],5,... ...tion.programmatic.getLoggedInUser() Exiting method with *********
    14:25:00:834 Path ********* HTTP Worker [@1497262423],5,... ...tication.programmatic.getAuthScheme Entering method with (default)
    14:25:00:834 Path ********* HTTP Worker [@1497262423],5,... ...tion.programmatic.getLoggedInUser() Entering method
    14:25:00:834 Debug ********* HTTP Worker [@1497262423],5,... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:25:00:834 Debug ********* HTTP Worker [@1497262423],5,... ...thentication.programmatic.getTicket Found data for the ticket
    14:25:00:834 Debug ********* HTTP Worker [@1497262423],5,... ...hentication.programmatic.enrichUser Does not have any public credentials
    14:25:00:834 Path ********* HTTP Worker [@1497262423],5,... ...tion.programmatic.getLoggedInUser() Exiting method with *********
    14:25:00:835 Path ********* HTTP Worker [@1497262423],5,... ...tion.programmatic.getLoggedInUser() Entering method
    14:25:00:835 Debug ********* HTTP Worker [@1497262423],5,... ...tication.programmatic.getAuthscheme Trying to get subject from security session.
    14:25:00:835 Debug ********* HTTP Worker [@1497262423],5,... ...thentication.programmatic.getTicket Found data for the ticket
    14:2

    Hi Bastian
    some time ago I had the same problem,
    Scenario's
    1. SSO logon from ABAP SAPGUI to JAVA --> FAILS.
    2. SSO logon from ABAP webgui to JAVA --> SUCCESS.
    3. SSO logon from JAVA to ABAP --> SUCCESS
    If I understand you correctly, then you have the same issue I had with scenario 1. Since SAPGUI does not create MYSAPSSO2 cookie for the Java server, this "failing" behavior is normal.
    In case of SPNEGO or client certificate authentication the J2EE server will not ask for user ID and password.
    In case you have a different problem, I can advise you to study the 2 notes:
    1257108 - Collective Note: Analyzing issues with Single Sign On (SSO)
    1083421 - SSO2 Wizard
    Hope this will help you further investigate the problem
    Regards
    Sem

Maybe you are looking for

  • Nfe de Entrada (Importação) código do País Inválido

    Experts de GRC-NFE, Estamos com um problema em uma nota de entrada de importação da Argentina onde o Sefaz de Goiás está rejeitando a Nfe devido ao código do país errado. Na NFe o código é 639, porém a Sefaz de Goiania diz veemente que tem que ser 06

  • Autosave - Android Adobe Reader

    I have a form that I have created that I require our technicians to fill out when they are on a job remotely from their android tablet which then get submitted to a designated email. (This I have achieved successfully). The technicians have the file

  • How can I casting from parent class to children class

    Dear, Could someone help me to casting from parent class to children class. I have class like this class parent{ String name; String id; public String getId() { return id; public void setId(String id) { this.id = id; public String getName() { return

  • Getting array.length

    Hi... how does one get the length of the individual arrays in a 2D matrix? i.e. if I have int[][] grid = new int [5][7] how do I get the 5 and the 7 without obviously storing them in variables of their own (i.e. how do I use the .length field?)? Chee

  • I updated and now I can not open firefox

    I installed the damn update you sent and now I can't get Firefox open