GLPSRV204W The server has temporarily suspended reading client requests from the network number of times times. There are number of writewaiters of number of total workers worker threads attempting to write results.

Explanation

The server has temporarily suspended reading client requests from the network because there are no free worker threads for the server to process additional requests. The number of database connections may be too small for the current workload. This message will only be logged one time in any five minute interval.

User response

The server will start reading client request from the network as soon as a worker thread becomes available. Increase the number of worker threads in the server configuration by increasing the number of database connections.