
The following error was detected in the SUM tool execution of phase MAIN_NEWBAS/XPRAS_AIMMRG.

If you open transaction code ST22, Runtime Errors – the error analysis will show you that it is due to EM-Memory Exhausted: Workprocess get PRIV.


Solution
The exact error can be obtain from the work process (dev_w*) trace file. You can find it from the job details of RDDEXECL in transaction code SM37. Look for the work process of job RDDEXECL is executed, then open ST11 to locate the error based on time/date.
The exact error is, ERROR => ab_nprog: EmRealloc rc=7 ptr=(nil).
A Mon Apr 20 20:23:28:190 2020
A *** ERROR => ab_nprog: EmRealloc rc=7 ptr=(nil) [abload6.c 191]
A ** RABAX: level LEV_SN_EVENTS failed (catch rabaxGoHome).
A ** RABAX: level LEV_RX_WRITE_SNAP entered.
A ** RABAX: level LEV_SN_END completed.
A ** RABAX: level LEV_RX_WRITE_SNAP_END entered.
A ** RABAX: level LEV_RX_WRITE_SNAP_END completed.
A ** RABAX: level LEV_RX_RAL_FOR_RABAX entered.
A ** RABAX: level LEV_RX_RAL_FOR_RABAX completed.
A ** RABAX: level LEV_RX_SET_ALERT entered.
A ** RABAX: level LEV_RX_SET_ALERT completed.
A ** RABAX: level LEV_RX_COMMIT entered.
A ** RABAX: level LEV_RX_COMMIT completed.
A ** RABAX: level LEV_RX_SNAP_SYSLOG entered.
A ** RABAX: level LEV_RX_SNAP_SYSLOG completed.
A ** RABAX: level LEV_RX_RESET_PROGS entered.
A ** RABAX: level LEV_RX_RESET_PROGS completed.
A ** RABAX: level LEV_RX_STDERR entered.
A Mon Apr 20 20:23:28 2020
A
A ABAP Program CL_ABAP_TYPEDESCR=============CP .
A Source CL_ABAP_TYPEDESCR=============CM002 Line 12.
A Error Code LOAD_NO_ROLL.
The solution is taken from 2553792 – LOAD_NO_ROLL dump in ST22 on Windows,
Remove the parameter em/address_space_MB from the profiles and allow the SAP kernel to define its size based in the current formula (same size of em/initial_size_MB).
A restart in the application server is required, as this is not a dynamic parameter.
Once restart, resume your SUM activity.


