cancel
Showing results for 
Search instead for 
Did you mean: 

TSV_TNEW_BLOCKS_NO_ROLL_MEMORY / in variance calculation RKKKS1N0

DieterLorenz
Active Participant
0 Kudos

Hello,

I am getting a dump if we execute the variance calculation in the background.

The roll memory is not enough:

At the moment I having this parameters, two time enlarged

ztta/roll_area 100000000

ztta/roll_extension 4000000000

abap/heap_area_total 4000000000

abap/heap_area_dia 4000000000

abap/heap_area_nondia 4000000000

em/initial_size_MB 4096

I checked the note and enlarge the parameter

1578916 - The system dumps with the runtime error TSV_TNEW_BLOCKS_NO_ROLL_MEMORY

Any ideas ??

Dump Description:

Category               Resource Shortage

Runtime Errors         TSV_TNEW_BLOCKS_NO_ROLL_MEMORY

Date and Time          06.07.2015 00:06:21

Short text

     No roll storage space of length 4853808 available for internal storage.

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)

          Restriction of memory allocated to the heap with malloc

          for each dialog process.

   Parameters for background processes:

   abap/heap_area_nondia:        (10.000.000 - 1.000.000.000)

          Restriction of memory allocated to the heap with malloc

          for each background process.

   Other memory-relevant parameters are:

   em/initial_size_MB:         (35-1200)

          Extended memory area from which all users of an

          application server can satisfy their memory requirement.

   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.

Error analysis

   The internal table "\FUNCTION-POOL=KALI\DATA=ITCSSL[]" could not be enlarged

    further.

   Memory location: "Session memory"

   You attempted to extend the data structure for the management of the

    memory blocks for table "\FUNCTION-POOL=KALI\DATA=ITCSSL[]". However, the

     4853808 bytes required for

    this were no longer available in the specified memory area.

    The amount of memory requested is no longer available.

How to correct the error

    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.

    If the error occures in a non-modified SAP program, you may be able to

    find an interim solution in an SAP Note.

    If you have access to SAP Notes, carry out a search with the following

    keywords:

    "TSV_TNEW_BLOCKS_NO_ROLL_MEMORY" " "

    "SAPLKALI" or "LKALIU03"

    "K_ACTIVITY_PRICE_PREFETCH"

    If you cannot solve the problem yourself and want to send an error

    notification to SAP, include the following information:

    1. The description of the current problem (short dump)

       To save the description, choose "System->List->Save->Local File

    (Unconverted)".

   (Unconverted)".

   2. Corresponding system log

      Display the system log by calling transaction SM21.

      Restrict the time interval to 10 minutes before and five minutes

   after the short dump. Then choose "System->List->Save->Local File

   (Unconverted)".

   3. If the problem occurs in a problem of your own or a modified SAP

   program: The source code of the program

      In the editor, choose "Utilities->More

   Utilities->Upload/Download->Download".

   4. Details about the conditions under which the error occurred or which

   actions and input led to the error.

Information on where terminated

    Termination occurred in the ABAP program "SAPLKALI" - in

     "K_ACTIVITY_PRICE_PREFETCH".

    The main program was "RKKKS1N0 ".

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Dieter,

Please check following SAP notes:-

2035960 - Buffering in function module K_ACTIVITY_PRICE_PREFETCH does not function

2078447 - Long runtime in function module K_ACTIVITY_PRICE_PREFETCH

I hope this helps you in resolving the issue.

Regards

Anand

DieterLorenz
Active Participant
0 Kudos

Hello Anhad,

Only Note 2078447 is possible to implement. I would check this. This would be explain that no memory parameter change is working.

Many thanks.

Regards

Former Member
0 Kudos

Hi,

Check and let us know if this works. I would be glad to know if this resolves your issue.

Regards

Anand

DieterLorenz
Active Participant
0 Kudos

It was successfully the Note 2078447 works fine. Jobs did not cancel ! Many Thanks !

Answers (3)

Answers (3)

DieterLorenz
Active Participant
0 Kudos

Thanks for your answers. ST12 I cannot see which memory is failed.

Sriram2009
Active Contributor
0 Kudos

Hi Dieter


After taken the trace you have to analysis trace with help of ABAPer in Which Sql trace takes long time? and how you can fix the issue.


Regards

SS

Sriram2009
Active Contributor
0 Kudos

Hi Dieter

Just enable the ST12 trace check the over all usage of ABAP code & DB. Refer the link

http://www.sap-perf.ca/run-sap-st12/

Regards

SS

michael_ruth3
Contributor
0 Kudos

Did you check these notes? I think you have made your adjustments but maybe these might shed some new light. 20527    Runtime error TSV_TNEW_PAGE_ALLOC_FAILED                                369726  TSV_TNEW_PAGE_ALLOC_FAILED