Background documentation-10901: No space left in request packet Locate this document in the navigation structure

 

Explanation

The method that was called failed, because the buffer for the connection to the database is too small to execute the SQL statement. The SQL statement is probably too long or too complicated, or additional functions such as the SQLDBC_Prepared_Statement::setCommandInfo method were used.

User Response

You have the following options:

  • Use the CommandBufferSize database parameter to increase the buffer size.

  • Shorten the SQL statement.

  • Use less parameters/columns in the SQL statement.