cancel
Showing results for 
Search instead for 
Did you mean: 

TSV_TNEW_PAGE_ALLOC_FAILED

Former Member
0 Kudos

Hi I am receiving daily about 40 - 48 dumps stating "TSV_TNEW_PAGE_ALLOC_FAILED". there is a job which runs every hour which creates this dump.

Details of the erros are...

The internal table "IT_0" could not be enlarged further. To allow

error handling, the table had to be deleted before this log was

created. So, if you branch to the ABAP debugger from the display

of this log, the table will there be displayed with 0 rows.

Information on where terninated ..

The termination occurred in the ABAP program "SPI_PS_ASSEMBLE_DSP" in

"ADAPT_PERIOD".

The main program was "SPI_PS_ASSEMBLE_DSP ".

The termination occurred in line 301 of the source code of the (Include)

program "_PS_ASSEMBLE_F01"

of the source code of program "_PS_ASSEMBLE_F01" (when calling the editor

3010).

The program "SPI_PS_ASSEMBLE_DSP" was started as a background job.

Details of the line 301...

297 lt_signatures = lo_process->get_signatures( ).

298

299 DO.

300 * get number of open instances and new instances expected for the current assembly window.

SELECT COUNT( * )

302 FROM sspicstrhead AS h

303 INTO l_count

304 FOR ALL ENTRIES IN lt_signatures

***** We have already looked in the note 1071947 and while looking in the note 1053904 i found that mentioned tables are not active.*****

Could somebody help me on this...

Thanks & Regards,

Gaurav Gupta

Accepted Solutions (0)

Answers (2)

Answers (2)

Private_Member_101989
Contributor
0 Kudos

Hello,

Normally The cause for that is low system memory. And you have to contact your Basis people to increase the available system memory.

But in your case you should check that tables in trx. se14.

Assigning points is the way to say thanks,

Regards,

Jorge Diogo

Former Member
0 Kudos

Hi,

The program is exceeding memory limits on the server. Try reducing the amount of data being processed by using smaller ranges in your select-options.

For details see SAP note 369726.

Edit: Also see SAP note 425207.

Regards,

Riyaz