1971
SW_WISINST=WISInstance for queue:QueueName is too big (max=MaxWISInstance) - ignored
Description
The SW_WISINST queue attribute defines the WIS instance that is dedicated to handling this work queue.
The specified WISInstance value for queue QueueName is greater than the highest value WIS instance MaxWISInstance that is currently defined. SW_WISINST has therefore been ignored, and QueueName is being dynamically allocated to a WIS process.
Appears In
SWDIR\logs\sw_warn
Severity
3 (warning)
Action
To resolve this problem, do one of the following:
| • | Add more WIS processes to the system, so that there is a WIS process with an instance number that matches the WISInstance value for the QueueName queue. |
| • | Change the SW_WISINST attribute value for the QueueName queue to the instance number of a WIS process that does exist. |
| • | Blank the SW_WISINST attribute value for the QueueName queue so that the system dynamically assigns the queue to a WIS process. |
See Also
“Controlling the Assignment of Queues to WIS Processes” in the TIBCO iProcess Engine: Administrator's Guide, for information about different methods of assigning queues to WIS processes (including how to specifically assign queues using the SW_WISINST queue attribute).