cancel
Showing results for 
Search instead for 
Did you mean: 

TSV_TNEW_PAGE_ALLOG_FAILED

Former Member
0 Kudos

Hi,

While running any tcod we run time error this: TSV_TNEW_PAGE_ALLOG_FAILED

it is given no more storage space available for extending an internal table.

This is IBM - AIX Server 64 bit

it showing change this values

Roll Area --- 2718352

Extended Memory -- heap-- 50278160

assigned menory heap -- 0

short area --

Paging area -- 311296

Maximum address space --- 429467295

how to rectify this error pls guide me

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi,

Insufficient shared memory could be the cause for dump. If this is the

case then increasing shared memory size should solve the issue. Please

refer to note '1166259' for more information.

Regards

D.Mukunthan

Former Member
0 Kudos

Hello Phanikumar,

I believe this run time error you are getting may be with long running reports like during simulation of payroll transaction codes. If above is the case, then you need to simulate for 100 employees (break into few instead of running all at once) and check. Similar is the case for other type of reports.

Irrespective of the changing / increasing the parameters, this run time error will come.

This is only my opinion and works for us.

Rgds,

Durga.

xymanuel
Active Participant
0 Kudos

>

> Hi,

>

> While running any tcod we run time error this: TSV_TNEW_PAGE_ALLOG_FAILED

>

> it is given no more storage space available for extending an internal table.

>

> This is IBM - AIX Server 64 bit

>

> it showing change this values

> Roll Area --- 2718352

> Extended Memory -- heap-- 50278160

> assigned menory heap -- 0

> short area --

> Paging area -- 311296

> Maximum address space --- 429467295

>

> how to rectify this error pls guide me

Hi Phanikumar

please tell us the corresponding profile parameters and the exact values!

e.g. Roll Area might be "initial roll area" or "roll buffer" or "roll file" i dunno what you mean.

Initial Roll area should be ztta/roll_extension = 1

roll buffer is in 8 k blocks, rdisp/ROLL_SHM = 32768 (which is 256MB)

roll file is in 8 k block, rdisp/ROLL_MAXFS = 32768 (which is a 256MB Rollffile on the Appserver)

(all values depend on the size of your available RAM)

Your Extended Memory abap/heap_area_total is set to 50MB which is veryvery low. Are you able to start the instance???? I'm wondering.. A minimum of 512MB is recommended for heap area. Depending on the size of your RAM (How much do you have for the App Server) this value should be nearly as large as your RAM (dont forget OS and DB). e.g. on an dedicated appserver with 16GB RAM, we set this value to 12GB. Rest is for OS.

Please provide us with 2 screenshots.

Go to RZ10, select the Instanceprofile (which is the one that starts with the SID) and mark "basic maintenance" and show. Take screenshot of these values.

Then click the "Memory Management" Button, and take another.

Post them here.

And please tell us, if this is a Central System with DB and Appserver on one host, and how much RAM you have..

Kind reagds

Manuel

Former Member
0 Kudos

Hi,

Its clearly a memory issue.

Check ST22 and see the parameters it suggests. Extend those paramters in RZ10/ instance profile. Also extend abap/heap_area_total to a higher value. Might help.

Check if none of the drives in / are full.

Rgds,

Soujanya

Former Member
0 Kudos

Hi Phanikumar,

My opinion here is, if you face the issue once in a while or rather while executing particularly one report or so, please try optimize the report you are running or try to use smaller inputs for that execution.

If you face the issue frequently, then you certainly have to pay some attention there.

Please check the SAP notes: 103747 & 369726.

There are also so many SAP notes available in marketplace. Please find the appropriate for your environment and try out.

Let us know if it answers your query.

Regards,

Sujit.

Former Member
0 Kudos

PLease compare the parameters values mentioned inthe dump with the actual values configured using RZ11

Regards,