BIP2370
Severity
20 : ErrorMessage
Transaction compromised: message flow thread already connected to DSN '<insert_0>' in a different coordination mode.Explanation
A thread executing a message flow node attempted to connect to a database. However, the message flow thread already had a connection to the same data source name (DSN) '<insert_0>' in a different coordination mode. On UNIX and Windows platforms, this request cannot be granted because this would compromise the integrity of a globally coordinated transaction and would result in XA protocol errors and/or unpredictable behavior. This can occur if a message flow has been configured with the Coordinated Transaction property of 'yes' and the nodes specifies a property which indicate that a commit to that database is to be performed.Response
Correct the message flow and redeploy the message broker.