Removing Work Queue Items
Run the following command to remove work items in a work queue that is cached by the WIS process, if the work items do not have matching records in the outstanding_addr table.
swutil CLEANITEM queuename workitemtag workitemtag...
where:
| • | queuename is the name of the queue that contains the work items you want to remove. |
| • | workitemtag workitemtag... is the case number and the request ID in the following format: |
case number, request id
For example: 101,1001.
You can remove more than one work item in a queue by using spaces to separate them. For example: 101,1001 102,1002 103,1003.
|
Note |
This command must be used with the TIBCO recommends you use this command with guidance from TIBCO Support. |
The command checks whether the work items have matching records in the outstanding_addr table before removing them from the WIS cache. If the work items have matching records in the staffo, pack_data, and pack_memo tables, these records of work items are also removed from the tables.