Webdynpro cache

Hello .
I have written the following code to display an image in a webdynpro table cell using image UI
with the  cached URL.Please see the code below.
It works fine. this is using NW04
IWDCachedWebResource cachedResource = null;
     cachedResource = WDWebResource.getWebResource(binaryimg,WDWebResourceType.JPG_IMAGE );
         String  imgUrl = cachedResource.getURL();
and map this url to context and to image UI in table cell.
but when I create an iview and display in the Portal,it displayes the image only for
approximately 2 min.then it will disapper from the table cell.How I an I cache
the image  for longer periods.?
does any of these server parameters in Visual Admin for webdynpro has any effect??
1.sap.sld.cacheExpirationTime
2. sap.sld.cacheInvalidationTime
any other solutions are welcome.
regards
John

according to my understanding of your quastion is that you are cliking a button providin some data to the bapi, right, then every time the bapi is getting called, if you want to avoid this, you can get all the values in anode and you can do the validations in the webdynpro application in the front end also, that will increase the performance of your application, if the user entered value is correct then only you can excutres the bapi in the backend system.
Cheers,
Apparao

Similar Messages

  • Caching user shared data in WebDynPro (i.e. applicationBean)

    Hi,
    I'd like to know if there's a standard way to cache/access user shared data on the J2EE engine running my WebDynPro app.
    I need to do that because Bapis call in our application are expensive. Thus we want to minimize them. It would be impossible to rewrite the whole backend, because we're migrating from an existing application.
    I thought about sharing through a database local to the J2EE engine, or file sharing through a lock. But I bet these options are likely to hinder me than anything else.
    Does anybody has a suggestion?
    Thanks in advance,
    Alexis Trudeau

    Indeed, my explanations are a bit misleading. According to your definition, I'm talking about shared data.
    For example, in my application we have user profiles. Each user has a subset of these profiles.
    Usually, these profiles are only modified during the deployment stage on the client's infrastructure.
    Once settled, these profiles are static during production. In that case, I'd rather fetch all the profile once, and work with them locally on the J2EE engine instead of fetching them each time a user is authentified.
    Do you have further suggestions?
    P.S. Yes, I do use NetWeaver wizard to create Adaptive RFC Model

  • Webdynpro - Object could not be found in cache, key is null

    Folks
    I am getting this marvelous exception for which I am not able to find any not in SAP Service Portal as well. Any insights shared will be highly appreciated.
    [EXCEPTION]
    com.sap.tc.webdynpro.services.sal.util.cache.ResourceNotFoundException: Object could not be found in cache, key is null!... [see details]
    EXCEPTION]
    com.sap.tc.webdynpro.services.sal.util.cache.ResourceNotFoundException: Object could not be found in cache, key is null!
    at com.sap.tc.webdynpro.services.sal.util.cache.WebResourceCache.getResource(WebResourceCache.java:108)
    at com.sap.tc.webdynpro.services.sal.util.cache.WebResourceCache.getResource(WebResourceCache.java:134)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.datatransport.DataTransportFactory.getOutputMassDatasource(DataTransportFactory.java:93)
    at com.sap.tc.webdynpro.services.sal.datatransport.core.InternalMassDataTransport.getOutputMassDatasource(InternalMassDataTransport.java:50)
    at com.sap.tc.webdynpro.progmodel.context.ModifiableBinaryType.parse(ModifiableBinaryType.java:133)
    at com.sap.tc.webdynpro.clientserver.data.DataContainer.doParse(DataContainer.java:1434)
    at com.sap.tc.webdynpro.clientserver.data.DataContainer.validatePendingUserInput(DataContainer.java:1324)
    at com.sap.tc.webdynpro.clientserver.data.DataContainer.validatePendingUserInput(DataContainer.java:681)
    at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.validate(ClientComponent.java:715)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doValidate(WindowPhaseModel.java:326)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:120)
    at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
    at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:319)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
    at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
    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:1039)
    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:102)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)

    Is the system 6.40 release ? Have you referred to SAP Note 923694  ?
    Search in SAP Notes for 'Importing A Web Dynpro Hot Fix', find the one relevant for your SP level and make sure you have implemented those fixes if you find one for the SP.
    Hope this helps
    Regards,
    Snehal

  • Found in negative cache error while deploying webdynpro app

    Hi,
    I got the below  error when I deployed an webdynpro application.There are no build errors
    java.lang.ClassNotFoundException: com.sws.wdp.Internal_DCF_WindViewSet_DCF_AdminComp_DCF_AdminWind
    Found in negative cache -
    Loader Info -
    ClassLoader name:
    [sws.com/DCF_Admin] Parent loader name: [Frame ClassLoader]
    References: common:service:http;service:servlet_jsp service:ejb common:service:iiop;service:naming;service:p4;
    service:ts service:jmsconnector library:jsse library:servlet common:library:IAIKSecurity;library:activation;library:mail;
    library:tcsecssl library:ejb20 library:j2eeca library:jms library:opensql common:library:com.sap.security.api.sda;
    library:com.sap.security.core.sda;library:security.class;library:webservices_lib;service:adminadapter;
    service:basicadmin;service:com.sap.security.core.ume.service;service:configuration;service:connector;
    service:dbpool;service:deploy;service:jmx;service:jmx_notification;service:keystore;service:security;
    service:userstore interface:resourcecontext_api interface:webservices interface:cross
    interface:ejbserialization sap.com/tcwddispwda sap.com/tcwdcorecomp service:webdynpro service:sld
    library:tcddicddicservices library:com.sap.aii.proxy.framework library:tcgraphicsigs library:com.sap.mw.jco
    library:com.sap.lcr.api.cimclient library:sapxmltoolkit library:com.sap.aii.util.rb library:com.sap.util.monitor.jarm
    library:tcddicddicruntime library:com.sap.aii.util.xml library:com.sap.aii.util.misc
    library:tc~cmi Resources: /usr/sap/EPD/JC00/j2ee/cluster/server0/apps/sws.com/DCF_Admin/webdynpro/public/lib/app.jar
    Loading model: {parent,references,local} -
    I restarted the server but of no use.
    Please help me in resolving this.
    Thanks and  Regards,
    Rajesh.A

    Hi,
    Please have a look at this threads,
    Found in negative cache.... very strange.
    What's Negative Cache ??
    Regards
    Saravanan K

  • Webdynpro ABAP Caching Problem in Portal

    Hi All,
    We have developed custom applications using Webdynpro - ABAP, using FPM and accessing those applications through SAP Netweaver Portal 7.0. I have deactivated all the caching techniquies in Portal @ iview level and Page level, Portal Runtime and ContentFetch side, But still causing the same problem.
    I have a doubt, wether this is happening because of SAP Logon Caching @ SAP WAS system level. I have checked the SSO parameter settings in RZ10 Profile parameters. Our basis people have set both accept and create parameter value = 1. Is this causing issue?
    Or Is there any other settings which is required to do in Portal or SAP system level. Please let us know , really appreciate your value suggestions and help.
    Please find the below links, which im referring to...
    http://help.sap.com/saphelp_nwmobile71/helpdata/en/d2/91553b4d53273de10000000a114084/frameset.htm
    http://help.sap.com/SAPHELP_NWPI71/helpdata/EN/48/69eb40e8a607d6e10000000a42189c/content.htm
    Thanks in Advance
    PRadeep
    Edited by: Pradeep on Jan 28, 2009 9:10 AM

    The delete icon will not show up in the line of the favorite/templates, if no hours are recorded on it. There is no transfer to the backend either, unless hours are recorded on these working time attributes. also ensure note 1986356 is implemented for details column check CAC2 for the CATS profile attached to the user in CVR in Su3

  • SAP Webdynpro ABAP Application Caching Issues

    Hi All,
    We have developed custom applications using Webdynpro - ABAP, using FPM and accessing those applications through SAP Netweaver Portal 7.0. I have deactivated all the caching techniquies in Portal @ iview level and Page level, Portal Runtime and ContentFetch side, But still causing the same problem.
    I have a doubt, wether this is happening because of SAP Logon Caching @ SAP WAS system level. I have checked the SSO parameter settings in RZ10 Profile parameters. Our basis people have set both accept and create parameter value = 1. Is this causing issue?
    Or Is there any other settings which is required to do in Portal or SAP system level. Please let us know , really appreciate your value suggestions and help.
    Please find the below links, which im referring to...
    http://help.sap.com/saphelp_nwmobile71/helpdata/en/d2/91553b4d53273de10000000a114084/frameset.htm
    http://help.sap.com/SAPHELP_NWPI71/helpdata/EN/48/69eb40e8a607d6e10000000a42189c/content.htm
    Thanks in Advance
    PRadeep

    Hi-
    (though the url seen in the application in se80 in the webdynrpo abap component does not have workitem id paramter)
    It is required to have a parameter WI_ID (as an Application parameter) in your WDA. And via this Application parameter WDA will receive the workitem id, when the task is exceuted from UWL (provided configuration is done in swfvisu)
    Could you confirm, there is no Application parameter (WI_ID) in your WDA?
    It picks the same workitem id everytime. I tried doing this with a couple of different user ids. but I cant figure out from where it picks this particular workitem id
    If you defined WI_ID in Application parameter and there is an option to provide value and it seems, you have defined some value over there or other way might be in your method (inbound plug), you may gave default value to WI_ID in the parameter
    If your application is working properly from UWL and for testing purpose, you could put a breakpoint and change the workitem id, when executing from se80
    Vinoth

  • WebDynpro ABAP & Portal Cache

    My ABAP WebDynpro iView in portal is not reflecting the changes i have made inside SAP and i am not caching the iView. I am wondering if there is any server side cache that can be deleted? Thanks.

    Hi Andy,
    You have to setup your SSO such as User Mapping in your Personalization -> Profiles at Portal.
    There are other methods, please visit help.sap.com for more information.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/e5/4344b6d24a05408ca4faa94554e851/frameset.htm
    Regards,
    Rogério

  • How to clear webdynpro ABAP cache ?

    Hi,
    Please advise me on how to clear webDynPro ABAP Cache data ?
    Scenario as most of you might be knowing:
    1>We retreive data from the the table using query stmt. For ex: Creating an employee
    2>When we want to update/terminate the same employee on same day giving us short dump
    We checked in the backend that employee has been sucessfully onboarded and offboarded/updated without any dump.
    I guess it has something to do with clearing the cache/memory on each operation(create/update/delete)
    So, I got some transaction code:SWFVISU where we can maintain the cache configuration. But I'm not sure whether we can use the same.
    Is there anyway we can avoid the cache issue.
    Thanks
    Praveen

    Hi, Praveen kumar Kadi. can be to you this function will help:IQS1_REFRESH_ALL

  • Need for garbage collection using Webdynpro Binary Cache?

    Dear Sirs,
    I am using the Wiki guide, Exporting Table Data Using On-Demand Streams to export table data to Excel.  (this is using Webdynpro binary cache)
    Everything is working fine, however I would like to check prior to transport to production, if i need to do any garbage collection using this solution.
    My biggest fear is if the all the excel files generated are stored forever, thus filling up the disk space or memory and crashing the production server.
    Can anyone give me advice ?
    best regards,
    Jørgen Ruud

    <b>Hi
    Check This URL
    Memory Usage
    http://help.sap.com/saphelp_nw04/helpdata/en/98/f73c41325fa831e10000000a1550b0/frameset.htm
    Resource Management
    http://help.sap.com/saphelp_nw04/helpdata/en/15/d73f41d900db2be10000000a1550b0/frameset.htm
    Regards
    Chandran S</b>

  • 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

  • ABAP Webdynpro Development - Script Error when Accessing Visual Elements

    I am encountering a strange error at my client .  I can't use the Abap Webdynpro visual elements to build views .
    To reproduce the error :
    - T-code SE80
    - Open up any ABAP webdynpro component .
    - Open up one of the view  and go on Tab Layout .
    Normal Screen : You would see many WYSIWYG items ( buttons, radiobutton , text elements etcu2026. ) at the left side u2026 these elements are used to build the view .
    Here : No elements displayed and when we click on that area we get an error   . 
    Instead of the elements to get displayed .. lines are displayed and when you try to open up ( click ) the lines , an internet explorer script error stating the following occurs ( although the abap wendynpro is edited in SAP Gui ) :
    An Error has occured in the script on this page .
    Line : 1
    Char : 25
    Error : Object Required
    Code: 0
    URL : http://hdrerpdev05.bchydro.bc.ca:8100/sap/bc/wdvd/toolbar.html?_vdrespkey=4KE8FGJO3P88DO8K5XCEYHTEA&_vdframe=toolbar&usedynp=&usepat=&sap-client=100
    Anybody had had the same kind of error before ^^????
    Thanks and Best Regards !

    Hi,
    we are getting the some what related errors in SE80 -> Web Dynpro Layout
    An Error has occured in the script on this page .
    Line : 1
    Char : 1
    Error : Object Expected
    Code: 0
    URL : http://<FQDN>:8000/sap/bc/wdvd/painting.html?_vdrespkey=4KZ4LYLFQA2I7X53H3CRICKFC&_vdframe=painting&sap-client=230
    An Error has occured in the script on this page .
    Line : 110
    Char : 2
    Error : Could not complete the operation due to error 80020101
    Code: 0
    URL : http://<FQDN>:8000/sap/bc/wdvd?_vdrespkey=4KZ4LYLFQA2I7X53H3CRICKFC&_vdframe=no_add_ui_lib&sap-client=230
    Recently, we have upgraded our ERP system (SAP ECC 6.0 SPS17) with EHP4 SPS8. SAP_BASIS and SAP_ABA patch level same on 701_0008.
    FQDN is mantianed at icm/host_name_full parameter in system as well as in /etc/hosts file with associated system IP address.
    As suggested by  Ted Dinh,  we do not find any duplicate MIME files in our MIME Repository (SE80) and we cleared/invalidated  ICM cache many times in problem analysis.
    As suggested by  Thierno Diarra , in our affected system domain WDY_MD_UI_ELEMENT_CATEGORY is well maintained in value ranges.
    We have raised SAP OSS Message for the same, they told us to check dns server connectivity/settings with the affected system. we did the suggested DNS settings in affected system. But  still the same error message is occuring. They have suggested same sap notes like #979039 and #1009930 & #1483210 , but all the corrections/suggections/SICF service status as mentioned, are found OK in our system.
    Regards,
    Bhavik G. Shroff

  • [webdynpro] How to get the data from database and store in Excel sheet

    Hi All-
    I am developing an application in Webdynpro and I need to provide a URL ( link ) which if clicked , need to collect the data from Database ( SQL Server ) and puts in an Excel Sheet corresponding fields and opens the sheet.....
    Please look into this issue and help me out......
    Regards,
    Cris

    Hi Cris,
    Add-on to wat santosh has pointed to:
    Exporting table data to MS-Excel Sheet(enhanced Web Dynpro Binary Cache)
    (Or) If you have implemented your logic to get Database records below Blog should guide you in opening an excel with ur records.
    Exporting table data to MS-Excel Sheet(enhanced Web Dynpro Binary Cache)
    Regards,
    N.

  • How to Re-import model in webdynpro in NWDS 7.1 EHP1 version

    Hi All,
    We have webdynpro DC in NWDS 7.1 EHP1 version, we are trying to re-import the model which already exists in DC. actually in the BAPI ABAP people is added new field in the BAPI structure then we are trying to incorporate the same changes in webdynpro to reflect the new field in model  through the Re-import model.
    But when we right click on model and then selected the re-import then it is not happening any thing in studio its a kind of new action, but ideally in general  it should open the new window where the SAP r/3 credentials should be given to re-import the model. In our case nothing is happening after we right click on the model on selection of "Re-import" model.
    Please let me know what is the issue we have?, do we have any issue with our studio  NWDS 7.1 EHP1 version? or should we follow any other procedure to re-import model in NWDS 7.1 EHP1 version.
    In other versions of studio like earlier versions we were able to re-import the model thru re-import the model by right click on model. but the current version of studio NWDS 7.1 EHP1 should have problem for re-importing the model.
    Thanks,
    Portaluser100

    Hi,
    1.Its Simple way. Just Right click on your Model--- Choose Re-Import. Then choose your RFCu2026Click on Finish
    2. while re import the RFC u will get some error. By cache invalidation and Re Start the J2EE Engine Server you can solve the problem.
    After Re-Import the model you can do cache invalidation
    There is a need to restart the portal system to clear the cache. Once its done your application would work fine.
    Another thing that you can try to clear the cache is
    1. Go to link http://<servername> : <portname> /webdynpro/dispatcher/sap.com/tcwdtools/WebDynproConsole
    2. Click on the last link in detail navigation "Invalidation of ARFC Metadata Cache"
    3. From "Adaptive RFC Metadata Cache Invalidation " tray, choose the JCO that you are using
    4. From " Dictionaries Cache Invalidation" tray, choose the dictionary(model) whose cache you want to clear.
    The above option saves time but in case it doesnu2019t work, you can go in for Portal restart. It would surely work.
    If you have more clarification please read the [Document|http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/10465350-b4f5-2910-61ba-a58282b3b6df]
    Hope this helps!!
    Best Regards
    Vijay K

  • Application Deployment issue in Webdynpro project

    Hi,
    I have created an sample Webdynpro project which just displays the name. EAR file has been transformed to SCA file using NWPACKTOOL for deploying the application in JSPM.
    When i tried to deploy the SCA file i am getting an exception as,
    Deployment Items -
         1. Client path 'C:\usr\sap\WP1\SYS\EPS\in\test1.sca'
              Deploy status is 'Aborted'
              Description:'1. Item is skipped because of failed deployment of item 'test.com_test' and because the applied error strategy is OnErrorStop
              2. Contains Aborted deployment component:
    test.com_test'.
              SCA : name 'test', vendor 'test.com', location 'local', version '1000.1.0.1.0.20110810105342'
              Contained DCs:
                   1.1 : Relative path 'C:\usr\sap\WP1\SYS\EPS\in\test1.sca --> test.sca.ear'
                        Deploy status is 'Aborted'
                        Description:'1. ASJ.dpl_ds.006193 Error while deploying ear file C:\usr\sap\WP1\J00\j2ee\cluster\server0\.\temp\tcbldeploy_controller\archives\56\test1_sca1312954437078\DEPLOYARCHIVES\test.sca.ear; nested exception is:
         com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Exception while [validating application test.com/test.
         The test.com/test application was processed from [developmentserver] containers, but none of them returned information about deployed components.
         The registered containers in this moment were [BRMS_Content_Archive, z_com.sap.security.policy-configurations, utl_handler, developmentserver, Monitoring Configurator, component.info_handler, servlet_jsp, connector, classification_handler, CTCContainer, JDBCConnector, PortalRuntimeContainer, dbcontentcontainer, scheduler~container, Content Container, src.zip_handler, PCD Content Deployment Handler, ConfigurationsContainer, orpersistence, appclient, JMSConnector, Cluster File System, Cache Configuration Upload, com.sap.security.ume, SCA Composites Container, metamodelrepository, textcontainer, eden_handler, Galaxy_Content_Archive, uddi_handler, MigrationContainer, com.sap.security.login-modules, webservices_container, EJBContainer, dbschemacontainer, MDRContainer, com.sap.security.policy-configurations, app_libraries_container].
         Possible reasons :
         1.Empty or incorrect application, which is not recognized by registered containers.
         2.An AS Java service, which is providing a container, is stopped or not deployed.
         3.The containers, which processed it, are not implemented correctly, because the application was deployed or started initially, but containers didn't return information about deployed components in the application deployment info].'.
                        SDA : name 'test', vendor 'test.com', location 'local', version '2', software type ('J2EE', s
    Can some one help me in deploying the SCA file?
    Please let me know how to resolve this issue.
    Thanks in Advance!!
    Regards
    MG
    Edited by: madhanssmile on Aug 10, 2011 2:34 PM

    go to "DC Metadata" "used DC"  , and "Properties" in context menu
    for all you your components.
    problematic component reference probable has check box "deploy time" checked.
    remove that reference.
    usually only "Build time"  check box must be checked. try to do so.

  • FPN error: com.sap.tc.webdynpro.services.exceptions.WDRuntimeException

    Hi, all.
    I am trying to initiate a webdynpro page from the producer to the consume portal via RDL. It works fine for a day. Then it starts giving me the error:
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to load page ...
    This error cannot be cleared by clearning the FPN cache or synchronize with the producer. Of course, you can also delete the page from the consumer and copy it over from the producer again. It will work. But this is not a good workaround for a production system. We also don't know the cause either. Here is the stack trace:
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to load page
         at com.sap.portal.pb.PageBuilder.init(PageBuilder.java:528)
         at com.sap.portal.pb.PageBuilder.wdDoInit(PageBuilder.java:192)
         at com.sap.portal.pb.wdp.InternalPageBuilder.wdDoInit(InternalPageBuilder.java:150)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:108)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:430)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:362)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:754)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:289)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         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:1039)
         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:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Caused by: com.sap.portal.fpn.exception.unchecked.FpnUnMarshallingException: Could not find a marshaller for 'com.sapportals.portal.page' from path 'pcd:consumer_content/DEP/portal_content/ca.ottawa.sap.supportcentre/ca.city.ottawa.OttawaRoles/ca.city.ottawa.ManagerInfo/ca.city.ottawa.ManagerInfo-FinanceOnly/ca.city.ottawa.ManagerInfo_MSS_Finance/ca.city.ottawa.Mileage_Parking_Managers'
         at com.sap.portal.fpn.marshal.ContentMarshallerService.unMarshallDLChain(ContentMarshallerService.java:323)
         at com.sap.portal.fpn.entrypoint.RuntimeFederatedPersistance.retrieveDLRemoteState(RuntimeFederatedPersistance.java:103)
         at com.sap.portal.fpn.FpnRuntimeService.bringRemoteState(FpnRuntimeService.java:134)
         at com.sap.portal.fpn.FpnRuntimeService.doFpnLookup(FpnRuntimeService.java:97)
         at com.sap.portal.fpnprovider.fpn.GenericContext.lookup(GenericContext.java:49)
         at javax.naming.InitialContext.lookup(InitialContext.java:347)
         at com.sap.portal.pb.data.PcdManager.doInit(PcdManager.java:72)
         at com.sap.portal.pb.PageBuilder.init(PageBuilder.java:526)
         ... 31 more
    Caused by: com.sap.portal.pcm.OperationFailedException: Creating DL outside the PCD
         at com.sap.portal.pcm.iviewserver.CiViewSLObjectsManager.instantiateDescriptor(CiViewSLObjectsManager.java:687)
         at com.sap.portal.pcm.page.PagesSrv.instantiateDescriptor(PagesSrv.java:79)
         at com.sap.portal.pcm.page.PagesSrv.instantiateDescriptor(PagesSrv.java:71)
         at com.sap.portal.fpn.marshal.IViewMarshaller.instantiateRelatedItemDescriptor(IViewMarshaller.java:582)
         at com.sap.portal.fpn.marshal.IViewMarshaller.performSemanticActions(IViewMarshaller.java:506)
         at com.sap.portal.fpn.marshal.PageMarshaller.performSemanticActions(PageMarshaller.java:499)
         at com.sap.portal.fpn.marshal.IViewMarshaller.unmarshalResolvedDLChain(IViewMarshaller.java:715)
         at com.sap.portal.fpn.marshal.PageMarshaller.unmarshalResolvedDLChain(PageMarshaller.java:328)
         at com.sap.portal.fpn.marshal.ContentMarshallerService.unMarshallDLChain(ContentMarshallerService.java:320)
         ... 38 more
    So far I found nothing on OSS or SDN on this FpnUnMarshallingException. Has anyone seen this error before?
    Thanks.
    Jonathan.
    Edited by: Jonathan Ma on Apr 23, 2009 12:25 AM

    Hi Jonathan,
    you may deactivate the GPN cache as well as the old navigation cache. About the GPN there is note 1172433. Both caches are not used in FPN scenario and can lead to such strange problems. If this won't help please open a support message for this that we can analyse further.
    Cheers,
    Anja

