Error 16305

Severity

10

Message text

%1!: NULL data sent for column %2! -- text pointer length was 0.

Explanation

The CS_IODESC textptrlen field has been set to zero, which indicates that srv_send_text() will be sending a NULL column to the server. However, the buflen value passed to srv_send_text() is not zero, which indicates that there is data to be sent.

Action

Compare the data and data length described in srv_text_info() with the buffer and buflen parameters passed to srv_send_text(). Make sure all of these parameters agree.

Additional information

Symbolic constant: SRV_ENOTXTSENT