c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #20516
Re: [Bug 745878] Re: OperationalError: could not obtain lock on row in relation "ir_sequence"
I think we also got that lock issue when trying to validate a purchase order
with a "customer location" for the destination because it ended up in an
infinite loop in the workflow (sorry I couldn't find the report), so I think
errors leading to loops in workflow might lead to that kind of lock never
being released. Just make sure your OpenERP process (with the "top command)
didn't go wild to check if ever your are in this case.
On Wed, Mar 30, 2011 at 2:09 PM, Kyle Waid - http://www.gcotech.com <
745878@xxxxxxxxxxxxxxxxxx> wrote:
> 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 subscribed to Magento
> Open ERP Connector.
> 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 ?
>
--
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 ?
References