BIP2503
Severity
20 : ErrorMessage
Invalid shared variable operation.Explanation
An SQL statement has attempted an operation involving shared variables which is outside the range permitted. You cannot move (by using DETACH/ATTACH) a subtree from one shared variable to another. You cannot use functions with side effects to change shared variables when the expression invoking the function also operates on shared variables.Response
Correct the logic of the ESQL program and re-deploy the message flow.