cancel
Showing results for 
Search instead for 
Did you mean: 

TSV_TNEW_PAGE_ALLOC_FAILED dump Issue

Former Member
0 Kudos

Hello All,

We are facing this dump error when executed from SM35.

It is a ECC 6 PRD system on Windows(64bit) & SQL server.

What Happened:

Information on where terminated

Termination occurred in the ABAP program "SAPLSBDR" - in "BDC_OBJECT_SELECT".

The main program was "SAPMSBDC_CC ".

In the source code you have the termination point in line 59

of the (Include) program "LSBDRU04".

How to correct the error

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

Roll area...................... 4019392

Extended memory (EM)........... 2002743520

Assigned memory (HEAP)......... 2000021120

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

Paging area.................... 32768

Maximum address space.......... " "

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member189546
Active Contributor
0 Kudos

Hello,

Hello,

TSV_TNEW_PAGE_ALLOC_FAILED means running out of extended memory and then

going into heap. using 4Gb in total.

increase

abap/heap_area_dia 2000000000 Byte Max

to 3Gb and restart the instance . Increase to 3000000000

Also check note 88416

regards,

John Feely

Former Member
0 Kudos

Hello John,

I have increased the parameter abap/heap_area_dia to 3GB and restarted SAP instance.

Now when we try to execute Tx SM35 it is taking long time to open and says,

"Memory low. Leave the transaction before you taking a break"

There is no short dump encountered.

Kindly advise,

Thank You,

Regards,

Hasan

former_member189546
Active Contributor
0 Kudos

Hello Hasan,

OK to increase abap/heap_area_dia to 4Gb and restart the instance.

Also check the data set you are using with the transaction

regards,

John Feely

Former Member
0 Kudos

Hi,

Check this Note 369726.

Regards,

Venkata S Pagolu

Former Member
0 Kudos

Hello Venkat,

Please find the details as per the SAP Note,

1.Memory consumption

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

Roll area...................... 4019392

Extended memory (EM)........... 2002743520

Assigned memory (HEAP)......... 2000021120

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

Paging area.................... 57344

Maximum address space.......... " "

2.System Data

System environment

SAP-Release 700

Application server... "SAP-PROD"

Network address...... "172.23.0.112"

Operating system..... "Windows NT"

Operating system..... "Windows NT"

Release.............. "5.2"

Hardware type........ "2x AMD64 Level"

Character length.... 16 Bits

Pointer length....... 64 Bits

Work process number.. 0

Shortdump setting.... "full"

Database server... "SAP-PROD"

Database type..... "MSSQL"

Database name..... "AEP"

Database user ID.. "aep"

Char.set.... "C"

SAP kernel....... 700

created (date)... "Nov 18 2008 22:53:36"

create on........ "NT 5.2 3790 Service Pack 1 x86 MS VC++ 14.00"

Database version. "SQL_Server_8.00 "

Patch level. 185

Patch text.. " "

Database............. "MSSQL 7.00.699 or higher, MSSQL 8.00.194"

SAP database version. 700

Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2, Windows

NT 6.0"

3.R/3 Storage Parameter

a.SAP Memory

Roll memory Dialog session kB 6,348

Nondialog sess. kB 6,348

Available kB 262,144

in shared memory kB 262,144

on disk kB 0

Used kB 9,778

Maximum used kB 20,280

Paging memory Session buffer kB 1,200

Available kB 262,144

in shared memory kB 131,072

on disk kB 131,072

Used kB 13,721

Maximum used kB 262,136

Extended memory Dialog session kB 1,953,125

Nondialog sess. kB 1,953,125

Available kB 9,904,128

Used kB 2,801,664

Maximum used kB 5,255,168

Heap memory Dialog session kB 1,953,125

Nondialog sess. kB 0

Used kB 0

Maximum used kB 9,908,208

b. Current Parameters

Profile Parameter Value Unit Comment

Roll, extended and heap memory EXTM

ztta/roll_area 6500000 Byte

ztta/roll_first 1 Byte

ztta/short_area 4000000 Byte

rdisp/ROLL_SHM 32768 8 kB

rdisp/PG_SHM 16384 8 kB

rdisp/PG_LOCAL 150 8 kB

em/initial_size_MB 9676 MB

em/blocksize_KB 4096 kB

em/address_space_MB 4096 MB

ztta/roll_extension 2000000000 Byte Max.

abap/heap_area_dia 2000000000 Byte Max.

abap/heap_area_nondia 0 Byte Max.

abap/heap_area_total 10146021376 Byte Max.

abap/heaplimit 40000000 Byte

abap/use_paging 0

Edited by: Hasan Bilali on Mar 6, 2012 4:38 PM

Edited by: Hasan Bilali on Mar 6, 2012 4:41 PM

Former Member
0 Kudos

The current Memory parameters are,

ztta/roll_area - 6500000

ztta/short_area - 4000000

ztta/roll_extension - not set

abap/heap_area_total - not set

abap/heap_area_dia not set

abap/heap_area_nondia - not set

em/initial_size_MB - not set

The physical memory is 16 GB

Swap Space from OS06,

Maximum swap-space - 23.52 GB

Actual swap-space - 23.50 GB

Kindly advice....

Regards,

Hasan

Edited by: Hasan Bilali on Mar 6, 2012 3:45 PM