BIP2324
Severity
20 : Error
Message
Unsupported datatype <insert_2> fetched from database table column <insert_1>.
Explanation
A message flow node which performs a database fetch returned a datatype not supported by the message broker. The database table column <insert_1> contain an unsupported datatype identified by <insert_2>.
Response
Either update the message flow to eliminate the reference to the database column with the unsupported datatype, or modify the database schema to change the column to be of a type supported by the message broker.