Cause
An attempt was made to insert a row into a blockchain table inside an UPDATE trigger statement on the same or different blockchain table.
Action
Remove any INSERT statements into blockchain tables in the trigger.
Error Message
INSERT statement not allowed in an UPDATE trigger on blockchain tables
An attempt was made to insert a row into a blockchain table inside an UPDATE trigger statement on the same or different blockchain table.
Remove any INSERT statements into blockchain tables in the trigger.