cancel
Showing results for 
Search instead for 
Did you mean: 

Warning: EM-Memory exhausted: Workprocess gets PRIV

Former Member
0 Kudos

Hi,

I run transaction SCOT and got this error.

Runtime Errors TSV_TNEW_PAGE_ALLOC_FAILED

Date and Time 06.04.2007 15:43:43

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=SX07\DATA=JOBLIST[]" 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: 1296

Number of rows: 0

Allocated rows: 8

Newly requested rows: 232008 (in 29001 blocks)

Last error logged in SAP kernel

Component............ "EM"

Place................ "SAP-Server crmsvr0_CR0_02 on host crmsvr0 (wp 1)"

Version.............. 37

Error code........... 7

Error text........... "Warning: EM-Memory exhausted: Workprocess gets PRIV "

Description.......... " "

System call.......... " "

Module............... "emxx.c"

Line................. 1880

The error reported by the operating system is:

Error number..... " "

Error text....... " "

rigger Location of Runtime Error

Program SAPLBTCH

Include LBTCHU33

Row 129

Module type (FUNCTION)

Module Name BP_FIND_JOBS_WITH_PROGRAM

ource Code Extract

ine SourceCde

99 PERFORM build_where

100 USING 'xpgprog' 'X'

101 CHANGING external_program_name where_ext. "#EC NOTEXT

102

103 * Concatenate composing where statements

Appreciate any help.

Thank you.

Rgds,

Hapizorr

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Problem solved.

Former Member
0 Kudos

Hapizorr Rozi Alias,

When the problem was solved, why don't you just mention how it was solved, so that it will be easy for ppl like us, googling, can be able to know the soln.

Thanx.

Srinivasan K

Former Member
0 Kudos

Hi Srivinasan,

Based on the dump error, it says memory. I changed abap/heap_area_dia parameter value. Still not working but now it gives me different error. Based on the error message, it says no space to extend the the internal table. Looking at the ABAP code, it shows joblist internal table. So, I delete all finished jobs via transaction SM37. Finally, it works.

Rgds,

Hapizorr Rozi Alias