Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Dump in Transaction

Former Member
0 Likes
1,170

Hi All

I'm geting Short Dump when running transaction CG2B.

Runtime Error = STORAGE_FREE_FAILED

(Unable to release memory area).

Please give me the sol.

Its very urgent.

Regards.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
968

Nikhil,

Just have a look note# 148005 and 159616.

Kernel patch in Release 4.5B.

In Release 4.5A, the downwards compatible 4.5B kernel (with the corresponding patch level) must be imported.

it seems not an abap problem please give this solution to your basis person he will be able to look at this.

Amit.

Hi All

I'm geting Short Dump when running transaction CG2B.

Runtime Error = STORAGE_FREE_FAILED

(Unable to release memory area).

Please give me the sol.

Its very urgent.

Regards.

6 REPLIES 6
Read only

Former Member
0 Likes
968

This is from SAP notes

Solution

A kernel patch is available (patch comment: free after index resize for an internal table).
Note: The kernel patch specified here only has the effect that the actual runtime error TSV_TNEW_INDEX_NO_ROLL_MEMORY is no longer covered by the subsequent error STORAGE_FREE_FAILED. The actual error cause is a memory request that is too large for the index of the target table. The storage requirement for the index of the target table is proportional to the number of lines which should be inserted in the table. In particular on AS/400 platforms, the target table can therefore only contain a maximum of approximately 4 million lines.

Read only

Sidh_M
Participant
0 Likes
968

Hi Nikhil,

Go through following link

http://www.hvenegas.com/hv.htm

http://www.erphome.net/wdb/wdbread.php?forumid=1&filename=f_7349&page=2 - 86k -

might be help full

Regards,

SUDHIR MANJAREKAR

Read only

Former Member
0 Likes
969

Nikhil,

Just have a look note# 148005 and 159616.

Kernel patch in Release 4.5B.

In Release 4.5A, the downwards compatible 4.5B kernel (with the corresponding patch level) must be imported.

it seems not an abap problem please give this solution to your basis person he will be able to look at this.

Amit.

Read only

0 Likes
968

Hi Amit

Actually I'm using ECC 5.0

So what to do in that case?

Regards.

Read only

Former Member
0 Likes
968

Thanks All..

Read only

Former Member
0 Likes
968

Error is resolved by applying the patch.