Enabling/Disabling a Queue - Intergraph Batch Services - Help

Intergraph Batch Services Help

Language
English
Product
Intergraph Batch Services
Search by Category
Help

These commands control the inflow state of the queue. The inflow state is either enabled or disabled. An enabled queue will accept new jobs that are submitted or transferred to it; a disabled queue will not.

You must have at least operator privileges on the server where the queue resides in order to enable or disable a queue.

Using Batch Manager:

  1. Select the queue from the Server view.

  2. Select Queue > Enable or Queue > Disable to control whether or not jobs may be submitted to the selected queue. You can also click Enable Queue Enable Queue or Disable Queue Disable Queue on the toolbar.

Using the command line:

  1. Start qmgr.

  2. Use the enable queue command to enable the queue. Use the disable queue command to disable the queue.

Using the Batch API:

Use the BatchDisableQueue function to disable a queue. Use the BatchEnableQueue function to enable a queue.