Viewing ESS (version 5) in iView of Netweaver Portal 7

Hi,  I'm having problem in viewing our ESS Portal version 5 (i think) to Netweaver Portal 7.
On Netweaver Portal 7, I have an iView connecting to our ESS portal.  But when I view it on Netweaver Portal 7, it keeps on blinking (page keeps on reloading)

Hi Rainer
Not sure what you mean by version 5 of ESS
One possible cause from ESS application perspective --->
It should be noted as of ERP2005 - the SAP kernel will not accept calls from ITS standalone application - so ESS versions based on ITS 620 standalone have to be migrated either to WD JAVA (as provided by SAP) or customized to work with ITS 640
SAP do provide the migration of some ITS services to 640 but for the majority we recommend WD JAVA Business Packages
Also some XSS packages may be only recommended for use with some EP versions - notably SAP_ESS 100 is specifically compatible only with J2EE 640
Ideally check your version landscape to ensure you are running compatible versions
However its also possible reloading or iview handling issue is due to J2EE or Portal technology code or settings
- one possible from the technology side checking cache or refresh settings and SP stacks are followed
www.service.sap.com/sp-stacks - including the latest patches for any technology components
Best wishes
Stuart

Similar Messages

  • Getting URL parameter in Web Dynpro when using iViews in netweaver portal

    Hello Everybody,
    I'm having the following issue:
    I created a WD-Application which would be accessed directly via URL with some parameters.
    Getting these parameters works fine using the logic from the following link:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/45/2233b60c21072ce10000000a155369/frameset.htm
    Now I want to implement my WD-Application into the netweaver portal.
    My colleagues customized it that far, so that I can access the WD via a portal-link.
    The only thing is, that the logic getting the URL parameters from above does not seem to work in this context any more.
    Do I need different coding getting the parameters from the portal URL or is this a matter of missing "portal-customizing"?
    Any ideas in this matter are kindly appreciated.
    Thanks in advance and regards,
    Marc

    Hi Marc,
    I'm doing the same and it works fine.
    Here is my coding:
      DATA: lt_url_parameters TYPE tihttpnvp.
      data: ls_url_parameters type line of tihttpnvp.
    * Read URL Parameters
      wdevent->get_data( EXPORTING name  = if_wd_application=>all_url_parameters
                         IMPORTING value  = lt_url_parameters ).
      read table lt_url_parameters into ls_url_parameters with key name = 'MODE'.
      if sy-subrc = 0.
        case ls_url_parameters-value.
          when '1'.
          when '2'.
       endcase.
      endif.
    Check the following:
    1.) are you using the event handler "HANDLEDEFAULT" of your WINDOW to get the url parameters?!
    2.) in the portal iview with your wd application, the property "Application Parameters" has to be filled (in my example:  mode=1)
    If you need the value in the init method of your first view, you can store the parameter in an attribute of your component controler and read it in your view.
    Regards,
    Andreas
    Edited by: Andreas Leis on Jul 14, 2009 11:05 AM

  • Error while viewing ESS 60.2 iviews

    Hi,
    We are running ECC5 backend and EP6SP9. I have done the following :
    1)Applied via SDM the XSS components and ESS 60.2 BUSINESS Package in EP6
    2)Configured SLD
    3)Create/Maintain necessary Jco Destinations
    4)Create System landscape (SAP_Webdynpro_XSS and maintained the settings for this system)
    When I try to access any ESS webdynpro iviews from the portal, I get the following error
    A critical error has occured. Processing of the service had to be terminated. Unsaved data has been lost.
    Please contact your system administrator.
    Exception condition "PROFILE_NOT_FOUND" raised., error key: RFC_ERROR_SYSTEM_FAILURE
    com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFCExecuteException: Exception condition "PROFILE_NOT_FOUND" raised., error key: RFC_ERROR_SYSTEM_FAILURE
         at com.sap.tc.webdynpro.modelimpl.dynamicrfc.DynamicRFCModelClassExecutable.execute(DynamicRFCModelClassExecutable.java:101)
         at com.sap.xss.ser.xssmenu.fc.ModelHandler.onInit(ModelHandler.java:204)
         at com.sap.xss.ser.xssmenu.fc.wdp.InternalModelHandler.onInit(InternalModelHandler.java:398)
         at com.sap.xss.ser.xssmenu.fc.FcXssMenu.onInit(FcXssMenu.java:255)
         at com.sap.xss.ser.xssmenu.fc.wdp.InternalFcXssMenu.onInit(InternalFcXssMenu.java:443)
         at com.sap.xss.ser.xssmenu.fc.FcXssMenuInterface.onInit(FcXssMenuInterface.java:169)
         at com.sap.xss.ser.xssmenu.fc.wdp.InternalFcXssMenuInterface.onInit(InternalFcXssMenuInterface.java:386)
         at com.sap.xss.ser.xssmenu.fc.wdp.InternalFcXssMenuInterface$External.onInit(InternalFcXssMenuInterface.java:531)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPM.attachComponentToUsage(FPMComponent.java:774)
         at com.sap.xss.ser.xssmenu.vc.header.VcXssMenuHeader.onInit(VcXssMenuHeader.java:196)
         at com.sap.xss.ser.xssmenu.vc.header.wdp.InternalVcXssMenuHeader.onInit(InternalVcXssMenuHeader.java:225)
         at com.sap.xss.ser.xssmenu.vc.header.VcXssMenuHeaderInterface.onInit(VcXssMenuHeaderInterface.java:162)
         at com.sap.xss.ser.xssmenu.vc.header.wdp.InternalVcXssMenuHeaderInterface.onInit(InternalVcXssMenuHeaderInterface.java:144)
         at com.sap.xss.ser.xssmenu.vc.header.wdp.InternalVcXssMenuHeaderInterface$External.onInit(InternalVcXssMenuHeaderInterface.java:220)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.doProcessEvent(FPMComponent.java:466)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.doEventLoop(FPMComponent.java:354)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.wdDoInit(FPMComponent.java:179)
         at com.sap.pcuigp.xssfpm.wd.wdp.InternalFPMComponent.wdDoInit(InternalFPMComponent.java:110)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:95)
         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:346)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:370)
         at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.execute(WebDynproMainTask.java:608)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:59)
         at com.sap.tc.webdynpro.clientserver.cal.ClientManager.doProcessing(ClientManager.java:248)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doWebDynproProcessing(DispatcherServlet.java:154)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:116)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:55)
         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:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         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:95)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:159)
    Caused by: com.sap.aii.proxy.framework.core.BaseProxyException: Exception condition "PROFILE_NOT_FOUND" raised., error key: RFC_ERROR_SYSTEM_FAILURE
         at com.sap.aii.proxy.framework.core.AbstractProxy.send$(AbstractProxy.java:150)
         at com.sap.pcuigp.xssutils.xssmenu.model.MenuModel.hrxss_Ser_Getmenudata(MenuModel.java:171)
         at com.sap.pcuigp.xssutils.xssmenu.model.Hrxss_Ser_Getmenudata_Input.doExecute(Hrxss_Ser_Getmenudata_Input.java:137)
         at com.sap.tc.webdynpro.modelimpl.dynamicrfc.DynamicRFCModelClassExecutable.execute(DynamicRFCModelClassExecutable.java:92)
         ... 44 more

    Hi, 
    the problem got resolved ....
    after applying support pack SAPKGPHC06 (note 793609)
    Now I am able to see the ESS views.
    1>But when i click on any link inside..it again asks for user/password...On entering the user/password, it takes the user/password.But the same user/password screen appears.
    i.e it is failing to access data from backend....
    I have already created a system with alias 'SAP_Webdynpro_XSS'. and done user mapping with the ess user.
    Could anyone please look into this issue
    2>Also, I have created the JCO destinations and given the ess user id and password here. I tested it succesfully....
    when i login with this user,after sometime it gives me an error as follows
    Connection pool SAP_R3_SelfServiceGenerics_P00200004_EN_useDefinedUser is exhausted. The current pool size limit is 10 connections.com.sap.mw.jco.JCO$Exception: (106) JCO_ERROR_RESOURCE: Connection pool
    SAP_R3_SelfServiceGenerics_P00200004_EN_useDefinedUser is exhausted. The current pool size limit is 10 connections.
         at com.sap.mw.jco.JCO$Pool.getClient(JCO.java:5284)
         at com.sap.mw.jco.JCO$PoolManager.getClient(JCO.java:5985)
         at com.sap.mw.jco.JCO$PoolManager.getClient(JCO.java:5935)
         at com.sap.mw.jco.JCO.getClient(JCO.java:8216)
         at com.sap.tc.webdynpro.serverimpl.core.sl.AbstractJCOClientConnection.getClient(AbstractJCOClientConnection.java:415)
         at com.sap.pcuigp.xssfpm.wd.BackendConnections.connectModelInternal(BackendConnections.java:261)
         at com.sap.pcuigp.xssfpm.wd.BackendConnections.connectModel(BackendConnections.java:161)
         at com.sap.pcuigp.xssfpm.wd.wdp.InternalBackendConnections.connectModel(InternalBackendConnections.java:183)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPM.connectModel(FPMComponent.java:703)
         at com.sap.xss.ser.xssmenu.fc.ModelHandler.onInit(ModelHandler.java:203)
         at com.sap.xss.ser.xssmenu.fc.wdp.InternalModelHandler.onInit(InternalModelHandler.java:398)
         at com.sap.xss.ser.xssmenu.fc.FcXssMenu.onInit(FcXssMenu.java:255)
         at com.sap.xss.ser.xssmenu.fc.wdp.InternalFcXssMenu.onInit(InternalFcXssMenu.java:443)
         at com.sap.xss.ser.xssmenu.fc.FcXssMenuInterface.onInit(FcXssMenuInterface.java:169)
         at com.sap.xss.ser.xssmenu.fc.wdp.InternalFcXssMenuInterface.onInit(InternalFcXssMenuInterface.java:386)
         at com.sap.xss.ser.xssmenu.fc.wdp.InternalFcXssMenuInterface$External.onInit(InternalFcXssMenuInterface.java:531)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPM.attachComponentToUsage(FPMComponent.java:774)
         at com.sap.xss.ser.xssmenu.vc.header.VcXssMenuHeader.onInit(VcXssMenuHeader.java:196)
         at com.sap.xss.ser.xssmenu.vc.header.wdp.InternalVcXssMenuHeader.onInit(InternalVcXssMenuHeader.java:225)
         at com.sap.xss.ser.xssmenu.vc.header.VcXssMenuHeaderInterface.onInit(VcXssMenuHeaderInterface.java:162)
         at com.sap.xss.ser.xssmenu.vc.header.wdp.InternalVcXssMenuHeaderInterface.onInit(InternalVcXssMenuHeaderInterface.java:144)
         at com.sap.xss.ser.xssmenu.vc.header.wdp.InternalVcXssMenuHeaderInterface$External.onInit(InternalVcXssMenuHeaderInterface.java:220)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.doProcessEvent(FPMComponent.java:466)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.doEventLoop(FPMComponent.java:354)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.wdDoInit(FPMComponent.java:179)
         at com.sap.pcuigp.xssfpm.wd.wdp.InternalFPMComponent.wdDoInit(InternalFPMComponent.java:110)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:95)
         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:346)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:370)
         at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.execute(WebDynproMainTask.java:608)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:59)
         at com.sap.tc.webdynpro.clientserver.cal.ClientManager.doProcessing(ClientManager.java:248)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doWebDynproProcessing(DispatcherServlet.java:154)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:116)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:55)
         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:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         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:95)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:159)
    Can anyone provide some help on this.....Should i change my Connection pool settings in JCO pool connections ?
    also, is there any help or docs on configuring ESS 60.2 with EP6 (SP13) and backend connectivity
    Thanks and Regards
    Reshma

  • Employees - Not able to view ESS iviews

    Hi All,
    We are configuring my SAP ERP 2004 ESS 60.2 and MSS 60.1 in EP 6.0. We are not able to view ESS iviews if we login as an end user(employee) but if we login as administrator, we are able to view all the ESS iviews.
    If i give super admin role to employee, then he is able to see the iviews.
    Could any one tell us wat is the problem.
    I have mapped user id in portals and R/3 also.
    Waiting for your valuable suggestions.
    Regards,
    Mahesh.M.R

    Hi Sharadha,
    I went to note <b>939412</b> ie
    Assign the following permissions to an End user.
    1.
    Goto Content Administrator ->Portal content ->Content Provided by SAP ->End User Content -> Employee Self Service
    Right click on  Employee Self Service. select open-> Permissions
    Assign read authorization to default user group "everyone".
    Check the 'EndUser' checkbox
    Save the Assigned permissions
    2.
    Goto System administration -> Permissions.
    Goto  Portal content ->Content Provided by SAP ->srvconfig
    Assign read authorization to default user group "everyone".
    Check the 'EndUser' checkbox
    Save the Assigned permissions.
    I did accordingly for the first step, Now i am not able to find srvconfig in content provided by SAP(system Admin).
    How to go abt now..
    Awaiting for you response.
    Thanks & Regards,
    Mahesh.M.R

  • NetWeaver Portal and ERP 6.0: BI, ESS/MSS and full Portal on one machine

    Hello,
    with ERP 6.0 you need a EP Core Portal for BI Java. An other EP Core Portal for HCM ECC/MSS. The iViews from this portal you integrate in the main portal via federated portal. But in this scenario i need to much portals and have a lot of maintenance costs (administration overhead for evry portal). For a small Customer i will build one Portal for all. It is possible e.g. to use the BI Portal with ESS/MSS and as full portal?
    Best regards,
    Patrick

    Hi,
    So you would like one BI installation with both the ABAP and the Java-stack with the full BI-functionallity and additionally the XSS-component and set it up to work against the ECC ABAP-only system ?
    I think the scenario would actually work, but:
    1) You might get future problems if you want to upgrade your BI-system and not the ECC-system.
    Is it possible to run the old XSS-components in the new java-stack ?
    2) You might get future problems if you want to upgrade your ECC-system and not the BI-system.
    What if the new version of the XSS-component demands certain java-components which the BI-system do not have.
    So my recommendation is still to run the java-stack on both systems.
    ECC with the XSS-java-components and BI with the Bi-java-components.
    This way you do not lock yourself into a corner and each system can be upgrade independent of the other.

  • ESS for R/3 4.6C on new NetWeaver Portal -- deployment fails!

    Hi ESS Experts,
    We're having problems deploying the older BP for ESS R/3 4.6C to our Netweaver Portal. Our Software Deployment Manager canu2019t install the file. Normally, BPs are .sca files but the BP for ESS 4.6C is a .zip file. We can manually rename the .zip to .sca, which is then shown in the SDM but the deployment always fails.
    How can we install this BP for ESS 4.6C on our newer SAP NW Portal used for our BW system?
    Many thanks,
    Andrew

    Hi Andrew
    Have you tried to unzip the file and identify the required deployment files?
    Further to this -->
    If you go to /swdc it states BP ESS 4.6C-4.7 50.4 (no longer in maintenance) - this product is no longer in
    mainstream maintainence
    Also there are no guarantees that 46C products will work with Enterprise Portal versions from other SAP product families
    e.g NW 700 with ESS 46C
    If you have extended maintainence for 46C perhaps you could open a CSS/OSS message in component BC-CTS-SDM
    to investigate why the installation fails and whether there is any workaround
    Hope this helps
    Stuart

  • Not able to view the 'proxy-to-remote' iView under 'user admin' role

    Hi All,
    I am not able to view the 'proxy-to-remote' iView under 'user admin' role. I need this for Remote role assignment for FBN .
    I am using the portal version EP 7.0.
    Can anybody help me .
    Thanks & Regards,
    Amit Kade

    Hi, Amit
    u have to assign the one iview in User-Admin role
      Goto->Contentadmin-> portal content->content provded by sap->Admin interface->iview template ->select proxy to remote role iview.
    and this iview assign to user admin role the u can able to see.
    if its solve please give me 10 points
    thanks & regards
    chitta

  • Versions and content of SAP Netweaver...

    Hi,
    Could someone please point me to the versions of SAP Netweaver?
    I would like to know the differences between SAP Netweaver, SAP Netweaver Portal, SAP Composition Environment, etc...
    If I download SAP composition environment won't I have the SAP Netweaver Portal?
    In SDN, under Downloads/SAP Netweaver Main Releases (http://www.sdn.sap.com/irj/scn/nw-downloads), which should I download?
    What does SAP Netweaver contain and what does SAP Composition Environment contain?
    Please provide me this information with the view that I am a fresher to SAP...
    Thanks,
    Agasthi...

    Hi Agasthi...
    SAP netweaver is a common name and normall it does not point to any specific product, and it consists of the following products:
      SAP NetWeaver Web AS ABAP
      SAP NetWeaver Web AS JAVA
      SAP NetWeaver Portal
      SAP NetWeaver BW&BI
      SAP NetWeaver PI(XI)
      SAP NetWeaver MDM ...
    Normally the version here is SAP NetWeaver 7.0x.
    SAP Composition Environment (SAP NetWeaver CE) is a robust platform that enables you to develop Java and composite applications from scratch and on top of existing services, the version is CE7.1x and CE7.2x.
    So simply you can understand SAP NetWeaver CE as a higher version of SAP NetWeaver J2EE implimentation.
    In case you want to test/use portal with CE, I think you can use the following edition:
    http://www.sdn.sap.com/irj/scn/downloads?rid=/library/uuid/d04ac7ef-0fe7-2c10-efb1-d27b38d730b3
    Best Regards,
    Thunder

  • ESS versions

    Hi to all
    Iam trying to Deploy  ESS and MSS  iam very much confused in versions
    i have ECC6.0 SP 3
    and 2004S Netweaver EP 7.0 Sp14
    so which version of ESS can i deploy
    Can i deploy SAP ESS100 SAP MSS100  SAP PCUI_GP 100
    it works or not
    thanks in Advance
    pavan

    Hi Pavan,
    You should deploy the current version.
    Refer to the SAP Note below to know the exact version for your ECC system and Portal. Make sure that both the pre-requisite are satisfied.
    SAP Note: 908569
    Regards
    Deb

  • Unable to view some iviews in the portal

    Hi,
    We are unable to view some of the iviews in the portal. For example i go to System Administration>System Configuration> I should see portal content and the list of systems etc but i get a Page Cannot Be Displayed error. But we are able to view this on the server machine. The server is in a different network. What could be the problem. We have EP 7.0 .
    Regards,
    Sridevi

    >But we are able to view this on the server machine. The server is in a different network. What could be >the problem. We have EP 7.0 .
    If you are able to see into Server then it means IViews are working fine, then it seems to be network issue, the applciaiton might be blocked so you can check the network setting.
    Regards,
    Subhash

  • What is the maximum iviews can I create in Netweaver portal

    Hi ,
    Is there any limitation for creating iviews in netweaver EP. I have created about 100 KM Navigation iviews. Suddenly my system got crashed. whenever I try to restart it ..
    J2ee server is dying out. with status -2.
    when I checkced I got the error meesage something like this "VM Heap size is insifficient and increase the heap size"
    after checking , Limitation is 192MB which is already set there.
    THis is the value I have in my j2ee configuration(....\j2e\configtool\ume_config.xml)
    Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -Djco.jarm=1 -Dsun.io.useCanonCaches=false -Djava.awt.headless=true -XX:SoftRefLRUPolicyMSPerMB=1 -verbose:gc -XX:PrintGCDetails -XX:PrintGCTimeStamps -XX:UseParNewGC -Xms512M -Xmx512M -XX:MaxNewSize=85M -XX:NewSize=85M -XX:DisableExplicitGC -<b>XX:MaxPermSize=192M -XX:PermSize=192M</b> -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90">
    I am using EP6 SP9
    How to come out of this ?
    thanks
    pk

    Your heap size already is 512.
    Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -Djco.jarm=1 -Dsun.io.useCanonCaches=false -Djava.awt.headless=true -XX:SoftRefLRUPolicyMSPerMB=1 -verbose:gc -XX:PrintGCDetails -XX:PrintGCTimeStamps -XX:UseParNewGC <b>-Xms512M -Xmx512M</b> -XX:MaxNewSize=85M -XX:NewSize=85M -XX:DisableExplicitGC -XX:MaxPermSize=192M -XX:PermSize=192M -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90">
    This is very limited for a portal.  I would increase these values to 1024MB

  • I Cant view thumbnail versions of Raw Files (.arw) in finder when i upgraded to Lion.

    I Cant view thumbnail versions of Raw Files (.arw) in finder when i upgraded to Lion.
    It worked in Snow Leopard without a problem.
    Any Solutions?

    Ben,
    I also take photos with a sony DSLR. Not a professional one but theAlpha700.
    So this was one annoying issue.
    But, I haven't found the reason why, after a few days the problem returned.
    This happened after setting up my preferences. When we do this, some how, the preferences file becomes 'corrupted' or changes any bit/byte that interferes with icon display.
    But if we repeat the process (delete prefs files), things become all right again.
    hope this helps.

  • Import Scenario from BPR - how to view the Version after import

    On SOLAR01 when you import scenarios from the BPR, how can you view the version of the Products that were imported? Sometimes in the BPR there are several versions available to import for a particular product.
    Once you have imported those business processes, how can you see the version that is tied to the one you imported?

    Helmut,
    If you don't have access to the server console, it might be possible to 'trick' tp into working from a workstation, but I wouldn't bet on it. You'd have to fake up a profile for it. I haven't tried this.
    Peering into the contents of a delivered transport file would be something that your Basis team would typically do. My suggestion is to work with them, either to use tp command-line option from the server console, or if that's not reasonable, then yes, go ahead and add it to the import queue of one of your sandbox systems. You can always delete it from the queue again later. If you don't actually import it, it isn't going to hurt anything.
    To do any of these options is going to require some level of filesystem access to your transport host, as you need to copy the two files that make up the transport there. You need to put the 'K' file into \usr\sap\trans\cofiles and the 'R' file into \usr\sap\trans\data. Then, you can either use the tp command-line tool, or you can go into STMS, go into the import queue of any system in the transport domain (so a sandbox is fine), and use Extras... Other Requests... Add and type in the transport request ID. Yes, this adds some entries about the transport into a few tables, but it doesn't actually import the transport, and it doesn't change anything about your system. It just allows the transport to show up as importable in the queue, and that will make it so that you can read the object list of the transport. Then, if you decide not to import it, you can delete it from the queue, and your system is back to the way it was before. Also, doing this will not put the transport into any other system's queue. Even if you import the transport (into a sandbox system), it won't show up in any other system's queue until you forward it.
    Regards,
    Matt

  • How to create SAP iviews in Netweaver 7.0

    Hi,
    Please assist in how to create SAP URL & SAP transaction iViews in Netweaver EP 7.0
    Thanks
    Suri.

    Hi,
    Please find the link as requested.
    [https://www.sdn.sap.com/irj/scn/wiki?path=/display/ep/creationofDifferentTypesofiViewsinEP7.0]
    [https://www.sdn.sap.com/irj/scn/wiki?path=/display/ep/creating+iviews]
    Manoj Chintawar
    Edited by: Manoj Chintawar on Mar 10, 2009 9:50 PM

  • View multiple versions of content concurrently

    I am currently working in an IT team that is beginning to use Webcenter Sites, and I was asked if there was any way to view multiple versions of web content side by side, to see changes made etc. I've not come across this feature before, does anyone know if it is possible to do such a thing using WCS, or if there are any plugins that can perform this?
    Cheers,
    Harrison

    Hello Harrison,
    What do you mean with "view multiple versions of web content side by side, to see changes made"?
    You can enable the revision tracking by assettype in order to track the last versions.
    Regards,
    Gerardo

Maybe you are looking for

  • Connect to router but not internet

    I recently got a WRT54G Wireless router and easily configured it to run on my Mac but when I try to set it up for my PC it will ping the router but nothing on the internet. Can anyone help me figure out how to setup the corrrect connection on a Xindo

  • Problem posting photos to facebook from Organizer

    I have always exported photos from Organizer and then posted those .jpg files on Facebook however, this has suddenly stopped working.  I am still exporting the same way to a .jpg file but Facebook now tells me that it can't read the file.  I have con

  • Application server : Enterprise Manager ias Console - No response

    Hi All, We have 10gApplication server infrastructure and the middle tier servives for discoverer installed In the infrastructure tier the Enterprise Manager ias Console is starting up with out any error message, but in the discoverer middle tier the

  • I give up! iPhoto wins...

    That's it I give up -- I cannot fight with iPhoto any more -- I throw in the towel and write of the latest expense on iLife 5 (should be called iNOLife -- cos you will have no life after installing this piece of garbage trying to fix the mess iPhoto

  • TS4009 My iCloud is taking forever to backup,why?

    Why is my first iCloud backup taking forever?