install-path/var
.
install-path/etc/dmserver.cfg
.
Configuration Option
|
Description
|
---|---|
DMSERVER/SOAP/PROC_SVC/MAX_NUM
|
Specifies the maximum
number of real-time process services that are allowed to run simultaneously.
The default value is 10. If a new service request exceeds the limit,
then an error message is displayed and the new service is not executed.
|
DMSERVER/JOBS_MAX_NUM
|
Specifies the maximum
number of batch jobs and profile jobs that are allowed to run simultaneously.
The default value is 10. If a new job request exceeds the limit, and
if DMSERVER/JOBS=YES, then the job run request is placed in a queue.
If DMSERVER/JOBS=NO, then an error message is displayed and the new
job is not executed.
|
DMSERVER/JOBS_QUEUE
|
Allows or denies the
server the ability to queue batch job run requests when the number
of running jobs exceeds the value of the DMSERVER/JOBS_MAX_NUM option.
A value of YES queues job run requests and sends clients a success
response, as if the job had begun to run. As running jobs finish or
are canceled, queued jobs run and the queue is cleared. This option
does not apply to profile jobs. The default value is NO.
|
DMSERVER/SOAP/DATA_SVC/JOB_COUNT_MIN
|
Specifies the minimum
number of instances of a given real-time service that remain loaded.
When the number of jobs reaches the minimum limit, the Data Management
Server halts the unloading of instances of the specified job. The
value of this option is of the form min-count:service-file-name.
|
DMSERVER/SOAP/DATA_SVC/JOB_COUNT_MAX
|
Specifies the maximum
number of instances of a given service job that can be loaded at the
same time. Once this limit is reached, the DataFlux Data Management
Server will not load any more instances of that service job. The value
of this option is of the form
max-count:service-file-name .
|
DMSERVER/JOBS_ROOT_PATH
|
Specifies the location
of the root directory for the job and service subdirectories. The
default object root directory is
install-path\var .
The subdirectories for jobs and services are: data
services , process services ,
and batch jobs .
|