How to avoid this error in openerp processing.
The problem is that, I must lock all table in database for one cron task.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
How to avoid this error in openerp processing.
The problem is that, I must lock all table in database for one cron task.
A possible solution: https://www.odoo.com/forum/help-1/question/transactionrollbackerror-a-possible-solution-69070
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
Daftar| Post Terkait | Replies | Tampilan | Aktivitas | |
|---|---|---|---|---|
|
could not obtain lock on row in relation "ir_cron"
Diselesaikan
|
7
Mar 25
|
52886 | ||
|
3
Mar 15
|
22047 | |||
|
1
Jan 24
|
3946 | |||
|
0
Apr 22
|
5098 | |||
|
0
Jan 17
|
5209 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
When you lock all table (depending on which lock you choose) you'll definitely get this error if someone tries to update. It is part of the consistency design in database. I would actually question the reason behind the decision to lock all table. If it can be eased, you might be able to work on solution.