cancel
Showing results for 
Search instead for 
Did you mean: 

short dump SYSTEM_NO_TASK_STORAG while importing enhancement Pack

Former Member
0 Kudos

Hi all,

I am trying to import an EHP in an ECC 6.0 32bit system with transaction SAINT. In phase DDIC_ACTIVATION I get the following short Dump:

SYSTEM_NO_TASK_STORAGE:

Unable to fulfil request for 5667668 bytes of storage space

Error analysis

A new storage area of 5667668 bytes was requested

(storage calss TASK).

All the available space has been used up.

Possible reason: Either the volume of data to be processed is too large

or the available swap space is too small.

Last error logged in SAP kernel

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

Place................ "SAP-Server srm2005_ERP_02 on host srm2005 (wp 8)"

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

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

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

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

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

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

Line................. 1884

The error reported by the operating system is:

Error number..... " "

Error text....... " "

How to correct the error

Restrict volume of data or increase swap space.

Try to decide by analysis whether this request is

reasonable or whether there is a program error. You should pay

particular attention to the internal table entries listed below.

The amount of storage space (in bytes) filled at termination time was:

Roll area...................... 12217936

Extended memory (EM)........... 386732880

Assigned memory (HEAP)......... 153070176

Short area..................... " "

Paging area.................... 40960

Maximum address space.......... " "

My Parameters are:

PHYS_MEMSIZE 4096

rdisp/wp_no_dia 5

rdisp/wp_no_btc 2

rdisp/wp_no_enq 1

rdisp/wp_no_vb 1

rdisp/wp_no_vb2 1

rdisp/wp_no_spo 1

rdisp/max_wprun_time 9999

abap/buffersize 300000

zcsa/table_buffer_area 30000128

rtbb/buffer_length 10000

rsdb/cua/buffersize 3000

zcsa/presentation_buffer_area 4400128

rdisp/appc_ca_blk_no 100

rdisp/wp_ca_blk_no 300

rsdb/ntab/entrycount 19894

rsdb/ntab/ftabsize 30020

rsdb/ntab/irbdsize 6000

rsdb/ntab/sntabsize 3000

abap/use_paging 0

ztta/roll_first 1024

ztta/roll_area 13000704

rdisp/ROLL_SHM 32768

rdisp/ROLL_MAXFS 32768

rdisp/PG_SHM 32768

rdisp/PG_MAXFS 32768

abap/heap_area_dia 4000000000

abap/heap_area_nondia 4000000000

abap/heap_area_total 4000000000

abap/heaplimit 40894464

abap/swap_reserve 20971520

em/max_size_MB 20000

ztta/roll_extension 4000000000

em/initial_size_MB 4096

em/blocksize_KB 1024

em/stat_log_size_MB 20

em/stat_log_timeout 0

em/address_space_MB 512

The windows 2000 server pagefile is 28GB.

The system is only a Testsystem for new techniques and unfortunatly I am not a basis consultant. Any help is very much appreciated.

regards

stefan

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

did you add /3gb or /pae in your boot.ini ?

Former Member
0 Kudos

I added /3gb in boot.ini.

Former Member
0 Kudos

Is it the same problem with /pae?

Former Member
0 Kudos

I tried with /3GB AND /PAE as described in the knowledge Base. Should I try it with /PAE alone?

Former Member
0 Kudos

I think you should try once.

Former Member
0 Kudos

I tried it but the same short dump.

Former Member
0 Kudos

Hi

check your file system and check PSAPTEMP table space is having enough space and look into SM21

if everything is fine try to split the report and run in background

cheers,

Sudhakar

Former Member
0 Kudos

Upgrading to windows server 2003 solved my problem. Thanks for all recommendations.

regards

stefan

Former Member
0 Kudos

in 2003 what you upgrade and how to add /PAE

i mean where it is

boot.ini

how can we open it.

Former Member
0 Kudos

I used the 32-bitstandard edition. I only added /3GB and not /PAE.

Boot.ini can be find in root and be openend with notepad.

Former Member
0 Kudos

Stefan,

are you performing the import in dialog mode or batch mode

if you are doing this in dialog mode,change it to batch mode and error wll go

Rohit

Former Member
0 Kudos

Hi Rohit,

i have allready started the import in background.

regards

stefan

Former Member
0 Kudos

Refer to note 1275873

This should help you solve your issue

Rohit

Former Member
0 Kudos

Hi Rohit,

I referred to the note but it did not help. I think it is time to set up a 64bit Testsystem.

Thanks and regards

stefan