Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

DBIF_RSQL_SQL_ERROR

NWL
Explorer
0 Kudos

Using a third party tool we are copying data between two systems both are Unicode. RFC is set up as Non Unicode.

While updating the data its giving us short dump

Runtime Errors         DBIF_RSQL_SQL_ERROR

Except.                CX_SY_OPEN_SQL_DB

SQL error "-804" when accessing table

What happened?

    Error Text of the Database: "SQL0804N The application program parameters for

     the current request are not valid. Reason code "106". If a host variable or

     SQLVAR in the SQLDA is invalid then: host variable/SQLVAR number = "23",

     SQLTYPE = "485", SQLLEN = "1282", host variable/SQLVAR"

How to correct the error

    Internal call code.........: "[RSQL/INSR/

any suggestions ?

1 REPLY 1

Former Member
0 Kudos

Hello Aman,

perhaps it would be useful to see the whole dump here.

From the attached error message I see only that you have a DB2 database.

"SQL0804N"  SQL error "-804" Reason code "106

"The SQLDATA pointer is invalid or points to insufficient storage."

s. http://publib.boulder.ibm.com/infocenter/db2luw/v9r5/index.jsp?topic=%2Fcom.ibm.db2.luw.messages.sql...

br, Endre.