Maybe you are looking for

  • Embedded swf in pdf does autoplay in IE(9), does not play in Firefox and Chrome.

    I created a pdf with swf embedded. Set it to autoplay. Does play fine in IE9. In Firefox and Chrome video shows up (initial picture) with a play button. Will not play, not auto nor when I click the play button. Firefox and Chrome I just downloaded, s

  • IMac 2.4GHz (MA877LL) refuses to boot with 4GB ram, boots only with 3 GB

    iMac 2.4GHz Core 2 Duo 20" Anodized Aluminum (MA877LL) iMac 2.4GHz (MA877LL) refuses to boot with 4GB ram, boots only with 3 GB 2 x2GB Geil GX2S6400-4GDCA Computer refuses to boot with both chips installed 4 GB. Computer will boot and recognize 3 GB.

  • Pauses after a few seconds???

    Hello, We bought our daughter a Ipod for Christmas and have a question. I tried to call Apple but ws told to call back later...so I thought I would try here. Everytime she starts to play a song, it pauses automatically after just a few seconds. It wi

  • Ipad imsg problems

    My ipad won't let me sign into imsg every time i click sign in it goes to the verifying page and goes back to the sign in page without warning its been continuing it also says u have been signed out please enter password to verify. Please help

  • UNABLE TO PRINT FORM16

    Dear All, Why I'm unable to find the Form-16 for those employee who have already left.