Kbase P142105: Unable to get more than 20 scheduled jobs running simultaneously on OpenEdge Management
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  8/31/2010 |
|
Status: Verified
SYMPTOM(s):
Unable to get more than 20 scheduled jobs running simultaneously on OpenEdge Management
Jobs are executed just fine but only after any of the previous 20 finishes
FACT(s) (Environment):
All Supported Operating Systems
OpenEdge Management
CAUSE:
This is expected behaviour. By default, OpenEdge Mgmt all ows only 20 jobs to be run concurrently.
FIX:
To change the default to "x", where "x" is the number of threads allowed, add the following to fathom.init.params file located on the OpenEdge Management intall directory.
On Windows, add the following line:
SET fathomTaskSchedulerThreads=x
On Unix, add:
fathomTaskSchedulerThreads=x
Restart AdminServer