cancel
Showing results for 
Search instead for 
Did you mean: 

TSV_TNEW_PAGE_ALLOC_FAILED -- Error

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

Could somebody help me on this...

Thanks & Regards,

Gaurav Gupta

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

got it

Former Member
0 Kudos

hi gaurav gupta,

You are exceeding memory. Try reducing the amount of data being processed by using smaller ranges.

regards

chandrakanth

Former Member
0 Kudos

Hi,

Could you please let me know how can i reduce the size of this?

Thanks & Regards,

Gaurav GUpta

Former Member
0 Kudos

hi,

go to the STORAGE_PARAMTER_WRONG_SET in 4.7D kernal 640, change the values of abap/heap_area_dia and abap/heap_area_nondia and set the all other parameters increase the initial_size_MB etc etc

Go through the Note 103747

regards

chandra

Former Member
0 Kudos

Hey Hi Chandra,

Thanks for your repleis. But before going ahead and changing here are few moew things which i want to discuss with you..

1) It is only one job which is throwing dump.

2)It runs every 30 min, hence creating 48 dumps everyday.

3)Rest of all the jobs or report run successfully.

Do you still think that there is something wrong with the memory parameters or is it something to do with the ABAP program??

Regards,

Gaurav Gupta

Former Member
0 Kudos

Do you still think that there is something wrong with the memory parameters or is it something to do with the ABAP program??

yes try it out

reward points if solution is helpfull

regards

chandrakanth

prateek
Active Contributor
0 Kudos

Could be some problem with ur hardware related configurations. Have a look at SAP Note 425207

Regards,

Prateek

Former Member
0 Kudos

Hi ,

Thanks for your repleis. But before going ahead and changing parameters or hardware here are few moew things which i want to discuss with you..

1) It is only one job which is throwing dump.

2)It runs every 30 min, hence creating 48 dumps everyday.

3)Rest of all the jobs or report run successfully, without throwing any dump.

4)No other issues related to perfomance are reported.

Do you still think that there is something wrong with the memory parameters or is it something to do with the ABAP program??

Regards,

Gaurav Gupta

Former Member
0 Kudos

Hi Gaurav,

We have had similar problems with excessive ABAP short dumps and performance problems... We resolved the problem by applying the SAP Notes : 1071947 and 1053904.

This should solve your problem.

Regards,

Ananth