GLPSRV203W The server has temporarily suspended reading client requests from the network. 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.

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.