Modifying a Batch Job after Submission - Intergraph Batch Services - Help

Intergraph Batch Services Help

Language
English
Product
Intergraph Batch Services
Search by Category
Help

Batch jobs can be modified after they are submitted, but before they begin execution. These job properties can be changed after a job has been submitted: scheduling priority, job name, execution priority, and whether or not the job is restartable.

You must either own the job or have at least operator privileges on the server where the job is currently located in order to modify the job properties.

Using Batch Manager:

  1. Select the job to be modified.

  2. Select Job > Properties.

    Batch Manager displays the Job Properties Dialog Box.

  3. Change the information on the dialogs as needed.

  4. Click OK.

Using the command line:

  1. Start qmgr.

  2. Use the modify request command to change the job properties.

Using the Batch API:

  1. Use the BatchGetJobInfo function to obtain the BATCH_JOB_INFO_2 structure for the job.

  2. Modify the appropriate field.

  3. Use the BatchSetJobInfo function to modify job attributes.