SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

Short Dump while loading OBJCLASSCO Migration Object

Former Member
0 Kudos

Hi Fritz,

We're trying to load the OBJCLASSCO migration Object through EMIGALL, but files are getting cancelled due to shrot dump saying.

'MEMORY_NO_MORE_PAGING'. We tried t increase the Page Size but error is consistent.

Kindly help.

Thanks & Regards,

Sagar

1 REPLY 1

Former Member
0 Kudos

Hi Sagar

The better option is to determine what object (class instances, internal tables etc.) is allocating the memory.

This can be done in debugging mode. Go into debug shortly before you expect the shortdump.

With the new debugger the memory consumption is not visible as default. Create a "New Tool" in one of your tabs. In the "New Tool" popup choose "Special Tools: Memory analysis". Within the new sub-screen click the second Icon from the top to get a list of memory allocating objects (sorted by size).

For all the larger objets in the list try to find a way to clear/refresh the objects after each Logical Unit of Work (LUW).

Yep

Jürgen