Accessing a Remote Server - Intergraph Batch Services - Help

Intergraph Batch Services Help

Language
English
Product
Intergraph Batch Services
Search by Category
Help

Accessing a server generally means displaying the queues on that server.

Using Batch Manager:

  1. Choose Server > Connect to.

  2. Key in the server name. You can also select a server from the dropdown list, which contains recently selected servers.

  3. Click OK.

    Batch Manager displays the server in a server view.

Using the command line:

  1. Start qmgr.

  2. Use the show queue or show long queue commands to display information about a specific queue. If no queue name is given, this command displays all queues on the server.

You can also use the qstat command to display information about a specific queue. If no queue name is given, this command displays all queues on the local server.

Using the Batch API:

Use the BatchGetQueueInfo, BatchEnumerateQueues, and BatchGetServerInfo functions.