KB Article #180541

Force the Master to reload active job first during reconfig

Problem

Master re-config takes long time due to the reload of jobs in status OK (waiting to be removed by the master)

Resolution

Force the Master to reload first active jobs and delay the reload of jobs in status OK (waiting to be removed by the master) by configuring the system property reconfig.active.first to true.

To do this, navigate to $ACTISEDI/lib and open the ediman.jdbc file. Add the following line before the last "if - else" condition of the file:

JMASTER_OPTS = "$JMASTER_OPTS -Dreconfig.active.first=true"