Apr 17, 2013

[SOLVED] openerp7 xmlrpclib.Fault: Fault could not serialize access due to concurrent update

hmm... today i wanna share about how to SOLVED openerp7 xmlrpclib.Fault: Fault could not serialize access due to concurrent update, its happen when you create serial inserting or other operation on loop,

on my case, its happen when i migrate hundreds of users and employee to openerp 7,.

the solution is, just make it slower, give 2 seconds in every loop before go through. You know that, the ORM level need time to process each inserting-data.

see on my works below:



.
hmm... today i wanna share about how to SOLVED openerp7 xmlrpclib.Fault: Fault could not serialize access due to concurrent update, its happen when you create serial inserting or other operation on loop,

on my case, its happen when i migrate hundreds of users and employee to openerp 7,.

the solution is, just make it slower, give 2 seconds in every loop before go through. You know that, the ORM level need time to process each inserting-data.

see on my works below:


No comments:

Post a Comment