This error is recorded by Siebel server components that utilize worker queue threads to carry out its work such as Parallel Database Extract server component.
This error occurs when the component is configured in such a manner that the number of worker queue threads is more than the maximum number of concurrent tasks the above message is reported.
Check the settings for the following parameters for the above component:
This error occurs when the component is configured in such a manner that the number of worker queue threads is more than the maximum number of concurrent tasks the above message is reported.
Check the settings for the following parameters for the above component:
- Maximum Number of WorkQ Threads (MaxWorkQThreads)
- Maximum Tasks (MaxTasks)
- Maximum MT Servers (MaxMTServers)
The value for the parameter "MaxWorkQThreads" is not greater than the maximum number of concurrent tasks.
The maximum number of concurrent tasks = (MaxTasks / MaxMTServers)
Note: In the case of Parallel Database Extract, users would need to add one additional task to the result obtained above since it has one ancillary task of its own.