DSNB545I FOR bp-name, VPSIZE specified-value NOT VALID WITH VPSIZEMIN minimum-size AND VPSIZEMAX maximum-size. VPSIZE MUST BE BETWEEN VPSIZEMIN AND VPSIZEMAX
Explanation
An ALTER BUFFERPOOL command was issued that specified incompatible values for one or more of VPSIZE, VPSIZEMAX, or VPSIZEMIN. The value of VPSIZE must be greater than or equal to the value of VPSIZEMIN, and less than or equal to the value of VPSIZEMAX.
- bp-name
- The name of the buffer pool.
- specified-value
- The value that is specified for VPSIZE in the ALTER BUFFER POOL command or if no value was specified, the current value.
- minimum-size
- The value that is specified for VPSIZEMIN in the ALTER BUFFER POOL command or if no value was specified, the current value.
- maximum-size
- The value that is specified for VPSIZEMAX in the ALTER BUFFER POOL command or if no value was specified, the current value.
System action
The buffer pool is not modified.
User response
Reissue the ALTER BUFFERPOOL command, and specify compatible values for the VPSIZE, VPSIZEMIN and VPSIZEMAX options.