Question

Getting the below error while updating task status

  • 21 January 2020
  • 1 reply
  • 165 views

Userlevel 3
Badge +7

 

While changing the status of task, getting the below error:

Row (task_task, (---)) was changed after it was selected. Reselect and try again

 

Could you please help how to get rid of this?


1 reply

Userlevel 5
Badge +17

This is called a ‘row concurrency’ error, and it often has to do with how FSM manages optimistic record locking using multiple fields rather than a single counter field.  Here is a guide to troubleshooting this error.

See the attached file titled Addressing Row Concurrency Errors.  I wrote it a while back, so it refers to FSM as ‘M5’, but the content is still quite relevant.

Reply