cancel
Showing results for 
Search instead for 
Did you mean: 

TSV_TNEW_OCCURS_NO_ROLL_MEMORY in server

Former Member
0 Kudos

Dear All.

We are getting a dump TSV_TNEW_OCCURS_NO_ROLL_MEMORY ......i have seen in shmm Tcode also there is 8192 shared area free space ....how to know that which program or user is using all the shared area the server ...and how we can get back shared area free ...or we have to restart only to free up every time.....we have restarted the server 3 days back only..

Rableen

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

HI Rableen,

Kindly refer to the NOTE - 1957297. This might solve your query.

Thanks and regards,

Narender.

Former Member
0 Kudos

Hi.

To find all the memory detail you can see it in SM04 --> goto -> memory.

But we need to see the dump to see what is existed.

And the dumps says that the roll is not there.

Thanks

Rishi Abrol

Former Member
0 Kudos

Dear Rishi,

Thanks for your reply .....please find the screen below,,,,

All the shared memory is used by CL_ICF_SHM_AREA .......how to release the area .....

Rableen

Former Member
0 Kudos

Hi,

I think that you should try to increase the below parameter.

abap/shared_object_size_MB

To release the shared memory you can delete it SHMM but should not do it in production.

Thanks

RishiI abrol

Former Member
0 Kudos

Dear Rishi,

If i will delete it from shmm it will create again or what?????

Rableen

Sriram2009
Active Contributor
0 Kudos
Former Member
0 Kudos

Hi,

If you delete then the existing object are lost and new object will be create . So it better to increase the parameter . You will need to restart and that will clean.

In the current situation existing is occupied and new are not created.

if you want to see which is the user that is ho;ding it just chose the drop-down and see the user name . in SHMM

Thanks

Rishi Abrol

Former Member
0 Kudos

Dear Risab,

It was in development server ....so i have delete and its recreated ...thanks for you help..

Rableen

Former Member
0 Kudos

Hi,

Ok good. But try to increase the value to higher value as its quite low in your system . Can set up to 80-100 MB.

abap/shared_objects_size_MB = 100

just check the sappfpar at os level before restarting.