This is saying that the database column you are trying to bring back thorugh the lookup is CLOB (datatype)this is a extremly big datatype (gigabytes big)
CLOB datatype is designed for extremely large information, especially for binary information (images, sounds, movies) that are stored into database. You should review the fields in the database, perhaps to change to more standard format.. VarChar, NVarChar etc
