cancel
Showing results for 
Search instead for 
Did you mean: 

MEMORY_NO_MORE_PAGING

Former Member
0 Kudos

Dear All,

I am using SAP ECC 6.0 with SQL 2005 DB

and Windows 2003 server enterprise edition.

While run ZRG1 report i am getting MEMORY_NO_MORE_PAGING this dump error.

and even working on FK01 or PFCG same error.

Pls. help me

thanks

Regards.

Saket Bhandare

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Please check the following:

If there is enough Virtual memory allocated to the server as mentioned in the installation document. (its different for 32 and 64 bit servers)

If its fine, please check the parameters as mentioned in the previous post. if you have enough paging size, increasing the buffer size will fix the issue.

If this doesnt work, the problem will be with the Z transaction. It must be rolling out huge amount of data or going in loop. Was this transaction working perfectly before? If not, please ask the abaper to debug the program and check where the problem is.

Hope this helps..

JPReyes
Active Contributor
0 Kudos

That means that you're running out of memory.. either you memory parameters are set incorrectly or whatever the scope of the transaction youre running is to wide....

check parameters abap/heap_area* and rdisp/ROLL*

Regards

Juan