In version 2.0 of the job manager, the following parameters have been moved from the initialisation file to a database:
Parameter |
Destination table |
Queue definition: [Queues] section |
GsSoum.GsQueues |
Alert configuration: [Alerts] section |
GsSoum.GsParams |
"AllJobs" and "StartSuspended" parameters |
GsSoum.GsParams |
"AllJobs" and "StartSuspended" parameters can be reloaded in a local initialisation file, but no graphic interface is available to do so.
The GsMigrate program is provided to migrate the configuration file parameters to a database.
Its syntax is described below.
gsmigrate <ini_file> [-d<dbms=DB2>] -b<database> [-u<user>] [-p<password>]
For example, to migrate the file gestsoum.ini to the SQL Server JM database, you must enter the following command:
C:\> gsmigrate gestsoum.ini -d"SQL Server" -bGTS -usa -psa_password
GsMigrate (Adelia Job Manager migration utility) v2.0 (c) 2000-2003 Hardis
==> migration of queue definitions.
==> migration of execution parameters.
==> the configuration file has been backed up to gestsoum.000.
Migration completed successfully.
C:\> _