Web Page Composer for anonymous user

Hello everybody,
I configured my portal for Web Page Composer anonymous user access.
I found this document and i follow all steps:
http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e06e2dfa-7759-2b10-1c89-e90e6877e606?QuickLink=index&overridelayout=true
but when i launch portal with address:
http://xxxxxx:50000/irj/portal/anonymous
in the content view i see the portal logon page!!! if i lauch the page whit other user (after log-on) i see the WPS page correctly
Any suggestion??

And don't forget the anonymous group. Well the things you need to take a second look at are in de doucments.
- Making CM ready for anonymous access
- PCD (iviews, pages, folder, etc) should have anonymous access
- are all the servies configured right
- And make sure the right group have the right access in CM (KM)

Similar Messages

  • Login Page coming for Anonymous User

    Hi All,
    we have configured anonymous user for our portal. Created a role for anonymous access - added pages and iViews under that. All the iViews and pages are modified with authentication scheme property to Anonymous.
    Now when we access the portal with the url http://host:port/irj its showing the login box in the top part of the page and in the bottom part its showing the anonymous role which we created.
    Let me tell you what we have done...
    Created role, iViews for Anonymous role, set the authentication property to 'Anonymous'.
    In Visual Admin-> Server-> Services-> UME Provider set the variable ume.login.anonymous_user.mode to 1.
    Variable ume.login.basicauthentication to 1.
    Variable ume.login.guest_user.uniqueids to Guest.
    Then we have updated the index.html file under <drive>:\usr\sap\<SID>\<instance_number>\j2ee\cluster\serverX\apps\sap.com\irj\servlet_jsp\irj\root .. we changed
    <b><body onload="location.replace('portal' + document.location.search)"></body></b>
    to <b><body onload="location.replace('servlet/prt/portal/prtroot/com.sap.portal.navigation.portallauncher.anonymous' + document.location.search)"></body></b>
    But now when a guest user accesses the portal http://host:port/irj it gived the strange screen (logon + content page) as I described earlier.
    Please let us know where are we missing...
    thanks & regards,
    Shubhadip

    Hi,
    1 .  I have created a iView and set the authentication scheme anonymous.
    2.  Also I created a role and added the iview to a role.
    3. The role has only 1 iview.  The entry pt is yes  for the iview
    4.  The role has permissions of end user for anonymous user.
    5 I checked the masthead iview also.. It aslo has authentication scheme anonymous
    When I try accessing the iView  in the form <http/https>://<server>:<port>/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fmyfolder!2fmyiView
    I am able to view it without any login..
    But when the url is accessed <http/https>://<server>:<port>/irj/portal/anonymous
    I see a login page in the Detailed navigation..
    Please help me solve this problem ..
    Thanks,
    Preeti

  • IView Personalization (Web Dynpro Java) for Anonymous User

    Hello All,
    Is it possible for anonymous user to see iView personalization (Web Dynpro Java) when personalized by an administrator?  What I did was create new role and iView making available to anonymous user.  This work fine meaning I can view iView using URL http://<servername>:<port>/irj/portal/anonymous .  But the personalization I made to iView using administrator mode launching iView in preview mode and then using personalization dialog by choosing Ctrl and secondary mouse button to personalize is not showing.  Iu2019m currently on EP7 SP15 and using iView type Web Dynpro Java for the development component sap.com/tcsecumewdenduser application name LogonHelpApp.  
    Any help is very much appreciated.
    Many Thanks,
    Gary

    Hello Michael,
    Yes, the Web Dynpro  for Java Personalization is working perfect for non-anonymous users.  The issue is when I view same iView using anonymous URL http://<servername>:<port>/irj/portal/anonymous the personalization is not showing just defaults back to the original Web Dynpro Java application settings.  The iView that I created and personalized is the new Logon Help Dynpro Java application (LogonHelpApp).  Is there some permissions that restricts anonymous user to view personalization?
    Koti Reddy Iu2019m using the Web Dynpro for Java Administrator Personalization.  Here is the documentation [http://help.sap.com/saphelp_nw70/helpdata/en/42/ed3ce7f8593eebe10000000a1553f7/frameset.htm |http://help.sap.com/saphelp_nw70/helpdata/en/42/ed3ce7f8593eebe10000000a1553f7/frameset.htm ]
    Thank You for your help,
    Gary

  • Web page composer for creating static pages

    Hi there,
    I have a scenario where I need to develop static pages in Web page composer. That is I dont want to build a complete site but only static pages. And then I want to enable the Approval workflow from KM for these static pages. Can someone throw some light on this how I can acheive?
    Regards,
    Ponraj M

    Ponraj -
    Procedure
    1. In the Web Page Composer, navigate to the Web page that you want to integrate into the portal navigation.
    2. To copy the path to the Web page to the clipboard, choose Copy Path from the context menu for the Web page.
    3. Choose Content Administration &#8594; Portal Content.
    4. Choose New &#8594; iView from the context menu of a folder.
    5. Choose Portal Component as the source type.
    6. Choose the com.sap.nw.wpc.runtime portal archive. On the next screen to appear, choose default.
    7. Once you have created the iView, choose the Web Page Composer category in the property editor.
    8. In the RID of Compound Document property, enter the path to the KM folder representing the Web page.
    Example: /wpccontent/Sites/MyWebSite/Web Pages/MyWebPage
    You can paste this path from the clipboard.
    9. Open the workset or role that you created when you carried out the initial configuration.
    10. To add the iView to the workset or role, choose Add iView to Workset/Role &#8594; Deltalink from the context menu of the iView.

  • Web Page Composer for SAP Netweaver CE 7.1 !

    Hi ,
    I am working on SAP Neteweaver CE 7.1 and I want to know that whether the Web Page Composer component for Portal is also available for SAP Netweaver CE 7.1 as it also has an embeded Portal installation.
    Please reply ASAP.
    Manish

    Hi,
    Currently WPC is not part of CE 7.1 (neither is any part of KM). However, AFAIK it may be included in a future release of CE.
    Regards,
    -- Vladimir

  • Web Dynpro iView for Anonymous user

    Hi All,
    I created a Web Dynpro iView based on local Web Dynpro application. I am trying to access this iView as a anonymous user. I have given Authentication mode as
    "flase". In  iView properties and  Page properties Authentication Scheme is  "anonymous". In all permissions I added "Anonymous Group" and given Read and End User permissions.  After doing all these things Still it is prompting me for Login.  My Server is 2004s SP 10.
    Please Somebody tell me what I am missing.
    Thank you
    Joe

    Hi Sreekanth,
    I think you have to assign this iview to the standard user role which you can find under Portal content ->Portal users -> standard portal users -> Standard user role  and assign this to group "Everyone"  (if not already done).
    Then you should be able to access this iview directly. Let me know if it works.
    Thanks,
    Hari

  • ResourceBundleProject for Web page composer for labeling custom forms

    Hello Experts,
    We are using EP 7.0.18 WPC 18
    I have created a custom web form for WPC and done KM configuration. It works fine.  We already had some custom web forms which are used.
    For building a bundle file. I have downloaded the par file which we had on portal and imported it to NWDS. Added the three entries for the form I created.
    The entries in WPC.properties file
    cod.xlbl.wpc_custonlinklist=custom link list
    cod.xtit.wpccustomlinkist=custon link list
    xmlb_wpccustonlinklist=custom link list
    xmlb_wpccustonlinklist=custom link list this label has been sucessfully replaced. But, cod.xtit.wpccustomlinkist=custon link list
    label still shows up as
    Please suggest.
    Thanks,
    Raj

    I was deploying par file without source. After deploying it with source. it worked.

  • Deactivate automatic content migration for Web Page Composer (WPC) 2

    Hi,
    on our production system we are using at the moment Web Page Composer for SAP NetWeaver 7.0. Soon we would like to upgrade the system to release 7.3
    We have now already set up the content for the new Web Page Composer on a pre-production system. After the production system is upgraded to the new release, it is planned that we will transport the content for the new Web Page Composer from the pre-production to the production system.
    As far as I know, the content of the old Web Page Composer gets automatically migrated during the upgrade of the production system. Due to the reason we will the use content of the pre-production system, the automatic migration step is not necessary anymore during the upgrade.
    Is there any configuration option that allows us to disable the automatic migration of old Web Page Composer content?
    Best regards
    Mario

    Regarding the feedback of the SAP support, it is not possible to deactivate the automatic content migration for the Web Page Composer.

  • New Web Form Based on Frames for Web Page Composer

    Hi,
    We are trying to build the below scenario of New Custom Web Form to use in Web Page Composer for Web Site Creation.
    We want to use the Web Form for Having Frames in the Output and
    Left Frame will contain the Table of Content List
    Right Frame Will Have the Details of the Selected Table of Content.
    I have Created the XML File and Now Trying to develop the XSL File to use frames.
    Any Ideas and Suggesstions on this?
    Thanks & Regards
    Sumanth

    If you export the project as exp file and open it with a zip file reader, you can find your forms under forms/ui/.
    I personnaly could always see them whatever the tool (jdev or composer) and the way (file or MDS) i used.

  • Web Page Composer

    Hi,
    I am working in EP NW04s SP 14. I am using web page composer for designing a web page. I have followed all the steps and finally assigned the web page in the navigation structure to both the anonymous user and the logged in user. I am able to view the details in logged in user. But the contents are not viewable for an anonymous users.
    I have given anonymous access to page layout, iview templates, security zone as mentioned in the thread
    Web page composer and end user
    We have anonymous access to KM content as specified in the note 837898. But still the contents are not displayed? Any specific reasons?
    Consultants worked in WPC, kindly help...
    Thanks & Regards,
    Ganesh N

    Hi Ganesh,
    Check my [reply|/thread/916997 [original link is broken]; to this similar post in the Knowledge Management & Collaboration forum.
    Hope this helps resolving your issue.
    Best Regards,
    Joseph

  • Are u using Web Page Composer? Would like to get ur feedback.

    Dear Fellows,
    Is anyone using Web Page Composer for prodution purpose yet? The point is I upgraded to NW04S SP 13 (specifically to install WPC) however its still buggy and not that user friendly.
    I was hoping that most of the issues will be knocked out in NW04S SP14 and I applied SP14 on my sandbox environment but those issue still exist.
    I intend to use it in my production server soon. May be I am missing something from my side; So is any of you using WPC successfully? If so, what release are you in?
    Thanks a lot,
    Deepak

    Hi Deepak
    I am involved in a project where we are using the WPC for content management on an external facing portal (soon to go-live), and I can share a bit of our experiences with the product.
    In my opinion the product still has quite a few places for improvement:
    - The procedure for creating new page layouts is (too) complicated and time-consuming.
    - We have encountered a problem with the wpc connector when using the light framework page (seems to work fine with standard framework page as I recall from our tests).
    - Errors from time to time when you edit a web page like others mention.
    - Navigation does not work for anonymous users after restart of portal until an administrator has navigated through the content.
    - You cannot set properties on the web page when editing the page, you only set properties for the content snippets (web forms), not the entire page. And because you search for the page, the attributes defines in the xml-file cannot be used in the search or elsewhere in the Flex UI. Actually you cannot use the properties you set on content snippet level to anything - else than giving some meta-information when editing the page.
    - Plus more, but I have not been involved in it all.
    We have had to make a lot of custom development because of lacking functionality, but some of that development is for sure because we use the External Facing Portal in our scenario.
    Hope it helps.
    Kind regards,
    Martin Søgaard

  • Custom Layout for Web Page Composer

    Hi everybody,
    I'm tring to follow a guide, to create a custom layout for the web page composer.
    This guide:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/804bedee-377e-2e10-0f83-d5b33c743dbc?QuickLink=index&…
    I builded the portal project and I deployed it on the portal.
    Actualy i can see and select my custom layout and i can drop the element on the container from the page builder, but, when i save the content I can't see any elements anymore.
    If I publish the page I see my custom Layout... but empty, without any paragraph or article.
    Do u have any idea on why this could appen ?
    Best regards Enrico.

    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <application>
    <application-config>
      <property name="SharingReference" value="knowledgemanagement,
                                                com.sap.portal.pagebuilder,
                                                com.sap.portal.navigation.navigationtaglibrary,
                                                com.sap.portal.useragent"/>
       <property name="SafetyLevel" value="no_safety"/>
    </application-config>
        <components>
            <component name="overview">
                  <component-config>
                    <property name="ClassName" value="com.sapportals.portal.pb.layout.PageLayout"/>
                    <property name="ResourceBundleName" value="pagebuilder_nls"/>
                    <property name="SafetyLevel" value="no_safety"/>
                  </component-config>
              <component-profile>     
                <property name="ComponentType" value="com.sapportals.portal.layout"/>
                <property name="TagLibSAPLayout" value="/SERVICE/com.sap.portal.pagebuilder/taglib/layout.tld"/>
                <property name="TagLibSAPNavigation" value="/SERVICE/com.sap.portal.navigation.navigationtaglibrary/taglib/TagLibrary.tld"/>
                <property name="com.sap.portal.pcm.Title" value="Book (100,25|25|25|25)"/>
                <property name="com.sap.portal.pcm.Description" value="Book Layout (100% Top, 25% Bottom mostleft, 25% Bottom left, 25% Bottom right, 25 Bottom mostright)"/>
                <property name="com.sap.portal.reserved.layout.TemplateFile" value="book.jsp"/>
                <property name="AuthScheme" value="anonymous"/>
                <property name="com.sap.portal.reserved.layout.Cont1" value="top">
                <property name="title" value="Top Column"/>
                <property name="orientation" value="vertical"/>
                </property>
                    <property name="com.sap.portal.reserved.layout.Cont2" value="bottom1">
                        <property name="title" value="Bottom Column leftmost"/>
                        <property name="orientation" value="vertical"/>
                    </property>
                    <property name="com.sap.portal.reserved.layout.Cont3" value="bottom2">
                        <property name="title" value="Bottom Column left"/>
                        <property name="orientation" value="vertical"/>
                    </property>
                    <property name="com.sap.portal.reserved.layout.Cont4" value="bottom3">
                        <property name="title" value="Bottom Column right"/>
                        <property name="orientation" value="vertical"/>
                    </property>
                    <property name="com.sap.portal.reserved.layout.Cont5" value="bottom4">
                        <property name="title" value="Bottom Column rightmost"/>
                        <property name="orientation" value="vertical"/>
                    </property>
                    <property name="XML_Template" value="&lt;?xmlversion=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;PageLayoutxmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance"xsi:noNamespaceSchemaLocation="../xsd/PBlayout.xsd"layoutID="pcd:portal_content/templates/pcc/layouts/1Top4Bottom_(100__25_25_25_25)"pageID="1Top4Bottom"><CustomAttributes><Attributekey="JSP_Template"value="gpar:/1Top4BottomLayout/1Top4Bottom"/></CustomAttributes><TableLayout width=&quot;100%&quot; height=&quot;100%&quot;cols=&quot;4&quot;/&gt;&lt;ContainersRow&gt;&lt;ContainercontainerID=&quot;com.sap.portal.reserved.layout.Cont1&quot;&gt;&lt;TableCellData width=&quot;100%&quot; height=&quot;100%&quot; colSpan=&quot;4&quot;vAlign=&quot;top&quot;/&gt;&lt;/Container&gt;&lt;/ContainersRow&gt;&lt;ContainersRow&gt;&lt;ContainercontainerID=&quot;com.sap.portal.reserved.layout.Cont2&quot;&gt;&lt;TableCellData width=&quot;25%&quot; height=&quot;100%&quot; colSpan=&quot;1&quot;vAlign=&quot;top&quot;/&gt;&lt;/Container&gt;&lt;ContainercontainerID=&quot;com.sap.portal.reserved.layout.Cont3&quot;&gt;&lt;TableCellData width=&quot;25%&quot; height=&quot;100%&quot; colSpan=&quot;1&quot;vAlign=&quot;top&quot;/&gt;&lt;/Container&gt;&lt;ContainercontainerID=&quot;com.sap.portal.reserved.layout.Cont4&quot;&gt;&lt;TableCellData width=&quot;25%&quot; height=&quot;100%&quot; colSpan=&quot;1&quot;vAlign=&quot;top&quot;/&gt;&lt;/Container&gt;&lt;ContainercontainerID=&quot;com.sap.portal.reserved.layout.Cont5&quot;&gt;&lt;TableCellData width=&quot;25%&quot; height=&quot;100%&quot; colSpan=&quot;1&quot;vAlign=&quot;top&quot;/&gt;&lt;/Container&gt;&lt;/ContainersRow&gt;&lt;/PageLayout&gt;"/>
          </component-profile>
        </component>
            <component name="meli_layout">
                <component-config>
                    <property name="ClassName" value="com.sapportals.portal.pb.layout.PageLayout"/>
                    <property name="ResourceBundleName" value="pagebuilder_nls"/>
                    <property name="SafetyLevel" value="no_safety"/>
                </component-config>
                <component-profile>
                    <property name="ComponentType" value="com.sapportals.portal.layout"/>
                    <property name="TagLibSAPLayout" value="/SERVICE/com.sap.portal.pagebuilder/taglib/layout.tld"/>
                    <property name="TagLibSAPNavigation" value="/SERVICE/com.sap.portal.navigation.navigationtaglibrary/taglib/TagLibrary.tld"/>
                    <property name="com.sap.portal.pcm.Title" value="Meli Book Layout"/>
                    <property name="com.sap.portal.pcm.Description" value="Meli Book Layout"/>
                    <property name="com.sap.portal.reserved.layout.TemplateFile" value="meli_two_columns.jsp"/>
                    <property name="AuthScheme" value="anonymous"/>
                    <property name="com.sap.portal.reserved.layout.Cont1" value="top">
                        <property name="title" value="Left Column"/>
                        <property name="orientation" value="vertical"/>
                    </property>
                    <property name="com.sap.portal.reserved.layout.Cont2" value="top2">
                        <property name="title" value="Right Column"/>
                        <property name="orientation" value="vertical"/>
                    </property>
                    <property name="XML_Template" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;PageLayout xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation=&quot;../xsd/PBlayout.xsd&quot; layoutID=&quot;pcd:portal_content/templates/pcc/layouts/1Top4Bottom_(100__25_25_25_25)&quot; pageID=&quot;1Top4Bottom&quot;&gt;&lt;CustomAttributes&gt;&lt;Attribute key=&quot;JSP_Template&quot; value=&quot;gpar:/1Top4BottomLayout/1Top4Bottom&quot; /&gt;&lt;/CustomAttributes&gt;&lt;TableLayout width=&quot;100%&quot; height=&quot;100%&quot; cols=&quot;2&quot; /&gt;&lt;ContainersRow&gt;&lt;Container containerID=&quot;testoSinistra&quot;&gt;&lt;TableCellData width=&quot;50%&quot; height=&quot;100%&quot; colSpan=&quot;1&quot; vAlign=&quot;top&quot; /&gt;&lt;/Container&gt;&lt;Container containerID=&quot;testoDestra&quot;&gt;&lt;TableCellData width=&quot;50%&quot; height=&quot;100%&quot; colSpan=&quot;1&quot; vAlign=&quot;top&quot; /&gt;&lt;/Container&gt;&lt;/ContainersRow&gt;&lt;/PageLayout&gt;"/>
                </component-profile>
            </component>
        </components>
    <services/>
    </application>
    <%@ taglib uri="prt:taglib:TagLibSAPLayout" prefix="lyt" %>
    <%@ taglib uri="prt:taglib:TagLibSAPNavigation" prefix="nav" %>
    <%@ page import="com.sapportals.portal.pb.layout.taglib.variabledef.RunMode" %>
    <lyt:template>
    <link rel="stylesheet" href="com.sap.km.cm.docs/meli_documents/Meli_common/Meli_css/meli_template_css.css" type="text/css"></link>
    <table border=0 cellSpacing=0 cellPadding=0 width="100%" height="100%">
        <tbody>   
            <tr>
                <td class="sfondo-testi-interni-dx" vAlign=top width="50%">
                    testo di prova cella 1
                    <lyt:container id="top" wrappingMethod="none" />
                </td>
                <td class="sfondo-testi-interni-sx" vAlign=top width="50%">
                    testo di prova cella 2
                    <lyt:container id="top2" wrappingMethod="none" />
                </td>
            </tr>
        </tbody>
    </table>
    </lyt:template>
    regards

  • Want user to click on pic from my Web page and for it to enlarge in awindow

    I've uploaded my pic from iPhoto and placed in on my page in iWeb. I want the user to be able to click on the pic on my web page and for the page to "enlarge" so the user can see it better. Possibly in a new window.
    Is this possible in iWeb?

    There are a couple of ways. See my demo pages Fancy Zoom and Opening Item in New Specially Sized Window. Both will do what you want. The code uses is also described.
    OT

  • Web page composer -end user

    hello,
    i've created a site with the help of this blog:
    "Web Page Composer - a new Way to create and publish Web Pages in the Portal"
    Web Page Composer - Web Page Layout (Part IV)
    Web Page Composer - the XML Editor Framework (Part II)
    Web Page Composer – how easy it is to create and publish a web page (Part III)
    Web Page Composer - Web Page Layout (Part IV)
    i have published it, asigned the role to some users and the content is only seen by those who have super admin role to.
    pls help
    thx

    Hi there,
    i found the solution:
    the solution is to modify the permission on security zone in this way:
    go to System Administration -> Permissions ->Security Zones -> com.sap.nw.wpc -> wpc -> no_safety and open the permissions of this object to add Authenticated Users gruop with this option:
    Authenticated Users (Group)  : read
    Katayoun Mahpour

  • Web Page Composer - Web Form for exposing iViews and External Web Pages

    Hello SDN Community,
    This forum thread is intentionally created to collect your feedback and ideas regarding the Web form for exposing iViews and external Web pages.
    With this new Web form you are able to specify height and width of the iFrame, in which the corresponding iView/external Web page will be displayed on the particular WPC Web page.
    For more information regarding this new Web form and its features and to download it visit this address:  https://wiki.sdn.sap.com/wiki/display/KMC/CustomizingtheWebPageComposer
    Your oppinon and constructive suggestions will help to evolve the Web form further and facilitate the community to create more sophisticated and enhanced versions of this basic reference implementation. Feel free to contribute also your version and discuss in public.
    Here are some basic questions that can guide you:
    1. Does this new Web form help in your particular scenario? How?
    2. How would you rate from 0 to 5 your satisfaction with this particular Web form?
    3. What can be improved in the Web form?
    4. Do you miss something from documentation point of view?
    Explore the new WPC wiki pages - find valuable the information regarding WPC at one place, download new Web forms, and feel free to contribute.
    [Web Page Composer Wiki|https://wiki.sdn.sap.com/wiki/display/KMC/WebPageComposer]
    Best Regards,
    WPC team @ SAP

    Hello!
    I have installed your component. When I try to create a new component in WPC with this form, portal throws an exception
    Full Message Text
    05:54_30/07/09_0005_21710350
    [EXCEPTION]
    java.lang.NullPointerException
    at com.sap.nw.wpc.editor.EditorBean.updateDocumentFromContext(EditorBean.java:336)
    at com.sap.nw.wpc.editor.EditorBean.getPreview(EditorBean.java:600)
    at pagelet.editor._sapportalsjsp_editor.subDoContent(_sapportalsjsp_editor.java:1802)
    at pagelet.editor._sapportalsjsp_editor.doContent(_sapportalsjsp_editor.java:58)
    at pagelet.editor._sapportalsjsp_editor.service(_sapportalsjsp_editor.java:38)
    at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.service(PortalComponentItemFacade.java:360)
    at com.sapportals.portal.prt.core.broker.PortalComponentItem.service(PortalComponentItem.java:934)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:435)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:527)
    at com.sapportals.portal.prt.component.AbstractComponentResponse.include(AbstractComponentResponse.java:89)
    at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:232)
    at com.sapportals.portal.htmlb.page.JSPDynPage.doOutput(JSPDynPage.java:76)
    at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:129)
    at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:134)
    at com.sap.nw.wpc.editor.EditorTool.doContent(EditorTool.java:55)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
    at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
    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)
    Do you have any ideas? I am running EP7 SPS 15
    Thanks in advance

Maybe you are looking for

  • Multiple Managers of an org unit

    Dear Friends, I need to know the org units where there are multiple managers apart from the one manager who is actually belongs to that particular org unit. for example Org unit - 5000021 has a position no- 3000012 who is the actual manager for the o

  • Duplicate Orders.

    Hi, I have a report which displays no. of orders in staging(before comming in to SAP, between EDI and SAP) by Sold to and PO date. For Ex: soldto  podate    no-of-orders Walmart 20071001  10 walmart 20071005  25 If I put cursor on one of the above li

  • Airport Card won't connect after changing wireless networks

    Hello, I have a black macbook with an internal airport extreme wireless card. I use the computer at school and at home. Both school and home have functioning wireless networks in which other computers are connected and running with no problems. When

  • Photoshop & Illustrator CS6 randomly shuts down

    Photoshop cs6 32bit Illustrator cs6 32bit & 64bit when I working in these programs randomly shuts down. I don't know why. I tried remove, install and update. but still randomly shuts down. I have 2 computers - photoshop 1. OS : windows 7 pro 32bit me

  • J2SETM 1.4 Now Available!

    well, finally the SUN launched the j2se v1.4... do you know if exists a Browser plugin to this new jsdk ??? where can I get it ?