MEMORY_PGFREE_FAILED?

Hi experts,
  I got an error MEMORY_PGFREE_FAILED when I ran a customized program which consumes a lot of memory. It usually showed TSV_TNEW_PAGE_ALLOC_FAILED before. Maybe after I adjust some parameters in profile, the error message is changed now. How do I solve this problem? Someone said I should update the kernel but other said I should increase paging file size.
--- profile ---
PHYS_MEMSIZE = 36851
paging file size = 108000MB
ztta/roll_first = 1
ztta/roll_area = 3000000
rdisp/PG_MAXFS = 262144
rdisp/PG_SHM = 32768
abap/heap_area_dia = 8000000000
abap/heap_area_nondia = 16000000000
abap/heaplimit = 40000000
--- TSV_TNEW_PAGE_ALLOC_FAILED is clear which indicated abap/heap_area_dia is reached
    Memory consumption                                                                           
    Roll.... 2718272                                                                             
    EM...... 2002720576                                                                          
    Heap.... 8000015648                                                                          
    Page.... 40960                                                                               
    MM Used. 9604547088                                                                          
    MM Free. 373583888
--- MEMORY_PGFREE_FAILED I don't like this message, it does not indicate which type of memory overflows.
    Memory consumption                                                                           
    Roll.... 16112                                                                               
    EM...... 8379584                                                                             
    Heap.... 0                                                                                   
    Page.... 32768                                                                               
    MM Used. 2082944                                                                             
    MM Free. 2104176
--- environment: Windows 2012, SQL 2012
    SAP kernel....... 721                                                                        
    created (date)... "Sep 16 2013 16:32:38"                                                     
    create on........ "NT 6.0 6002 S x86 MS VC++ 16.00"                                          
    Database version. "SQL_Server_9.00 "                                                         
    Patch level. 136                                                                             
    Patch text.. " "
  292
>>>>>
  SELECT MKPF~MBLNR MKPF~MJAHR MKPF~BKTXT MKPF~BUDAT MKPF~CPUTM MKPF~USNAM                 
  294
         MKPF~USNAM MSEG~MBLNR MSEG~MATNR MSEG~WERKS MSEG~LGORT                            
  295
         MSEG~ZEILE MSEG~BWART MSEG~MENGE MSEG~UMWRK MSEG~UMLGO MSEG~LIFNR                 
  296
         MSEG~AUFNR MSEG~EBELN MSEG~SHKZG MSEG~KOSTL MSEG~SGTXT MSEG~CHARG                 
  297
  298
    INTO CORRESPONDING FIELDS OF TABLE IMSEG                                               
  299
    FROM ( MKPF JOIN MSEG ON MKPF~MBLNR =  MSEG~MBLNR AND                                  
  300
          MKPF~MJAHR =  MSEG~MJAHR )                                                       
  301
   WHERE  MSEG~MBLNR IN S_DOC                                                              
  302
      AND MSEG~MATNR IN S_MAT                                                              
  303
      AND MSEG~WERKS IN S_PLT                                                              
  304
      AND MSEG~LGORT IN S_STL                                                              
  305
      AND MSEG~BWART IN S_MTY                                                              
  306
      AND MSEG~SOBKZ IN S_SPE                                                              
  307
      AND MSEG~KOSTL IN S_KOSTL                                                            
  308
      AND MSEG~/BEV2/ED_AEDAT IN S_CDT                                                     
  309
      AND MKPF~USNAM IN S_PNM .

well, pagefile looks quiet big enough.
One important parameter is missing: abap/heap_area_total
In theory you can have multiple wps running into heap allocation at the same time,
Are there any errors, warnings in Windows System Eventlog indicating that the server is running out of memory?
Is the problem always happening when starting the customized report or just in some cases.
regards
Peter

