cancel
Showing results for 
Search instead for 
Did you mean: 

TSV_TNEW_PAGE_ALLOC_FAILED

0 Kudos

Hi Experts,

we got an ABAP dump today and our system was down automaticaly, dump was "TSV_TNEW_PAGE_ALLOC_FAILED"

And Short text is "No more storage space available for extending an internal table"

next line

What happened?

You attempted to extend an internal table, but the required space was

not available.

we checked file system space there is no issue with space

we checked tablespace size max 86% we found, so there is no issue.

please assist me how to resolve this issue.

pasting brtools result in tablespace

Pos. Tablespace Files/AuExt. Total[KB] Used[%] Free[KB] MaxSize[KB]

1 - PSAPSR3 16/0 33136640 83.89 5337280 33136640

2 - PSAPSR3701 32/0 69386240 81.07 13134592 69386240

3 - PSAPSR3USR 1/0 20480 2.19 20032 20480

4 - PSAPTEMP 1/0 1239040 0.00 1239040 1239040

5 - PSAPUNDO 1/0 4689920 0.00 4689856 4689920

6 - SYSAUX 2/0 409600 58.44 170240 409600

7 - SYSTEM 3/0 1505280 34.99 978560 1505280

platform - HP-UX

database - oracle 10g

CRM 7.0

Regards,

Rishi

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

In addition to the previous comments, you should consider the memory quota parameters, as well;

ztta/roll_extension

ztta/roll_extension_dia

ztta/roll_extension_nondia

Best regards,

Orkun Gedik

0 Kudos

Orkun Gedik

Hi Orkun,

now the question is can i set sap instance parameter through OS based?

Thanks and regards,

rishi

former_member204746
Active Contributor
0 Kudos

Hi,

you wshould change these with SAP transaction RZ10 and activate the change.

It can also be done at OS level but SAP's recommendation is to change this through RZ10.

0 Kudos

Dear Experts,

but the thing is my server is not starting up. I cant use rz10. please tell me how to change sap instance profile OS based.

Thanks

Rishi

former_member204746
Active Contributor
0 Kudos

well, that's news, how could you see that you had an ABAP dump if you cannot even start your system?

Are you mixing up 2 problems now?

use command:

cdpro

and simply edit SAP profiles accordingly with "vi".

or, ask a Basis to help you out as this is a very basic Basis task.

former_member204746
Active Contributor
0 Kudos

Hi Rishi,

Here are a few possibilities:

1. you ran out of memory.

2. your memory parameters are not high enough.

3. Your user asked for large selections.

4. you user did not use any user selection.

5. your abapper wrote a program that abuses internal tables.

6. If this is a SAP program, it may be buggy, look for SAP notes

THIS IS NOT a problem with tablespaces or disk space. IT is related to memory.

former_member188883
Active Contributor
0 Kudos

Hi,

In case you are running the program in foreground then increase the value of SAP parameter

abap/heap_area_dia

abap/heap_area_total

In case you running the program in background then increase the value of SAP parameter

abap/heap_area_nondia

abap/heap_area_total

Try to make increase the value to 2 times than what you have currently and check the results.

Hope this is useful.

Regards,

Deepak Kori

0 Kudos

Dear Deepak,

Server is down and i cant login into this system by sap logon.

can you tell me is it possible that i can change parameter from OS level?

if yes plz tell me the way

Regards,

Rishi