This error is all about OCC (Optimistic Concurrency Control) .
read more on http://msdn.microsoft.com/en-us/library/bb190073.aspx
2 way to fix this..
first apply tablename.reread() before doing update.
second , Set OCC on table property to ‘No’
like this..
HAPPY DAXING !!