cancel
Showing results for 
Search instead for 
Did you mean: 

Runtime Error While executing the WebDynpro Application

Former Member
0 Kudos

I am getting the Runtime Error While executing the WebDynpro Application. The error message is "TSV_TNEW_OCCURS_NO_ROLL_MEMORY".

It says like "

Short text

No roll storage space of length 9728 available for OCCURS area.

What happened?

Each transaction requires some main memory space to process

application data. If the operating system cannot provide any more

space, the transaction is terminated.

"

But while executing some other Web Dynpro Applications, i am not facing this problem.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

Set the XBP level to 1.0 and restart the SAP Process Server.

by

parthi

Former Member
0 Kudos

Hi Parthasarathi,

Thanks for the reply . Can you explain the reason ?

Former Member
0 Kudos

You can deactivate and activate ther service from the SICF transaction, the error will go away.

Answers (2)

Answers (2)

Former Member
0 Kudos

Any Updates ?

Edited by: Manjunath CN on Nov 25, 2008 5:04 AM

Former Member
0 Kudos

Generally this error is a result of an infinite loop on internal table or select endselect statement where by severs temporary memory gets full. With no memory to insert new records in temporary memory system generates the dump.

Check your application or ask basis consultant to look at the memory parameters in instance profile.

Regards

Rohit Chowdhary

Former Member
0 Kudos

Hi Rohit,

I wont agree to your saying. The reason is

Initially i have executed the application. It has run fine. after 10 min without any code changes i again ran the application which lead to the above error.

Let me know if i am wrong.

Former Member
0 Kudos

When i deleted some of the test applications, then the error is not coming. Can i know the concept behind this ?