How to use memory analyser in CE 7.1 portal

Hi,
I want to use Memory Analyser in my landscape, i have installaed CE7.1 on oracle DB( remote DB) on my VM.I have downloaded the memory analyzer from the eclipse site and i have the memory analyser.exe file with me. How can i use this one to use in my server case. Currently i have installaed SAP JVM_5, and how can i get the heap dump from my SAP JVM and how can i import those hepa dumps in to my memory analyzer on the virtual machine.
Regards,
Pradeep J

Hi,
there are varios ways to get a heap dump. Have a look at this page:
http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=33456
If you want to trigger a heap dump on your own, ust the jvmmon tool from the SAP JVM.
Then you need to copy the heap dump to a place where Memory Analyzer can open it. In Memory Analyzer just ust the File -> Open Heap Dump menu.
Does this help?
Regards,
Krum

Similar Messages

  • How to use memory analyzer On Virtual Machines

    Hi,
    I want to use Memory Analyser in my landscape, i have installaed CE7.1 on oracle DB( remote DB) on my VM.I have downloaded the memory analyzer from the eclipse site and i have the memory analyser.exe file with me. How can i use this one to use in my server case. Currently i have installaed SAP JVM_5, and how can i get the heap dump from my SAP JVM and how can i import those hepa dumps in to my memory analyzer on the virtual machine.
    Regards,
    Pradeep J

    I don't know. I've never tried.
    Look at the manual (7210midpSimGuide.pdf in the docs directory). Maybe there is something in there. In the command line options there are a bunch of tracing options that you can specify, like tracing allocations, garbage collections, stackmaps, etc.
    shmoove

  • How to use bexweb analyser in the webbrowser

    Hi ALL,
    Suggest me .how to use bexweb analyser in the webbrowser?
    Regards,
    Suman

    Hi,
    A useful link for you..!!
    http://help.sap.com/saphelp_nw04s/helpdata/en/0d/af12403dbedd5fe10000000a155106/frameset.htm
    -Pradnya

  • 'Use Memory Analysis' of WebiProcessing in HP-IA64

    Hi. I have a question about 'Use Memory Analysis' option of WebiProcessingServer.
    According to Administrator's Guide, this option prevents memory curruption when BOE works as 32-bit application.
    (maxmum memory setting is limited to 2000MB)
    Then in my thinking, it's useless when BOE works as 64-bit application in HP-IA64.
    So it's better that turn off that check box. Is this right ?
    There is no detail description about what happened when this option turned off.

    Hi
    Yes, as you are running a 64-bit software on 64-bit OS, your webi processes will be able to consume > 2GB RAM.
    you will need to disable memory analysis which limits you upto 2GB. While disabling memory analysis will allow Webi processes to run for > 2GB memory, there will be no control wherein the process could run away after 4 GB or whereever it hits a limit and crash. Memory analysis is a good setting as it prevents webi processes from crashing.
    Lastly, you must always try to design reports and processes which dont push processes to run away using such large memory footprint.
    regards
    shiva

  • How to use UI elements in Abstract component  of PORTAL

    HI,
    I want to know how to use UI elements in Abstract components of PORTAL.Since i using only dialog box,i want to use other UI  elements  and images ,so that the application will be easy to do.

    Hi,
    If I have understood correctly your doubt, you want to know how to code jsp's in AbstractPortal Comp.
    Following is sample code of jsp
    <table width="100%">
         <%@ include file="NJ_Header.jsp" %>
         </table>
    <table width="100%" border="0">
    <tr>
    <td align="left">
         <hbj:textView     id="txtPageNumber" design="EMPHASIZED"
              text=" Page Number : 2">
                   </hbj:textView>
              </td>     
         <td align="right">
                   <font color="#FF0000">*
         <hbj:textView
                   id="txtLegend" design="STANDARD" encode="false"
                        text="Indicates mandatory fields">
                   </hbj:textView>
                   </font>
              </td>
         </tr>     
    </table>     
    <!-- Debug / End User Message -->
    <table width="90%">
         <tr>
              <td align="center">
                   <font color="#008000"><i><%=SAPMASTERDATABEAN.getUserMessage()%></i></font>
              </td>
         </tr>
    </table>

  • How to use wavelet analysis in labview 8

    Dear everybody
    how can i use wavelet analysis in labview 8
    thanks in advance

    Hey khairy,
          There's quite a bit of information available at ni.com about wavelet analysis and how to perform this in LabVIEW.  By just doing a quick search, I came up with the following links:
    NI LabVIEW Advanced Signal Processing Toolkit:
    http://sine.ni.com/nips/cds/view/p/lang/en/nid/1395
    Advanced Signal Processing Toolkit Demo:
    http://zone.ni.com/devzone/cda/epd/p/id/4765
    KnowledgeBase Articles:
    Custom Wavelet Analysis Using Signal Processing Toolkit in LabVIEW
    http://digital.ni.com/public.nsf/allkb/11ABBF34A0D8E9BB86256E55005CA69D?OpenDocument
    How Do I Use the Continuous Wavelet Transform to Produce a Scalogram?
    http://digital.ni.com/public.nsf/allkb/79EABCEBCA56F65686256F340062C4D7?OpenDocument
    Good Luck!!
    Brian B
    Field Sales Engineer
    Tennessee/Southern Kentucky
    National Instruments

  • How to use memory management in a JAR?

    I want to increase the amount of memory available to my program. It's being run from a JAR file. How can I use the java -Xms and -Xmx command line options from within the JAR? Is it a matter of altering the manifest? I'm using JBuilder, by the way.
    Craig

    I want to make sure I don't get "out of memory" errors. I understand that using the java -Xms and -Xmx command line options allows increasing available memory and I'd like to be able to do that when the user just clicks on a JAR file in Explorer.

  • How to use Memory Monitor on Sun ONE Studio 4 ??

    Hello,
    I am creating a midlet using the Nokia 7210 emulator. When trying to load a Canvas, an "Unable to run application" alert appears and the midlet quits.
    Presuming this is due to a memory problem, I've inserted a System.gc() call before I create the new canvas, but the midlet still exits.
    So to help me get to the bottom of it, I thought I had best try s1s4's Memory Monitor utlity - but I can't get it to work. I have ticked the 'Enable Memory Monitor' box on the Monitor tab of Preferences for the Installed Emulator (J2ME Wireless Toolkit 1.0.4_01), but nothing happens after the midlet runs and quits.
    Does anyone have any suggestions?
    Many thanks in advance,
    James

    I don't know. I've never tried.
    Look at the manual (7210midpSimGuide.pdf in the docs directory). Maybe there is something in there. In the command line options there are a bunch of tracing options that you can specify, like tracing allocations, garbage collections, stackmaps, etc.
    shmoove

  • How to use an self-made iView in the Portal Content?

    Hi everybody,
    I followed the instructions to set up a Portal (6.0 SP 2) with the PDK. Now I just wrote a simple "Hello-World" iView and deployed it into the portal server. It worked fine when I clicked to test it in the Java Development Inspector.
    But...
    In the Portal Content I can not find my self-made iView? How do I get it there? I coudn't find any documentation.
    I'd appreciate your help!

    In the portal content try to create a new Iview and select the option (create new iview from portal Archive).
    After selecting that you will see all the PARs deployed on your server, just select yours and follow on.
    Hope that helps.
    Thanks
    Ankur

  • How to use the theme[sap tradeshow] in sap portal ?

    Hi guys,
         I have a question about the theme [Sap Tradeshow] in EP.
         When I choose this theme , its preview shows
    But when I tried to use this theme, it shows
    I tried the other themes and they all work normally
    Does anyone can help me ?
    Thanks!

    Hello Saurabh,
    For the cretaion of discussion forum kindly access my Article that i have published in SDN the link of it is .
    [Creation of Discussion Forum.|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/20562528-a246-2b10-2988-f9b554a925ce]
    Here u will get Step by Step Solution for creation of Discussion forum.
    Now to change look and feel of ur Forum or say discaussion Iview Template u have to open template Par File in NWDS and can play with it (Codeing) to get desired output.
    I will sugest u to not to go with Discusasion Forum if u r haveing EP Ver7.0 then u can go for Installation of Forums on ur Portal.
    If want any other information i will be glad to help u .
    Hope this help's
    Regards.
    Soni Vinit

  • How to use PPM 5 (standalone or integrated with portal)

    Hi,
    I would like to know which advantages and disadvantages are presented by using PPM 5.0 standalone or integrated with portal? all functionality are the same in both cases? which is the best option?
    Thanks a lot,
    CAMILO URIBE

    Hi,
    from a functionality point of view, standalone and portal usage of SAP Portfolio and Project Management 5.0 are the same (except functionality which is in general only available within a portal, e.g. KM documents, collaboration rooms, etc.).
    From a TCO perspective, for the standalone usage you'll only need the ABAP stack (except for ADS), i.e. if you don't anyway already have a portal in use in your company, this could lead to a lower TCO.
    Kind regards,
       Florian

  • How to use HTML and Java Script files in Portal

    Hi,
    I am trying to access a web application using iViews. My application contains JSP,HTML,Servlets,JS(java script), image files. I am using JSPDynPro to access the JSP files and I am putting servlets in the private/lib folder of the PORTAL-INF dir of Portal project. Now my problem is almost all the JSP files uses the HTML files, JS files and image files. Where can put these files in the portal project dir structure to give access to the JSP files when i am creating a iView for the JSPDynPro componenets in the irj.
    thanks,
    Ashok

    Hi,
    JSPDynpage is the controller, one JSPDynpage can call more than one jsp file according to the coding. Through the JSPDynpage's setJspName() function only you can display a jsp page.
    EX:
    public void doProcessBeforeOutput() throws PageException {
      this.setJspName("logon.jsp");
    if you put the JSPDynpage in the src.core then the JSPDynpage can be accessed only by this application.
    if you put the JSPDynpage in the src.api then other applications can access this component.
    You can put the jsp pages in the pagelet folder.
    xml file
    =========
    <?xml version="1.0" encoding="utf-8"?>
    <application>
      <application-config>
        <property name="SharingReference" value="com.sap.portal.htmlb"/>
      </application-config>
      <components>
        <component name="jspdynpage name">
          <component-config>
            <property name="ClassName" value="package name.jspdynpagename"/>
          </component-config>
          <component-profile>
            <property name="tagLib" value="/SERVICE/htmlb/taglib/htmlb.tld"/>
          </component-profile>
        </component>
      </components>
      <services/>
    </application>
    REWARD USEFUL ANSWERS

  • How to use my reports on report server with Portals

    Hi,
    I would like Portal to run my reports from the report server. I have have set up the report server in Portals using the Manage Components. Where do I go from there? Is there a way to just call those reports? and will I be able to use my configuration file (on report server)?
    Any assistance is appreciated. Thanks.
    ~Vannette

    Take a look at the Report Security Objects under the Admin tab.
    That has 4 or 5 portlets which helps u run the report from ur server.

  • How to use ESS/MSS

    Hi,
           This is bhargava.
                How to use the ESS/MSS BP's under portal context.

    Hey Bhargava,
    Be specific What is your exact requirement do you want the complete set of configuration of ESS/MSS on Portal EP 6.0 or EP 7.0, which will just installed the
    Business Package on portal...
    Download the following Business Packages from www.service.sap.com
    1.ESS <patch number>-10002965.sca (here, ESS11p_2-10002965.sca)
    2.MSS <patch number>-10002964.sca (here, MSS11p_2-10002964.sca)
    3.PCUIGP<patch number>-20000568.sca (here PCUIGP011_0-20000568.sca)
    Once you installed these package in portal via SDM you need to maintain the JCO
    You have to maintain following JCo destinations for ESS and MSS.
    Connection Name                    Logon Method
    SAP_R3_Financials                    Ticket
    SAP_R3_Financials_MetaData               User/Password
    SAP_R3_HumanResources               Ticket
    SAP_R3_HumanResources_MetaData          User/Password
    SAP_R3_SelfServiceGenerics               Ticket
    SAP_R3_SelfServiceGenerics_MetaData          User/Password
    SAP_R3_SelfServiceGenerics_MetaDataFIN     User/Password
    SAP_R3_SelfServiceGenericsFIN          Ticket
    SAP_R3_Travel                    Ticket
    SAP_R3_Travel_MetaData               User/Password
    Under R/3
    Creating a Role & User in HR system
    you should be able to use the ESS applications (services), your employees require particular authorizations.
    Log on to the SAP ECC system.
    Run PFCG transaction (Role Maintenance).
    Create copies of the composite role SAP_EMPLOYEE_ERP and all the single roles contained in it.
    Creating User in Portal
    Create ESSUSER in portal. (Same user as R3 User for SSO)
    Assign Role to ESS User.
    Select User Administration->Roles->Roles
    Search the ESSUSER.
    Select Following Roles and assign them to ESS User.
    com.sap.pct.ess.employee_self_service
    com.sap.pct.mss.manager (For MSS)
    Login in to Portal with ESS User. Change the initial password u can get following screen.
    If you want a complete step of installation document let me know...
    Regards
    Swapnil

  • How to use SAP Memory analyser in CE7.1 EHP1

    Hi All,
    Please Can you provide proper link to know how to use SAP Memory analyser in CE7.1 EHP1.
    It is urgent .
    Regards
    Mahesh

    Problem solved.

Maybe you are looking for

  • X11 on a single screen in a dual monitor setup

    Same problem as posed here: http://discussions.info.apple.com/message.jspa?messageID=2260647&tstart=0 I was excited when I read the following: I fiddled with Apple's X11, which I'd installed on my Desktop, to no avail. Nowhere could I disable the scr

  • Multiple Faces for the same person

    I found this unanswered archived post, which is expressing exactly the same problem I'm having... http://discussions.apple.com/thread.jspa?threadID=2099862 When tagging photos there are multiple entries for the same person listed. In particular for t

  • When I click on my mail account it automatically opens a a message.  How do I set it to display my inbox?

    Help!  When I open my mail account it automatically opens to a message(often an old one) instead of displaying my inbox with a list of 10 or 25 recent messages.  I have clicked that option in the settings.  How do I change this?

  • Moving Bookmarks

    I am trying to move my bookmarks from my iBook G4 runing Tiger to my old desktop G4 running Panther 10.03.5. I saved the bookmarks to a memory stick, downloaded them to my new laptop, reinstalled the operating system in the desktop (Panther). When I

  • Getting fraudulent email about itunes purchases

    Since registering with Apple, I began getting fraudulent emails saying that I have purchased iTunes items that I did not purchase. These are caught by my spam mail and have an incorrect email address. That's how I immediately detected them. Does Appl