Error 16128

Severity

10

Message text

Buffer size insufficient to hold %1! value in procedure %2!.

Explanation

Open Server routines such as srv_dynamic() and srv_options() return information through a buffer pointer parameter. If the buffer passed to the specified routine is not large enough, the error is generated. This error can also occur during a call to blk_colval() if the *valuep buffer is too small.

Action

For the correct buffer size, see Table 3-40 (for srv_dynamic()) or Table 3-77 (for srv_options()).

Additional information

Symbolic constant: SRV_EBUFFSIZE