cancel
Showing results for 
Search instead for 
Did you mean: 

TSV_TNEW_PAGE_ALLOC_FAILED while applying sapnotes with snote

former_member196171
Participant
0 Kudos

Hi

I am getting following dump while applying sapnotes with snote, I have incresed some parameters , but didnot work

I have also attached the dump file , please help

Category               Resource Shortage
Runtime Errors         TSV_TNEW_PAGE_ALLOC_FAILED
Date and Time          04.12.2012 18:10:30
ABAP short dump not saved in full (too big)

Short text
     No more storage space available for extending an internal table.

What happened?
     You attempted to extend an internal table, but the required space was
     not available.

Error analysis
     The internal table "\FUNCTION-POOL=SCWD\FORM=PROCESS_CODE_BLOCK\DATA=LS_CODE_BL
     OCK_NEW-XLINES" could not be further extended. To enable
     error handling, the table had to be delete before this log was written.
     As a result, the table is displayed further down or, if you branch to
     the ABAP Debugger, with 0 rows.

     At the time of the termination, the following data was determined for
     the relevant internal table:

     Memory location: "Session memory"
     Row width: 524
     Number of rows: 65626
     Allocated rows: 65635
     Newly requested rows: 11472 (in 717 blocks)
     Last error logged in SAP kernel

     Component............ "EM"
     Place................ "SAP-Server NHRD044_ERS_03 on host NHRD044 (wp 7)"
     Version.............. 37
     Error code........... 7
     Error text........... "Warning: EM-Memory exhausted: Workprocess gets PRIV "
     Description.......... " "
     System call.......... " "
     Module............... "emxx.c"
     Line................. 2232

     The error reported by the operating system is:
     Error number..... " "
     Error text....... " "


Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

It tells your Ext memory is exhausted. Before increasing your memory have you checked if anything other process/user holding up memory in your system ?

Check in ST02, SM50 and give screenshots what do you see.

Thanks,

Samik

former_member215961
Contributor
0 Kudos

Hi al mamun,

It isn't a disk space throuble. In order to solve this issue you must contact with you sap administrator to let they know that they must tune sap buffer memory parameters.

As a temporally workarround you can execute transaction $sync.

Attention ! The buffers will reset so if somebody are working on they will get a dump. I recomment to do that at a non peak hour.

Cheers

Former Member
0 Kudos

Hi,

Did you check the space and resources available in your system. It's purely a disk space issue. Please check the related post for the same:

http://scn.sap.com/thread/368571

Thanks,

Avishek