BIP2466

Severity

20 : Error

Message

(<insert_0>, <insert_1>) : The target database '<insert_2>' does not have the same characteristics as the reference database '<insert_3>'

Explanation

All databases accessed from any one node must have the same characteristics regarding the functions and data types they support. This is certainly true if they are of the same type and level (e.g. they are both DB2 v 8.2) but may not be true otherwise.

Response

Correct the syntax of your ESQL expression in node '<insert_0>', around line and column '<insert_1>', then redeploy the message flow: Examine the database names reported in this message. If they are not as expected, correct the logic of the flow. If they are as expected, then either re-arrange the flow to use separate nodes for the accesses or re-arrange the data into databases of the same type.