How to resolve "TISRVLIS CANNOT PROCESS REQUEST GREATER THAN 32K" message
search cancel

How to resolve "TISRVLIS CANNOT PROCESS REQUEST GREATER THAN 32K" message

book

Article ID: 17132

calendar_today

Updated On:

Products

Gen Gen - Workstation Toolset Gen - Host Encyclopedia Gen - Run Time Distributed

Issue/Introduction



I am receiving the following TISRVLIS error message:

   TISRVLIS CANNOT PROCESS REQUEST GREATER THAN 32K 

Please give me a brief explanation on this to explain the error message.

Environment

Release: KGNDDL99000-8.5-Gen-DBP Developer License
Component:

Resolution

The message "TISRVLIS CANNOT PROCESS REQUEST GREATER THAN 32K" is produced after the CFBDATA header is received and the CFB Length is checked. If this length is greater than 32767 bytes, then the message is produced, an error buffer is sent back to the client, and the socket is closed. The TISRVLIS listener does not have buffers that can process more than 32K of data.

In certain circumstances, this listener needs to read the entire CFB so it cannot handle these larger requests.  In this case, you will need to use the TISRVMSL for these.