cancel
Showing results for 
Search instead for 
Did you mean: 

SCreen Painter working not correctly.

Former Member
0 Kudos

Hi,

In se53 when we go to screen painter it's not coming properly..

some line is coming.

and we got EU_SCRP_WN32 : timeout during allocate / CPIC-CALL: 'ThSAPCMRCV' error message.

we have sap gui 710 with patch level 7.

the dumpfile also generated.

Runtime Errors STORAGE_PARAMETERS_WRONG_SET

Date and Time 22.07.2008 12:44:27

-


-


Short text

The system is configured incorrectly.

-


-


What happened?

The current program had to be terminated because of an

error when installing the R/3 System.

The program had already requested 453411792 bytes from the operating

system with 'malloc' when the operating system reported after a

further memory request that there was no more memory space

available.

-


-


What can you do?

Note which actions and input led to the error.

For further help in handling the problem, contact your SAP administrator

.

You can use the ABAP dump analysis transaction ST22 to view and manage

termination messages, in particular for long term reference.

In the system profile, set the parameters

-abap/heap_area_dia and

-abap/heap_area_nondia

to a maximum of 453411792. To be on the safe side, reduce the value by 10,000,

000.

Then restart the SAP system.

-


-


Error analysis

When the program was running, it was established that more

memory was needed than the operating system is able safely

to provide. To avoid a system crash, you must prevent this

situation from occurring.

Last error logged in SAP kernel

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

Place................ "SAP-Server mtw02sdec01_DE7_00 on host mtw02sdec01 (wp

1)"

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

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

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

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

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

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

Line................. 1881

The error reported by the operating system is:

Error number..... " "

Error text....... " "

-


-


How to correct the error

Report the error to the group responsible for installing your

R/3 System.

-


Please help.

regards

deepak

Accepted Solutions (0)

Answers (1)

Answers (1)

JPReyes
Active Contributor
0 Kudos

Dump is telling you what to do...

Review abap/heap_area_dia and abap/heap_area_nondia

I presume you try that before posting right?...

Whats the issue then?

Regards

Juan