logo  
Google
 

DB2 SQL-Error: -728

SQLState: 56080

Short Description: DATA TYPE IS NOT ALLOWED IN DB PRIVATE PROTOCOL PROCESSING

An SQL statement uses a data type that cannot be used with DB2 private protocol. Data types such as LOBs (large objects), row IDs and user defined types cannot be accessed using DB2 private protocol. System action: The statement cannot be executed. Programmer response: If this is an invalid data type, correct the statement. If this is a valid (but disallowed) data type, you can: v Remove access to the data type listed, and re-execute the statement. v Change the application program so that DRDA is used to access the data. v BIND the package containing the statement to the remote site with bind option DBPROTOCOL(DRDA) and rerun the program.Refer to the DB2 SQL Reference for more information.

 <-  BACK TO INDEX