cancel
Showing results for 
Search instead for 
Did you mean: 

Runtime error TSV_TNEW_PAGE_ALLOC_FAILED on executing FAGLL03.

Former Member
0 Kudos

Hi expert,

I am getting Runtime error TSV_TNEW_PAGE_ALLOC_FAILED error while executing FAGLL03.

Please do the neeful.

extented memeory--4,186,112

and Heap Memory---1,960,171

is configured.

Os--HP-UX

ECC 6.0 with oracle 10g

server has 12 GB of RAM for the application instance and db instance is other server.

Please

Regards,

vivek

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

if you are blowing 2GB in an internal tablespace I would revist how you are running the job.

Is this bespoke code or SAP standard.

How are you running this, variant ?

Mark

Former Member
0 Kudos

this is standered T-code FAGLL03 and i am executing on dialog mode.

former_member188883
Active Contributor
0 Kudos

Hi Vivek,

Can you change the following SAP profile parameters and recheck the program

abap/heap_area_total---8000000000

abap/heap_area_dial---6000000000

Regards,

Deepak Kori

Former Member
0 Kudos

done

former_member1114079
Participant
0 Kudos

Hello Vivek,

Could you please suggest me the solution, How the issue was solved, regarding dump 'TSV_TNEW_PAGE_ALLOC_FAILED'.

I am also facing the same problem now.

Thank you.

Regards,

Anand

Former Member
0 Kudos

Refer SAP Note 369726.

Regards,

Nick Loy

Former Member
0 Kudos

where i found how much memory require for the work process.

Regards

Former Member
0 Kudos

How to correct the error

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

Roll area...................... 5720752

Extended memory (EM)........... 502780800

Assigned memory (HEAP)......... 0

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

Paging area.................... 122880

Maximum address space.......... 4294967295

and the paramters are.

em/initial_size_MB---4092

abap/heap_area_total---2000000000

Please do the neeful.

former_member204080
Active Contributor
0 Kudos

Hi,

This error occurs when there is no more memory to extend an internal table.

To avoid this increase parameter abap/shared_objects_size_MB .

For more see notes 1322182->Memory consumption of ABAP Shared Objects