Null error message while creating Resource Limits

Symptoms

When you set the Resource Limits for a Db2 data source, you might get the following null error message:
DAL01008. An error occurred while accessing the database. Invalid operation. ERRORCODE=-4470, SQLSTATE=08003

Environment

QMF for WebSphere®

Resolving the problem

Set the JDBC property progressiveStreaming to true:
  1. Right click on a data source and select Properties.
  2. In the Properties for data source window, from the Connection Parameters section, click Advanced.
  3. In the Advanced JDBC Settings window, select progressiveStreaming and set its value to true.
  4. Click OK.