cancel
Showing results for 
Search instead for 
Did you mean: 

Takes long time USMD_ADJUST_STAGING in backgorund

Former Member
0 Kudos

Hi,

.

We are extended the MDG BP(REUSE Mode) model with 40 custom  entities. Initially the USMD_ADJUST_STANGING takes 5 hours in background .

after extending the few more entities its is in increases to 12 hours to complete the job.

Now the same data model is it took 17 hours. Is this USMD_ADJUST_STAGING will adjust the active records.

Please provide any suggestion to reduce the time for adjusting the staging data.

Thanks & Regards,

Sekhar

Accepted Solutions (0)

Answers (2)

Answers (2)

harinath25472
Explorer
0 Kudos

Hi,

Can you please explain how the custom code was handled in handler class and issue was fixed. Because for me also USMD_ADJUST_STAGING* job has been running for around 15 hours in production system.

Thanks,

Harinath N

benjamin_allsopp
Active Participant
0 Kudos

40 + custom entities is a lot.

Adjust staging has to go through every record which is currently in a CR and adjust the data to fit to the corresponding entities to accommodate any changes in the data model.

To do this for every open record across over 40 custom entities is why it's taking a long time. Not sure you can do much about it. Good luck!

Former Member
0 Kudos

Hi,

This is due to our custom code in handler class. after fixing this issie its took only 30 min.

Thanks,