Copyright © TIBCO Software Inc. All rights reserved.
Copyright © TIBCO Software Inc. All rights reserved.


Chapter 3 Work Items : Checking Work Queue Items

Checking Work Queue Items
Run the following command to check whether the work items in a work queue that has been cached by the WIS process, have matching records in the outstanding_addr table or not.
swutil CHECKITEM queuename workitemtag workitemtag...
where:
queuename is the name of the queue that contains the work items you want to check.
workitemtag workitemtag... is the case number and the request ID in the following format:
case number, request id
For example: 101,1001.
You can check more than one work item in a queue by using spaces to separate them. For example: 101,1001 102,1002 103,1003.
Example
Checking a Work Item
To check a work item with the case number, 101, and the request ID, 1001, in the queue1 queue, enter the following command on a command line:
swutil CHECKITEM queue1 101,1001
Checking Work Items in a Queue
To check three work items in the queue1 queue, enter the following command at a command line:
swutil CHECKITEM queue1 101,1001 102,1002 103,1003
where each work item with the case number and the request ID is as follows:
Output of the Command
The output of the command and their descriptions are shown in the following table.
 

Copyright © TIBCO Software Inc. All rights reserved.
Copyright © TIBCO Software Inc. All rights reserved.