Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0018110Openbravo ERP02. Master data managementpublic2011-07-28 10:132011-07-28 10:27
adrianromero 
adrianromero 
normalmajorhave not tried
closedfixed 
5
 
2.50MP33 
Core
No
0018110: Try-2.50-api failed because two foreign keys has been removed
Due to issue https://issues.openbravo.com/view.php?id=18099 [^] Sometimes a deadlock appear when syncrhonizing a and processing orders at the same time

It has been pushed a fix to try that resulted in an api break:

http://builds.openbravo.com/view/try-2.50/job/try-2.50-api/128/ [^]

The reason is that two foreign keys has been removed to avoid deadlocks. These foreign keys are not necesary because the table I_ORDER is just a temporary table not used in any business flow and the reference integrity will be verified when processing the imported orders.
Review push
No tags attached.
blocks backport 00180992.50MP33 closed adrianromero Sometimes a deadlock appear when syncrhonizing a and processing orders at the same time 
Issue History
2011-07-28 10:13adrianromeroNew Issue
2011-07-28 10:13adrianromeroAssigned To => adrianromero
2011-07-28 10:13adrianromeroModules => Core
2011-07-28 10:14adrianromeroRelationship addedblocks 0018099
2011-07-28 10:19hgbotCheckin
2011-07-28 10:19hgbotNote Added: 0039473
2011-07-28 10:19hgbotStatusnew => resolved
2011-07-28 10:19hgbotResolutionopen => fixed
2011-07-28 10:19hgbotFixed in SCM revision => http://code.openbravo.com/erp/stable/api-checks-2.50/rev/fe875614d260f23876e0b36d254aefb5caefe29b [^]
2011-07-28 10:27adrianromeroStatusresolved => closed

Notes
(0039473)
hgbot   
2011-07-28 10:19   
Repository: erp/stable/api-checks-2.50
Changeset: fe875614d260f23876e0b36d254aefb5caefe29b
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Thu Jul 28 10:19:01 2011 +0200
URL: http://code.openbravo.com/erp/stable/api-checks-2.50/rev/fe875614d260f23876e0b36d254aefb5caefe29b [^]

Fixes issue 0018110: Try-2.50-api failed because two foreign keys has been removed. Related to issue 18099

---
M model/model/tables/I_ORDER.xml
---