04.12.2012 Views

Windchill System Administrator's Guide

Windchill System Administrator's Guide

Windchill System Administrator's Guide

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Queue Entry States<br />

wt.queue.queueGroup=localhost in each wt.properties file sets up three queue<br />

groups named appsvr1, appsvr2, and appsvr3.<br />

Also, you can set the default queue group to map to another established group by<br />

setting the wt.queue.queueGroup.default property. For example, setting the<br />

following properties in the wt.properties file on the method server that resides on<br />

the appsvr2 host sets the queue group appsrv2 and maps the default group of<br />

queues to the group named appsvr1. Additional queues are mapped to appsvr2<br />

and appsvr3:<br />

wt.manager.monitor.start.BackgroundMethodServer=1<br />

wt.queue.queueGroup.default=appsvr1<br />

wt.queue.queueGroup=localhost<br />

wt.queue.xxx=appsvr2<br />

wt.queue.yyy=appsvr2<br />

wt.queue.zzz=appsvr3<br />

You can change the group to which a queue is assigned by changing queue<br />

properties through the Queue Manager utility.<br />

Each entry in a background queue corresponds to a processing task. An entry can<br />

be in one of the following states:<br />

State Description<br />

Ready Corresponds to the initial state of the task. Only entries in the<br />

Ready state are selected for execution, based on the order in<br />

which they were inserted into the queue (first in, first out).<br />

Suspended Indicates that an entry is to remain in the queue, but is not<br />

eligible for execution until you change its state to Ready.<br />

Changing a state can be accomplished from the Queue<br />

Manager tab in the <strong>System</strong> Configurator.<br />

Executing Indicates that an entry is selected for execution. From the<br />

Executing state, the entry goes to either the Completed or<br />

the Failed state.<br />

Completed Indicates that the task was successfully executed. You can<br />

purge queues of Completed entries so that the size of a<br />

queue does not exceed the storage capacity of the database.<br />

Failed Indicates that an error occurred during execution. You can<br />

purge queues of Failed entries so that the size of a queue<br />

does not exceed the storage capacity of the database.<br />

Configuring and Administering Background Queues 8-3

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!