DSNB602I UNABLE TO CREATE BUFFER POOL bpname. BUFFER POOL SIZE IS ZERO
Explanation
An attempt to create the buffer pool failed while opening a Db2 table space or index that specified its use. The buffer pool size for bpname was zero. This indicates that the use of the pool is invalid.
System action
Reason code 00C200E0 and the buffer pool external name are recorded in the cursor table (CT), which is available in the SQL communication area (SQLCA) or messages. An SQLCODE -904 (resource not available) is returned to the user.
Operator response
Notify the system programmer.
System programmer response
Use the ALTER TABLESPACE or ALTER INDEX statement to modify affected table spaces or indexes to indicate a usable buffer pool. Use the DISPLAY BUFFERPOOL command to determine a usable buffer pool. If necessary, use the ALTER BUFFERPOOL command to activate the failing buffer pool by setting its VPSIZE to a nonzero value.