BIP4002

Severity

20 : Error

Message

Transaction state is not consistent with the value of 'transaction' attribute in node <insert_1>.

Explanation

The node <insert_1> would cause a commit of the database transaction on DSN <insert_2>. However, an active transaction already exists on that database, which would be committed prematurely if this node did a commit. This situation can arise if a previous node which caused a database update on the same DSN had the transaction property of 'automatic' specified. The message flow logic is regarded as inconsistent in such a situation.

Response

Examine the logic of the message flow, correct it and redeploy.