The job manager configuration file, called gestsoum.ini by default, contains the queue configuration and the manager configuration options.
The configuration file contains the following section:
[GestSoum]
The parameters specified here are given priority in relation to those stored in the job manager interface:
LogicalServer: |
Name of the logical server to use for connecting (default value: GSSOUM) in the client configuration file. Note: the job manager can henceforth run in local mode, independently of the Adelia client/server.
|
SuspendOnStart: |
Starts the queues in suspended mode: Possible values:
Default value: 0
|
AllJobs: |
Accepts jobs not specifically assigned to the machine. Possible values:
Default value: 1
|
QueuePoolDelay |
Wait delay between two job acquisition attempts by a queue when no job is available*. This time specifies the maximum latency time for a queue between two job executions. By default: 3000 milliseconds.
|
RestrictToQueues |
Identifier of queues to be started ("1", "2", "3", etc.).
|
PoolSizeMin |
Minimum size of processing pool.
|
PoolSizeMax |
Maximum size of processing pool.
|
* Note: a job manager is considered to be in error (inactive) by the administration console if it has not given any "signs of life" for an arbitrarily set time of five times the queue wait time.
The following parameters can only be accessed in the configuration file:
Company: |
Assigns a name to the company in the "About..." box. Default value: "Hardis".
|
Application: |
Assigns a name to the application in the "About..." box. Default value: "Adelia/IWS".
|
ConnectionDLL: |
Provides the name of a specific connection DLL. This DLL enables a specific connection box to be displayed and the server connection options to be configured (logical server/user/password).
|