Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0015987Openbravo ERPZ. Otherspublic2011-02-15 13:292011-03-01 00:00
adrianromero 
adrianromero 
immediatemajorhave not tried
closedfixed 
5
pi 
 
Core
No
0015987: API Break. try-api fails
The try build in pi http://builds.openbravo.com/view/try-2.50/job/try-2.50-api/42/ [^] failed because of the following change: https://code.openbravo.com/erp/stable/try-2.50/graph/95d7cbaac5db [^]


The change that causes the risk is the modification of the type of the field OB_CONTEXT of the table AD_PROCESS_REQUEST from VARCHAR(4000) to CLOB.

This change is required becuase the serialization of the context is bigger than 4000 characters when there are too much organizations and the database engine raises an error because this serialized context does not fit in the field OB_CONTEXT

The change has been tested in several areas affected and in both database engines and there is no visible risk.
No tags attached.
related to defect 0015940 closed adrianromero When you create a lot of organizations assigned to a role, the processes do not work 
blocks backport 0015988 closed adrianromero API Break. try-2.50-api fails 
Issue History
2011-02-15 13:29adrianromeroNew Issue
2011-02-15 13:29adrianromeroAssigned To => iciordia
2011-02-15 13:29adrianromeroModules => Core
2011-02-15 13:29adrianromeroRelationship addedrelated to 0015940
2011-02-15 13:33adrianromeroRelationship addedblocks 0015988
2011-02-15 20:35iciordiaNote Added: 0034214
2011-02-15 20:35iciordiaAssigned Toiciordia => adrianromero
2011-02-17 18:11adrianromeroNote Added: 0034253
2011-02-21 17:47hgbotCheckin
2011-02-21 17:47hgbotNote Added: 0034289
2011-02-21 17:47hgbotStatusnew => resolved
2011-02-21 17:47hgbotResolutionopen => fixed
2011-02-21 17:47hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/api-checks/rev/41d4c1ffa8ea956652b227a8c8c36b5db1e1f0a4 [^]
2011-02-25 13:13hgbotCheckin
2011-02-25 13:13hgbotNote Added: 0034370
2011-02-25 13:13hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/api-checks/rev/41d4c1ffa8ea956652b227a8c8c36b5db1e1f0a4 [^] => http://code.openbravo.com/erp/devel/api-checks/rev/d73565036363d8387bc7b569b36f199236149599 [^]
2011-02-28 22:55dalsasuaNote Added: 0034451
2011-02-28 22:55dalsasuaStatusresolved => closed
2011-03-01 00:00anonymoussf_bug_id0 => 3195610

Notes
(0034214)
iciordia   
2011-02-15 20:35   
Approved.

Ismael
(0034253)
adrianromero   
2011-02-17 18:11   
It will be resolved after pi is unfrozen
(0034289)
hgbot   
2011-02-21 17:47   
Repository: erp/devel/api-checks
Changeset: 41d4c1ffa8ea956652b227a8c8c36b5db1e1f0a4
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Mon Feb 21 17:44:54 2011 +0100
URL: http://code.openbravo.com/erp/devel/api-checks/rev/41d4c1ffa8ea956652b227a8c8c36b5db1e1f0a4 [^]

Fixes issue 0015987: API Break. try-api fails

---
M model/src-db/database/model/tables/AD_PROCESS_REQUEST.xml
---
(0034370)
hgbot   
2011-02-25 13:13   
Repository: erp/devel/api-checks
Changeset: d73565036363d8387bc7b569b36f199236149599
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Fri Feb 25 13:11:29 2011 +0100
URL: http://code.openbravo.com/erp/devel/api-checks/rev/d73565036363d8387bc7b569b36f199236149599 [^]

Fixes issue 0015987: API Break. try-api fails

---
M model/src-db/database/model/tables/AD_PROCESS_REQUEST.xml
---
(0034451)
dalsasua   
2011-02-28 22:55   
API test is not failing any more