Skip to Content
0
Former Member
Mar 09, 2010 at 06:10 AM

Filter condition in ABAP Initial Load Job

93 Views

Hi,

The ECC Initial Load JOb for IDM has been failing continuously because of 'Out of Memory' Exception

Error Description - Unhandled Error in DSERuntime - Exception:java.lang.OutOfMemoryError

All the FROM PASSES except the "ReadAbapUsers" pass has been running successfully. We believe this could be because of the huge number of Users and User-Role Assignments(2,61,000) present in ECC System.

Hence we thought of breaking down this process(ReadAbapUsers) into smaller chunks.i.e., fetch all the users with loginuid starting with 1; then 2; then 3 and so on... But we are not sure of the way to implement this. Please suggest an alternative.

Regrads,

Joel