← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 745878] Re: OperationalError: could not obtain lock on row in relation "ir_sequence"

 

This is because another process has locked the tables you are trying to
write to. Are you using the JIT module? When the MRP scheduler runs, or
you do manufacturing, or you import orders with this module it will
physically lock the tables so no other part of the program can access
it. There could be a good reason, but with an enterprise class system
this I think is an architecture flaw in OpenERP. You should report this
as a bug in the addons or server branch.

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/745878

Title:
  OperationalError: could not obtain lock on row in relation
  "ir_sequence"

Status in Magento Open ERP Connector:
  New

Bug description:
  When I confirm manualy or not kind of orders this error occured :

  OperationalError: could not obtain lock on row in relation
  "ir_sequence"

  Is someone know how solve this ?



Follow ups

References