Similar Messages

  • Getting MEMORY_PGFREE_FAILED dump

    Hi All,
    We are at SAP 4.6 c.
    Today morning while running extraction check we got " MEMORY_NO_MORE_PAGING " dump.
    Then we changed the selection for running the extraction check and ran it for one data source it worked fine.
    When i pressed back button, it was not going out so, i used stop transaction button.
    So we got this dump " MEMORY_PGFREE_FAILED ". when i check in sm50, though i am not running anything it is showing me some amount for page,roll,memory.
    How to refresh this thing ???
    Regards,
    viren.

    Check your swap space...   I think you may need to increase the virtual memory.. check st22 anylse what happned
    <a href="https://service.sap.com/sap/support/notes/612415">Also, Check OSS Note 612415</a>

  • MEMORY_NO_MORE_PAGING " dump

    Hi All,
    We are at SAP ECC 5.0 SAP_BASIS 640.
    Today morning while running mb51 we got " MEMORY_NO_MORE_PAGING " dump.
    Could please help to fix this problem?
    Here is the error info:
    What happened?
    The current ABAP program had to be terminated because the
    ABAP processor detected an internal system error.
    The current ABAP program "RM07DOCS" had to be terminated because the ABAP
    processor discovered an invalid system state.
    Error analysis
    An internal error occurred when releasing memory in
    SAP Paging. The release ended with the error code
    "-1".
    How to correct the error
    It is probably not possible to eliminate the system error
    with ABAP alone.
    If you have access to SAPnet, you can search for a relevant note
    using the following keywords:
    "MEMORY_PGFREE_FAILED" " "
    "RM07DOCS" bzw. "RM07DOCS_GENERATED"
    "DATA_SELECTION"
    171 endloop.
    172
    173 * process SELECT command depending on the
    174 * required material selection
    175 if l_cnt_matnr_total > 0 and
    176 l_cnt_matnr_total = l_cnt_matnr_i_eq.
    177 * work with .. for all entries ...
    178 select (l_t_fields)
    179 into corresponding fields of table itab
    180 from mkpf inner join mseg
    181 on mkpfmandt = msegmandt
    182 and mkpfmblnr = msegmblnr
    183 and mkpfmjahr = msegmjahr
    184 for all entries in matnr
    185 where matnr = matnr-low
    186 and MKPF~BUDAT in BUDAT
    187 and MSEG~BWART in BWART
    188 and MSEG~CHARG in CHARG
    189 and MSEG~KUNNR in KUNNR
    190 and MSEG~LGORT in LGORT
    191 and MSEG~LIFNR in LIFNR
    192 and MKPF~MJAHR in MJAHR
    193 and MSEG~SOBKZ in SOBKZ
    194 and MKPF~USNAM in USNAM
    195 and MKPF~VGART in VGART
    196 and MSEG~WERKS in WERKS
    197 and MKPF~XBLNR in XBLNR
    198 .
    199 else.
    200 * work with the select command as usual
    >>>>> select (l_t_fields)
    202 into corresponding fields of table itab
    203 from mkpf inner join mseg
    204 on mkpfmandt = msegmandt
    205 and mkpfmblnr = msegmblnr
    206 and mkpfmjahr = msegmjahr
    207 WHERE MKPF~BUDAT in BUDAT
    208 and MSEG~BWART in BWART
    209 and MSEG~CHARG in CHARG
    210 and MSEG~KUNNR in KUNNR
    211 and MSEG~LGORT in LGORT
    212 and MSEG~LIFNR in LIFNR
    213 and MSEG~MATNR in MATNR
    214 and MKPF~MJAHR in MJAHR
    215 and MSEG~SOBKZ in SOBKZ
    216 and MKPF~USNAM in USNAM
    217 and MKPF~VGART in VGART
    218 and MSEG~WERKS in WERKS
    219 and MKPF~XBLNR in XBLNR
    Regards,
    Leo

    Note 1091141 & note 1104914 also are recommending that you upgrade your Basis kernel release to resolve the error.
    4.6D: 2348
    6.40: 204
    7.00: 131
    If your Basis kernel release is not listed but you are receiving the error often, I would still upgrade to the latest kernel release.

  • For all entries problem

    Hi experts,
    I have a below statement in my code
    "SELECT on EKPO for all entries on ITAB (which is having 4 hundread thousand recods )"
    giving dump saying "MEMORY_PGFREE_FAILED"  and "Error releasing memory block in paging"
    i need your suggestion to avoid the memory problem
    "MEMORY_PGFREE_FAILED" ?
    can we go ahead with EXTRACT logic, does this solve the memory problem?
    thoughts will be appriciated,
    Thanks,
    Shaik bhasha

    See the example code :
    REPORT  ZSPFLI  LINE-SIZE 132 LINE-COUNT 65(3)
                                                 NO STANDARD PAGE HEADING.
    TABLES:SPFLI,SCARR, SFLIGHT, SBOOK.
    SELECT-OPTIONS: MYCARRID FOR SPFLI-CARRID.
    FIELD-GROUPS: HEADER, SPFLI_FG, SFLIGHT_FG, SBOOK_FG.
    INSERT:
            SPFLI-CARRID
            SPFLI-CONNID
            SFLIGHT-FLDATE
            SBOOK-BOOKID
           INTO HEADER,
            SPFLI-CARRID
            SPFLI-CONNID
            SPFLI-CITYFROM
            SPFLI-AIRPFROM
            SPFLI-CITYTO
            SPFLI-AIRPTO
            SPFLI-DEPTIME
            SCARR-CARRNAME
          INTO SPFLI_FG,
            SFLIGHT-FLDATE
            SFLIGHT-SEATSMAX
            SFLIGHT-SEATSOCC
            SFLIGHT-PRICE
          INTO SFLIGHT_FG,
            SBOOK-BOOKID
            SBOOK-CUSTOMID
            SBOOK-CUSTTYPE
            SBOOK-SMOKER
           INTO SBOOK_FG.
    SELECT * FROM SPFLI WHERE CARRID IN MYCARRID.
      SELECT SINGLE * FROM SCARR WHERE CARRID = SPFLI-CARRID.
      EXTRACT SPFLI_FG.
      SELECT * FROM SFLIGHT
       WHERE CARRID = SPFLI-CARRID AND  CONNID = SPFLI-CONNID.
        EXTRACT SFLIGHT_FG.
        SELECT * FROM SBOOK
               WHERE CARRID = SFLIGHT-CARRID AND
               CONNID = SFLIGHT-CONNID AND FLDATE = SFLIGHT-FLDATE.
          EXTRACT SBOOK_FG.
          CLEAR SBOOK.
        ENDSELECT.
        CLEAR SFLIGHT.
      ENDSELECT.
      CLEAR SPFLI.
    ENDSELECT.
    SORT.
    LOOP.
      AT SPFLI_FG.
        FORMAT COLOR COL_HEADING.
        WRITE: / SCARR-CARRNAME,
                 SPFLI-CONNID, SPFLI-CITYFROM,
                 SPFLI-AIRPFROM, SPFLI-CITYTO, SPFLI-AIRPTO, SPFLI-DEPTIME.
        FORMAT COLOR OFF.
      ENDAT.
      AT SFLIGHT_FG.
        WRITE: /15 SFLIGHT-FLDATE, SFLIGHT-PRICE, SFLIGHT-SEATSMAX,
                   SFLIGHT-SEATSOCC.
      ENDAT.
      AT SBOOK_FG.
        WRITE: /30 SBOOK-BOOKID, SBOOK-CUSTOMID,
                     SBOOK-CUSTTYPE, SBOOK-SMOKER.
      ENDAT.
    ENDLOOP.

  • Disp_work process terminates

    Dear All,
    I have done a refresh and prior to refresh I have installed the sap software. its a high end server with 16cpu and 16gb RAM.The system is PRD( copy from HD1)
    I have copied the following profile parameter from HD1,
    rdisp/max_alt_modes = 2
    rdisp/max_wprun_time = 316000
    rtbb/max_tables = 500
    rsdb/ntab/ftabsize = 40000
    rsdb/ntab/entrycount = 30000
    rsdb/obj/max_objects = 20000
    rsdb/obj/buffersize = 40000
    rsdb/obj/large_object_size = 8192
    rdisp/gui_auto_logout = 72000
    rdisp/bufrefmode = sendoff,exeauto
    rdisp/appc_ca_blk_no = 100
    rsdb/cua/buffersize = 5000
    rtbb/buffer_length = 30000
    login/disable_multi_gui_login = 0
    login/fails_to_user_lock = 3
    login/password_expiration_time = 15
    login/min_password_lng = 8
    login/system_client = 500
    enque/table_size = 4096
    em/max_size_MB = 20000
    ztta/roll_area = 15 000 000
    zcsa/db_max_buftab = 10000
    zcsa/installed_languages = DE
    zcsa/system_language = E
    ztta/roll_extension = 500 000 000
    zcsa/presentation_buffer_area = 20000000
    zcsa/table_buffer_area = 50000000
    sap/bufdir_entries = 10000
    install/codepage/appl_server = 1100
    icm/server_port_1 = PORT=HTTP,PORT=8000
    1.em/address_space_MB = 512
    2.em/stat_log_timeout = 0
    3.em/stat_log_size_MB = 20
    4.em/blocksize_KB = 1024
    5.em/initial_size_MB = 2246
    1.abap/buffersize = 500000
    2.abap/swap_reserve = 20971520
    3.abap/heaplimit = 40894464 should be less then 5 6
    4.abap/heap_area_total = 2 000 000 000
    5.abap/heap_area_nondia = 2000000000
    6.abap/heap_area_dia = 2000000000
    Also when I have installed sap the instance profile had 6 dailogue processes set. I have changed it to 26 thinking the server can handle the load. But when I have copied the above parameter in instance profile of PRD, the disp_work terminates.
    It shows me 2 error.
    1. PXA_NO_SHARED_MEMORY
    2. SYSTEM_NO_ROLL
    I have checked for those error and the first one is related to abap/buffersize = 500000. But what is the problem with it???
    and do all the parameter fits in with the new server?

    Dear Markus,
    I will brief you before I paste the dev_w0 file details.
    We have a high end server 16GB RAM and 16CPU. The profile parameter which I have pasted before was from the instance profile of previous prod server(BOS). I tried to put the same value, I mean the same parameter with the values in PRD but gave problem, which I reverted and carried on with default. Today I have changed the dia instance from 26 to 16 thinking it might be the problem, but its all memory related. The first error file is
    trc file: "dev_w0", trc level: 1, release: "640"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, M

    B Tue Jun 10 13:25:01 2008
    B  create_con (con_name=R/3)
    B  Loading DB library 'E:\usr\sap\PRD\SYS\exe\run\dboraslib.dll' ...
    B  Library 'E:\usr\sap\PRD\SYS\exe\run\dboraslib.dll' loaded
    B  Version of 'E:\usr\sap\PRD\SYS\exe\run\dboraslib.dll' is "640.00", patchlevel (0.172)
    B  New connection 0 created
    M sysno      00
    M sid        PRD
    M systemid   560 (PC with Windows NT)
    M relno      6400
    M patchlevel 0
    M patchno    196
    M intno      20020600
    M make:      multithreaded, ASCII
    M pid        1844
    M
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 1844) [dpxxdisp.c   1162]
    I  MtxInit: -2 0 0
    M  DpSysAdmExtCreate: ABAP is active

    M Tue Jun 10 13:25:02 2008
    M  DpShMCreate: sizeof(wp_adm)          24960     (832)
    M  DpShMCreate: sizeof(tm_adm)          2379840     (11840)
    M  DpShMCreate: sizeof(wp_ca_adm)          18000     (60)
    M  DpShMCreate: sizeof(appc_ca_adm)     6000     (60)
    M  DpShMCreate: sizeof(comm_adm)          192000     (384)
    M  DpShMCreate: sizeof(vmc_adm)          0     (364)
    M  DpShMCreate: sizeof(wall_adm)          (22440/34344/56/100)
    M  DpShMCreate: SHM_DP_ADM_KEY          (addr: 04830040, size: 2683792)
    M  DpShMCreate: allocated sys_adm at 04830040
    M  DpShMCreate: allocated wp_adm at 048317D8
    M  DpShMCreate: allocated tm_adm_list at 04837958
    M  DpShMCreate: allocated tm_adm at 04837980
    M  DpShMCreate: allocated wp_ca_adm at 04A7C9C0
    M  DpShMCreate: allocated appc_ca_adm at 04A81010
    M  DpShMCreate: allocated comm_adm_list at 04A82780
    M  DpShMCreate: allocated comm_adm at 04A82798
    M  DpShMCreate: allocated vmc_adm_list at 04AB1598
    M  DpShMCreate: system runs without vmc_adm
    M  DpShMCreate: allocated ca_info at 04AB15C0
    M  DpShMCreate: allocated wall_adm at 04AB15C8
    X  EmInit: MmSetImplementation( 2 ).
    X  <ES> client 0 initializing ....
    X  Using implementation flat
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.

    M Tue Jun 10 13:25:03 2008
    M  calling db_connect ...
    C  Prepending d:\oracle\ora92 to Path.
    C  got NLS_LANG='AMERICAN_AMERICA.WE8DEC' from environment
    C  Client NLS settings: AMERICAN_AMERICA.WE8DEC
    C  Logon as OPS$-user to get SAPBOS's password
    C  Connecting as /@PRD on connection 0 (nls_hdl 0) ... (dbsl 640 250407)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 WE8DEC                                                    1   045B8FF8   07F250E4   07F24B88
    C  Attaching to DB Server PRD (con_hdl=0,svchp=07F24ADC,srvhp=045BD5D4)
    C  Starting user session (con_hdl=0,svchp=07F24ADC,srvhp=045BD5D4,usrhp=045C5DAC)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1017
    [dboci.c      4502]
    C  *** ERROR => CONNECT failed with sql error '1017'
    [dbsloci.c    11408]
    C  Try to connect with default password
    C  Connecting as SAPBOS/<pwd>@PRD on connection 0 (nls_hdl 0) ... (dbsl 640 250407)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 WE8DEC                                                    1   045B8FF8   07F250E4   07F24B88
    C  Starting user session (con_hdl=0,svchp=07F24ADC,srvhp=045BD5D4,usrhp=045C5DAC)
    C  Now 'SAPBOS/<pwd>@PRD' is connected (con_hdl 0, nls_hdl 0).
    C  Database NLS settings: AMERICAN_AMERICA.WE8DEC
    C  DB instance PRD is running on PROD with ORACLE version 9.2.0.2.1 since JUN 07, 2008, 13:23:54
    B  Connection 0 opened (DBSL handle 0)
    B  Wp  Hdl ConName          ConId     ConState     TX  PRM RCT TIM MAX OPT Date     Time   DBHost         
    B  000 000 R/3              000000000 ACTIVE       NO  YES NO  000 255 255 20080610 132503 PROD           
    M  db_connect o.k.
    M  ICT: exclude compression: .zip,.cs,.rar,.arj,.z,.gz,.tar,.lzh,.cab,.hqx,.ace,.jar,.ear,.war,.css,.pdf,.js,.gzip,.uue,.bz2,.iso,.sda,.sar,.gif

    I Tue Jun 10 13:25:10 2008
    I  MtxInit: 0 0 0
    M  SHM_PRES_BUF               (addr: 082B0040, size: 20000000)
    M  SHM_ROLL_AREA          (addr: 61AF0040, size: 268435456)
    I  *** ERROR => [MapOsShm] Can't find free space for Shared Memory (Size=131072 KB)
                   [shmnt.c      2130]
    I  *** ERROR => [CreateOsShm] MapViewOfFile(Key=8,Handle=0x000004C4) failed with Err=0
                   [shmnt.c      2130]
    I  *** ERROR => ShmCreate: Create (8,134217728,3) failed [shmnt.c      469]
    Memory diagnostic                                 *
    Systeminformation
    Processor-Typ             : Intel unknown
    Processor-Count           : 16
    Operating System          : NT 5.2, Build 3790
    Service Pack              : Service Pack 1
    NT Pagefile Informations
    Config. minimum size      : 31455232 K
    Config. maximum size      : 48230400 K
    Avail.  maximum size      : 48230400 K
    Num
    Pagefile
    Min.Size
    Max.Size
    Avail.Max
    Curr.Size
    1
    c:\pagefile.sys
    2095104 K
    4190208 K
    4190208 K
    2095104 K
    2
    d:\pagefile.sys
    4194304 K
    6291456 K
    6291456 K
    3145728 K
    3
    e:\pagefile.sys
    8388608 K
    12582912 K
    12582912 K
    12582912 K
    4
    f:\pagefile.sys
    8388608 K
    12582912 K
    12582912 K
    12582912 K
    5
    g:\pagefile.sys
    8388608 K
    12582912 K
    12582912 K
    4177920 K
    NT Task Manager Informations
    Total Handles             :    16830
    Total Threads             :      636
    Total Processes           :       54
    Commit Charge Total       : 12306368 K
    Commit Charge Limit       : 25591708 K
    Commit Charge Peak        : 15128288 K
    Phys.Memory Total         : 16770260 K
    Phys.Memory Available     : 14566972 K
    File Cache                :   139296 K
    Kernel Memory Total       :    90656 K
    Kernel Memory Paged       :    66604 K
    Kernel Memory Nonpaged    :    24052 K
    Memory usage of current process
    Total virt.address space  :  2097024 K
    Avail.virt.address space  :   500168 K
    Private Pages             :        0 K
    Total heap size           :    18264 K
    Virtual memory regions    :        0 K
    Uncommitted heap memory   :    11824 K
    Allocated heap memory     :     5171 K
    Moveable heap memory      :        0 K
    DDE shared heap memory    :        0 K
    Memory usage of all processes
    PID
    Image
    Instance
    Work.Set
    WS Peak
    Priv.Pages
    PP Peak
    Pg Fault
    4
    236 K
    2096 K
    0 K
    0 K
    5
    564
    smss.exe
    448 K
    456 K
    144 K
    160 K
    0
    700
    winlogon.exe
    6460 K
    9648 K
    7256 K
    8276 K
    9
    744
    services.exe
    5128 K
    11636 K
    4236 K
    10740 K
    9
    756
    lsass.exe
    18448 K
    18616 K
    16556 K
    16728 K
    13
    932
    svchost.exe
    2400 K
    2440 K
    760 K
    820 K
    0
    1164
    svchost.exe
    18408 K
    21780 K
    12608 K
    19352 K
    60
    1360
    spoolsv.exe
    5700 K
    6720 K
    4304 K
    5404 K
    2
    1528
    svchost.exe
    2156 K
    37488 K
    552 K
    36600 K
    112
    1576
    omtsreco.exe
    7752 K
    7768 K
    6288 K
    6320 K
    1
    1852
    agntsrvc.exe
    7688 K
    7708 K
    9096 K
    9128 K
    1
    1880
    apache.exe
    8324 K
    8664 K
    6740 K
    6812 K
    39
    1888
    cmd.exe
    1576 K
    1584 K
    1492 K
    1512 K
    0
    1928
    dbsnmp.exe
    11380 K
    11400 K
    13696 K
    40696 K
    3
    1944
    TNSLSNR.exe
    5904 K
    5932 K
    5780 K
    5792 K
    7
    536
    apache.exe
    31916 K
    31916 K
    31988 K
    31988 K
    20
    1512
    isqlplus
    7544 K
    7564 K
    7056 K
    7088 K
    1
    2860
    svchost.exe
    3764 K
    3844 K
    1436 K
    21620 K
    1
    2972
    svchost.exe
    3860 K
    3876 K
    3136 K
    3164 K
    1
    3448
    java.exe
    15724 K
    15788 K
    16108 K
    16232 K
    262
    3472
    java.exe
    8644 K
    8668 K
    7520 K
    7552 K
    260
    3200
    Explorer.EXE
    2064 K
    30856 K
    16716 K
    23512 K
    528
    256
    jusched.exe
    1820 K
    1820 K
    412 K
    412 K
    0
    2056
    ONRSD.EXE
    4764 K
    4764 K
    3916 K
    3916 K
    1
    4048
    ORACLE.EXE
    814884 K
    901416 K
    1171932 K
    1264780 K
    375
    140
    SAPSTARTSRV.EXE
    22120 K
    25780 K
    23084 K
    24232 K
    78
    4880
    nvpmgr.exe
    4560 K
    4608 K
    2368 K
    2420 K
    1
    4948
    nvstatsmngr.exe
    3940 K
    3940 K
    2112 K
    2112 K
    0
    2788
    mmc.exe
    6968 K
    21352 K
    19600 K
    21476 K
    11
    4116
    msg_server.exe
    [MS] PRD_00
    7660 K
    7660 K
    8680 K
    8680 K
    1
    5708
    disp+work.exe
    [DP] PRD_00
    81456 K
    81456 K
    62108 K
    62108 K
    19
    4672
    gwrd.EXE
    [GW] PRD_00
    9940 K
    9940 K
    8344 K
    10780 K
    2
    5856
    icman.EXE
    75708 K
    75708 K
    74184 K
    74184 K
    18
    1844
    disp+work.EXE
    36192 K
    36256 K
    69344 K
    69448 K
    9
    5036
    disp+work.EXE
    [WP] PRD_00
    34208 K
    34208 K
    67808 K
    67808 K
    8
    524
    disp+work.EXE
    [WP] PRD_00
    34204 K
    34204 K
    67808 K
    67808 K
    8
    5432
    disp+work.EXE
    [WP] PRD_00
    34204 K
    34204 K
    67808 K
    67808 K
    8
    2820
    disp+work.EXE
    [WP] PRD_00
    34208 K
    34208 K
    67808 K
    67808 K
    8
    4064
    disp+work.EXE
    [WP] PRD_00
    34188 K
    34188 K
    67808 K
    67808 K
    8
    5904
    disp+work.EXE
    [WP] PRD_00
    34212 K
    34212 K
    67808 K
    67808 K
    8
    4148
    disp+work.EXE
    [WP] PRD_00
    34212 K
    34212 K
    67808 K
    67808 K
    8
    5896
    disp+work.EXE
    [WP] PRD_00
    34212 K
    34212 K
    67808 K
    67808 K
    8
    3260
    disp+work.EXE
    [WP] PRD_00
    34200 K
    34200 K
    67808 K
    67808 K
    8
    4564
    disp+work.EXE
    [WP] PRD_00
    34212 K
    34212 K
    67808 K
    67808 K
    8
    Sum
    1587596 K
    2297632 K
    M  *** ERROR => ThShMCreate: ShmCreate SHM_PAGING_AREA failed [thxxhead.c   2411]
    M  *** ERROR => ThIPCInit: ThShMCreate [thxxhead.c   1908]
    M  ***LOG R19=> tskh_init, ThIPCInit ( TSKH-IPC-000001) [thxxhead.c   1363]
    M  in_ThErrHandle: 1
    M  *** ERROR => tskh_init: ThIPCInit (step 1, th_errno 17, action 3, level 1) [thxxhead.c   9621]

    M  Info for wp 0

    M    stat = 4
    M    reqtype = 1
    M    act_reqtype = -1
    M    rq_info = 0
    M    tid = -1
    M    mode = 255
    M    len = -1
    M    rq_id = 65535
    M    rq_source = 255
    M    last_tid = 0
    M    last_mode = 0
    M    int_checked_resource(RFC) = 0
    M    ext_checked_resource(RFC) = 0
    M    int_checked_resource(HTTP) = 0
    M    ext_checked_resource(HTTP) = 0
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server PROD_PRD_00 on host PROD (wp 0)
    M  *  ERROR       tskh_init: ThIPCInit
    M  *
    M  *  TIME        Tue Jun 10 13:25:10 2008
    M  *  RELEASE     640
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          17
    M  *  MODULE      thxxhead.c
    M  *  LINE        9806
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  PfStatDisconnect: disconnect statistics
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   730]
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  254]
    M  Entering ThSetStatError
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 0 1844) [dpnttool.c   357]
    END OF FILE -
    Then I have changed the parameter abap/buffersize from 50000 to 350000. Now its working fine but then gave some more dumps like..
    trc file: "dev_w0", trc level: 1, release: "640"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, M

    B Tue Jun 10 13:35:21 2008
    B  create_con (con_name=R/3)
    B  Loading DB library 'E:\usr\sap\PRD\SYS\exe\run\dboraslib.dll' ...
    B  Library 'E:\usr\sap\PRD\SYS\exe\run\dboraslib.dll' loaded
    B  Version of 'E:\usr\sap\PRD\SYS\exe\run\dboraslib.dll' is "640.00", patchlevel (0.172)
    B  New connection 0 created
    M sysno      00
    M sid        PRD
    M systemid   560 (PC with Windows NT)
    M relno      6400
    M patchlevel 0
    M patchno    196
    M intno      20020600
    M make:      multithreaded, ASCII
    M pid        1188
    M
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 1188) [dpxxdisp.c   1162]
    I  MtxInit: -2 0 0
    M  DpSysAdmExtCreate: ABAP is active
    M  DpShMCreate: sizeof(wp_adm)          27456     (832)
    M  DpShMCreate: sizeof(tm_adm)          2379840     (11840)
    M  DpShMCreate: sizeof(wp_ca_adm)          18000     (60)
    M  DpShMCreate: sizeof(appc_ca_adm)     6000     (60)
    M  DpShMCreate: sizeof(comm_adm)          192000     (384)
    M  DpShMCreate: sizeof(vmc_adm)          0     (364)
    M  DpShMCreate: sizeof(wall_adm)          (22440/34344/56/100)
    M  DpShMCreate: SHM_DP_ADM_KEY          (addr: 04830040, size: 2686288)
    M  DpShMCreate: allocated sys_adm at 04830040
    M  DpShMCreate: allocated wp_adm at 048317D8
    M  DpShMCreate: allocated tm_adm_list at 04838318
    M  DpShMCreate: allocated tm_adm at 04838340
    M  DpShMCreate: allocated wp_ca_adm at 04A7D380
    M  DpShMCreate: allocated appc_ca_adm at 04A819D0
    M  DpShMCreate: allocated comm_adm_list at 04A83140
    M  DpShMCreate: allocated comm_adm at 04A83158
    M  DpShMCreate: allocated vmc_adm_list at 04AB1F58
    M  DpShMCreate: system runs without vmc_adm
    M  DpShMCreate: allocated ca_info at 04AB1F80
    M  DpShMCreate: allocated wall_adm at 04AB1F88
    X  EmInit: MmSetImplementation( 2 ).
    X  <ES> client 0 initializing ....
    X  Using implementation flat
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.

    M Tue Jun 10 13:35:23 2008
    M  calling db_connect ...
    C  Prepending d:\oracle\ora92 to Path.
    C  got NLS_LANG='AMERICAN_AMERICA.WE8DEC' from environment
    C  Client NLS settings: AMERICAN_AMERICA.WE8DEC
    C  Logon as OPS$-user to get SAPBOS's password
    C  Connecting as /@PRD on connection 0 (nls_hdl 0) ... (dbsl 640 250407)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 WE8DEC                                                    1   045B8FF8   07F250E4   07F24B88
    C  Attaching to DB Server PRD (con_hdl=0,svchp=07F24ADC,srvhp=045BD5D4)
    C  Starting user session (con_hdl=0,svchp=07F24ADC,srvhp=045BD5D4,usrhp=045C5DAC)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1017
    [dboci.c      4502]
    C  *** ERROR => CONNECT failed with sql error '1017'
    [dbsloci.c    11408]
    C  Try to connect with default password
    C  Connecting as SAPBOS/<pwd>@PRD on connection 0 (nls_hdl 0) ... (dbsl 640 250407)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 WE8DEC                                                    1   045B8FF8   07F250E4   07F24B88
    C  Starting user session (con_hdl=0,svchp=07F24ADC,srvhp=045BD5D4,usrhp=045C5DAC)
    C  Now 'SAPBOS/<pwd>@PRD' is connected (con_hdl 0, nls_hdl 0).
    C  Database NLS settings: AMERICAN_AMERICA.WE8DEC
    C  DB instance PRD is running on PROD with ORACLE version 9.2.0.2.1 since JUN 10, 2008, 13:30:28
    B  Connection 0 opened (DBSL handle 0)
    B  Wp  Hdl ConName          ConId     ConState     TX  PRM RCT TIM MAX OPT Date     Time   DBHost         
    B  000 000 R/3              000000000 ACTIVE       NO  YES NO  000 255 255 20080610 133523 PROD           
    M  db_connect o.k.
    M  ICT: exclude compression: .zip,.cs,.rar,.arj,.z,.gz,.tar,.lzh,.cab,.hqx,.ace,.jar,.ear,.war,.css,.pdf,.js,.gzip,.uue,.bz2,.iso,.sda,.sar,.gif
    I  MtxInit: 0 0 0
    M  SHM_PRES_BUF               (addr: 082B0040, size: 20000000)
    M  SHM_ROLL_AREA          (addr: 61AF0040, size: 268435456)
    I  *** ERROR => [MapOsShm] Can't find free space for Shared Memory (Size=131072 KB)
                   [shmnt.c      2130]
    I  *** ERROR => [CreateOsShm] MapViewOfFile(Key=8,Handle=0x000004C8) failed with Err=0
                   [shmnt.c      2130]
    I  *** ERROR => ShmCreate: Create (8,134217728,3) failed [shmnt.c      469]
    Memory diagnostic                                 *
    Systeminformation
    Processor-Typ             : Intel unknown
    Processor-Count           : 16
    Operating System          : NT 5.2, Build 3790
    Service Pack              : Service Pack 1
    NT Pagefile Informations
    Config. minimum size      : 31455232 K
    Config. maximum size      : 48230400 K
    Avail.  maximum size      : 48230400 K
    Num
    Pagefile
    Min.Size
    Max.Size
    Avail.Max
    Curr.Size
    1
    c:\pagefile.sys
    2095104 K
    4190208 K
    4190208 K
    2095104 K
    2
    d:\pagefile.sys
    4194304 K
    6291456 K
    6291456 K
    4177920 K
    3
    e:\pagefile.sys
    8388608 K
    12582912 K
    12582912 K
    8372224 K
    4
    f:\pagefile.sys
    8388608 K
    12582912 K
    12582912 K
    8372224 K
    5
    g:\pagefile.sys
    8388608 K
    12582912 K
    12582912 K
    8372224 K
    NT Task Manager Informations
    Total Handles             :    17427
    Total Threads             :      748
    Total Processes           :       74
    Commit Charge Total       : 13450520 K
    Commit Charge Limit       : 47562644 K
    Commit Charge Peak        : 13687088 K
    Phys.Memory Total         : 16770260 K
    Phys.Memory Available     : 14838288 K
    File Cache                :    76244 K
    Kernel Memory Total       :    59456 K
    Kernel Memory Paged       :    39500 K
    Kernel Memory Nonpaged    :    19956 K
    Memory usage of current process
    Total virt.address space  :  2097024 K
    Avail.virt.address space  :   500164 K
    Private Pages             :        0 K
    Total heap size           :    18264 K
    Virtual memory regions    :        0 K
    Uncommitted heap memory   :    11824 K
    Allocated heap memory     :     5171 K
    Moveable heap memory      :        0 K
    DDE shared heap memory    :        0 K
    Memory usage of all processes
    PID
    Image
    Instance
    Work.Set
    WS Peak
    Priv.Pages
    PP Peak
    Pg Fault
    4
    236 K
    2096 K
    0 K
    0 K
    3
    552
    smss.exe
    460 K
    820 K
    144 K
    160 K
    0
    688
    winlogon.exe
    2032 K
    9940 K
    6636 K
    7696 K
    3
    732
    services.exe
    3076 K
    3144 K
    1472 K
    1572 K
    0
    744
    lsass.exe
    15376 K
    15428 K
    14516 K
    14576 K
    4
    928
    svchost.exe
    2448 K
    2472 K
    824 K
    852 K
    0
    1148
    svchost.exe
    21800 K
    24552 K
    17088 K
    22476 K
    11
    1344
    spoolsv.exe
    5316 K
    5364 K
    4356 K
    4456 K
    1
    1512
    svchost.exe
    1832 K
    1832 K
    472 K
    472 K
    0
    1568
    nvpmgr.exe
    4416 K
    4448 K
    2340 K
    2388 K
    1
    1744
    omtsreco.exe
    7768 K
    7768 K
    6288 K
    6288 K
    1
    1856
    nvstatsmngr.exe
    3808 K
    3816 K
    2092 K
    2104 K
    0
    2044
    agntsrvc.exe
    7700 K
    7700 K
    9124 K
    9124 K
    1
    220
    apache.exe
    8324 K
    8668 K
    6740 K
    6812 K
    39
    232
    cmd.exe
    1564 K
    1564 K
    1492 K
    1492 K
    0
    264
    dbsnmp.exe
    11372 K
    11372 K
    13696 K
    40704 K
    3
    320
    TNSLSNR.exe
    5884 K
    5912 K
    5808 K
    5820 K
    1
    388
    ORACLE.EXE
    193876 K
    205696 K
    1163248 K
    1179764 K
    54
    588
    SAPSTARTSRV.EXE
    21924 K
    24100 K
    23024 K
    23772 K
    10
    1760
    apache.exe
    30016 K
    30016 K
    28892 K
    28892 K
    20
    1984
    java.exe
    15564 K
    15576 K
    16036 K
    16216 K
    5
    1996
    java.exe
    8476 K
    8488 K
    7444 K
    7508 K
    2
    2168
    isqlplus
    7504 K
    7504 K
    7056 K
    7056 K
    1
    3060
    svchost.exe
    3676 K
    3716 K
    1392 K
    21620 K
    1
    3356
    Explorer.EXE
    15688 K
    15720 K
    9924 K
    9972 K
    10
    3440
    jusched.exe
    1756 K
    1756 K
    412 K
    412 K
    0
    3784
    svchost.exe
    3772 K
    3772 K
    3136 K
    3136 K
    0
    2400
    mmc.exe
    20444 K
    20500 K
    17976 K
    18884 K
    11
    604
    msg_server.exe
    [MS] PRD_00
    7628 K
    7628 K
    8680 K
    8680 K
    1
    4076
    disp+work.exe
    [DP] PRD_00
    81456 K
    81456 K
    62108 K
    62108 K
    19
    1312
    gwrd.EXE
    [GW] PRD_00
    10040 K
    10040 K
    8344 K
    10780 K
    2
    3000
    icman.EXE
    75664 K
    75664 K
    74188 K
    74188 K
    18
    1188
    disp+work.EXE
    36140 K
    36204 K
    69344 K
    69448 K
    8
    3012
    disp+work.EXE
    [WP] PRD_00
    26072 K
    26072 K
    60364 K
    60364 K
    6
    3292
    disp+work.EXE
    [WP] PRD_00
    26136 K
    26136 K
    60368 K
    60368 K
    6
    1252
    disp+work.EXE
    [WP] PRD_00
    26088 K
    26088 K
    60364 K
    60364 K
    6
    2328
    disp+work.EXE
    [WP] PRD_00
    26136 K
    26136 K
    60368 K
    60368 K
    6
    3984
    disp+work.EXE
    [WP] PRD_00
    26128 K
    26128 K
    60368 K
    60368 K
    6
    420
    disp+work.EXE
    [WP] PRD_00
    26072 K
    26072 K
    60364 K
    60364 K
    6
    3272
    disp+work.EXE
    [WP] PRD_00
    26136 K
    26136 K
    60368 K
    60368 K
    6
    3016
    disp+work.EXE
    [WP] PRD_00
    26144 K
    26144 K
    60368 K
    60368 K
    6
    1396
    disp+work.EXE
    [WP] PRD_00
    26124 K
    26124 K
    60368 K
    60368 K
    6
    1192
    disp+work.EXE
    [WP] PRD_00
    25936 K
    25936 K
    60348 K
    60348 K
    6
    3912
    disp+work.EXE
    [WP] PRD_00
    25936 K
    25936 K
    60348 K
    60348 K
    6
    1412
    disp+work.EXE
    [WP] PRD_00
    26144 K
    26144 K
    60368 K
    60368 K
    6
    1260
    disp+work.EXE
    [WP] PRD_00
    26128 K
    26128 K
    60368 K
    60368 K
    6
    3572
    disp+work.EXE
    [WP] PRD_00
    26144 K
    26144 K
    60368 K
    60368 K
    6
    3028
    disp+work.EXE
    [WP] PRD_00
    26144 K
    26144 K
    60368 K
    60368 K
    6
    980
    disp+work.EXE
    [WP] PRD_00
    25936 K
    25936 K
    60348 K
    60348 K
    6
    3032
    disp+work.EXE
    [WP] PRD_00
    26148 K
    26148 K
    60368 K
    60368 K
    6
    244
    disp+work.EXE
    [WP] PRD_00
    25936 K
    25936 K
    60348 K
    60348 K
    6
    216
    disp+work.EXE
    [WP] PRD_00
    26148 K
    26148 K
    60368 K
    60368 K
    6
    3540
    disp+work.EXE
    [WP] PRD_00
    26148 K
    26148 K
    60368 K
    60368 K
    6
    3036
    disp+work.EXE
    [WP] PRD_00
    26124 K
    26124 K
    60368 K
    60368 K
    6
    3048
    disp+work.EXE
    [WP] PRD_00
    26088 K
    26088 K
    60364 K
    60364 K
    6
    2880
    disp+work.EXE
    [WP] PRD_00
    26144 K
    26144 K
    60368 K
    60368 K
    6
    4032
    disp+work.EXE
    [WP] PRD_00
    26152 K
    26152 K
    60368 K
    60368 K
    6
    3516
    disp+work.EXE
    [WP] PRD_00
    26152 K
    26152 K
    60368 K
    60368 K
    6
    736
    disp+work.EXE
    [WP] PRD_00
    26148 K
    26148 K
    60368 K
    60368 K
    6
    260
    disp+work.EXE
    [WP] PRD_00
    26144 K
    26144 K
    60368 K
    60368 K
    6
    3120
    disp+work.EXE
    [WP] PRD_00
    26084 K
    26084 K
    60364 K
    60364 K
    6
    1972
    disp+work.EXE
    [WP] PRD_00
    26088 K
    26088 K
    60364 K
    60364 K
    6
    2616
    disp+work.EXE
    [WP] PRD_00
    26088 K
    26088 K
    60364 K
    60364 K
    6
    920
    disp+work.EXE
    [WP] PRD_00
    26120 K
    26120 K
    60364 K
    60364 K
    6
    Sum
    1446152 K
    3465588 K

    M Tue Jun 10 13:35:24 2008
    M  *** ERROR => ThShMCreate: ShmCreate SHM_PAGING_AREA failed [thxxhead.c   2411]
    M  *** ERROR => ThIPCInit: ThShMCreate [thxxhead.c   1908]
    M  ***LOG R19=> tskh_init, ThIPCInit ( TSKH-IPC-000001) [thxxhead.c   1363]
    M  in_ThErrHandle: 1
    M  *** ERROR => tskh_init: ThIPCInit (step 1, th_errno 17, action 3, level 1) [thxxhead.c   9621]

    M  Info for wp 0

    M    stat = 4
    M    reqtype = 1
    M    act_reqtype = -1
    M    rq_info = 0
    M    tid = -1
    M    mode = 255
    M    len = -1
    M    rq_id = 65535
    M    rq_source = 255
    M    last_tid = 0
    M    last_mode = 0
    M    int_checked_resource(RFC) = 0
    M    ext_checked_resource(RFC) = 0
    M    int_checked_resource(HTTP) = 0
    M    ext_checked_resource(HTTP) = 0
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server PROD_PRD_00 on host PROD (wp 0)
    M  *  ERROR       tskh_init: ThIPCInit
    M  *
    M  *  TIME        Tue Jun 10 13:35:24 2008
    M  *  RELEASE     640
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          17
    M  *  MODULE      thxxhead.c
    M  *  LINE        9806
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  PfStatDisconnect: disconnect statistics
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   730]
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  254]
    M  Entering ThSetStatError
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 0 1188) [dpnttool.c   357]
    ******END OF FILE**********
    In ST22 I could see more dumps like MEMORY_PGFREE_FAILED...
    Markus, please guide??
    Regards
    Prash

Maybe you are looking for

  • How to transfer file from one machine to remote machine?

    Hi All, I dont know Question i am posting should go to this forum or to another form? so sorry in advance. In my web application i am using tomcat server. On one user action server is generating one file which i want to copy to some remote location.

  • Adobe Acrobat 9 Standard Stopped working correctly

    I have a legal licensed version of Adobe Acrobat 9 Standard that has worked fine for several years. Suddenly and possibly after one of the not so helpful updates, I can no longer delete, insert or extract pages. The delete option shows but is grayed

  • Table RSTHIERNODE?

    HI Everybody, There is an ABAP program to load Cost Element Group attribute of Cost Element. There is a hierarchy table maintained. The program takes nodeid for Costelement, identifies parentid and its nodename. This is taken to identify the TXT from

  • Use of service material - CS

    Hi everybody, An area in my company are going to bill the services that actually give to some clients, they have to types of service: mantenaince service and installation service So, it is necessary to create two materials service? or we can manage t

  • Lightroom duplicating drive on import, driving me crazy.

    Recently I started noticing a strange behavior in LR on import. I import photos from my SD card, converting to DNG in a folder structure based on days, months, years. When the import is done... I see (in the folders secton on the left panel), two dri