BIP2324

Severity

20 : Error

Message

Unsupported datatype '<insert_1>' fetched from database table column '<insert_0>'.

Explanation

A message flow node which performs a database fetch returned a datatype not supported by the message broker. The database table column '<insert_0>' contain an unsupported datatype identified by '<insert_1>'.

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.