Skip to Content
0
Former Member
Jul 11, 2008 at 10:21 AM

SYSTEM_NO_TASK_STORAGE while importing SAPKB70010-SAPKB0013

60 Views

Hi All,

We were in the process of immplementing BASIS Support package SAPKB0010-SAPKB0013.In the DDIC_ACTIVATION we are getting the following error and dump in ST22

Error in the SPAM log

***************************************************

Import phase 'DDIC_ACTIVATION' (11.07.2008, 10:17:16)

Error during executing the tp command 'tp ACT ALL BWP ...'

tp return code: '0012' , tp message: 'A tool used by tp aborted' , tp output:

This is tp version 372.04.10 (release 700, unicode enabled)

standard output from tp and from tools called by tp:

Details of the error situation can also be found in the import logs

Interrupt the import due to an error situation (11.07.2008, 10:18:32)

Display detailed informations concerning the error in phase 'DDIC_ACTIVATION'

Abort the import due to an error situation (11.07.2008, 10:20:34)

*********************************************************8

Dump in ST22

***************************************************

Runtime Errors SYSTEM_NO_TASK_STORAGE

Date and Time 11.07.2008 10:18:04

Short text

Unable to fulfil request for 850624 bytes of storage space.

What happened?

Each transaction requires some main memory space to process

application data. If the operating system cannot provide any more

space, the transaction is terminated.

What can you do?

Try to find out (e.g. by targetted data selection) whether the

transaction will run with less main memory.

If there is a temporary bottleneck, execute the transaction again.

-

If the error persists, ask your system administrator to check the

following profile parameters:

o ztta/roll_area (1.000.000 - 15.000.000)

Classic roll area per user and internal mode

usual amount of roll area per user and internal mode

o ztta/roll_extension (10.000.000 - 500.000.000)

Amount of memory per user in extended memory (EM)

o abap/heap_area_total (100.000.000 - 1.500.000.000)

Amount of memory (malloc) for all users of an application

server. If several background processes are running on

one server, temporary bottlenecks may occur.

Of course, the amount of memory (in bytes) must also be

available on the machine (main memory or file system swap).

Caution:

The operating system must be set up so that there is also

enough memory for each process. Usually, the maximum address

space is too small.

Ask your hardware manufacturer or your competence center

about this.

In this case, consult your hardware vendor

abap/heap_area_dia: (10.000.000 - 1.000.000.000)

Error analysis

A new storage area of 850624 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.

**********************************************************************************

We have changed the following profile parameter

******************************************************************

EM/TOTAL_SIZE_MB 4096

abap/heap_area_total 2500000000

abap/heap_area_nondia 2500000000

abap/heap_area_dia 2500000000

ztta/roll_extension 2000000000

ztta/roll_area 6500000

em/initial_size_MB 4092

abap/buffersize 550000

********************************************************************

and restarted the system, but are facing the same error.

Please suggest.....

Regards

Bala