Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0042401Openbravo ERP00. Application dictionarypublic2019-11-26 14:382020-02-14 11:07
martiniano_linari 
AugustoMauch 
highminoralways
closedfixed 
5
pi 
 
caristu
Core
No
0042401: EDL Response length error
When we call an external service through an EDL process, and the response is greater than 2000 we receive the following error
"Caused by: org.postgresql.util.PSQLException: ERROR: value too long for type character varying (2000)"
Call an EDL process that returns an answer bigger than 2000
Change the character varying (2000) for a text
No tags attached.
Issue History
2019-11-26 14:38martiniano_linariNew Issue
2019-11-26 14:38martiniano_linariAssigned To => platform
2019-11-26 14:38martiniano_linariModules => Core
2019-11-26 14:38martiniano_linariTriggers an Emergency Pack => No
2019-11-26 14:39guillermogilSeveritymajor => minor
2019-11-26 14:39guillermogilTypedefect => design defect
2019-11-26 14:39guillermogilDescription Updatedbug_revision_view_page.php?rev_id=19783#r19783
2019-11-26 14:46martiniano_linariSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=19785#r19785
2019-11-26 14:46martiniano_linariProposed Solution updated
2019-12-26 10:37hgbotCheckin
2019-12-26 10:37hgbotNote Added: 0116527
2019-12-26 10:37hgbotStatusnew => resolved
2019-12-26 10:37hgbotResolutionopen => fixed
2019-12-26 10:37hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.externaldata.integration/rev/c62eafa42e6ec3898bd476591da04d1a3441116a [^]
2020-02-13 08:56AugustoMauchReview Assigned To => caristu
2020-02-14 11:04caristuAssigned Toplatform => AugustoMauch
2020-02-14 11:07caristuNote Added: 0117794
2020-02-14 11:07caristuStatusresolved => closed

Notes
(0116527)
hgbot   
2019-12-26 10:37   
Repository: erp/pmods/org.openbravo.externaldata.integration
Changeset: c62eafa42e6ec3898bd476591da04d1a3441116a
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Thu Dec 26 10:23:50 2019 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.externaldata.integration/rev/c62eafa42e6ec3898bd476591da04d1a3441116a [^]

Fixes BUG-42401: Increases size of OBEDL_Request.response

Now it has the same size as the request and context data.

---
M src-db/database/model/tables/OBEDL_REQUEST.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_FIELD.xml
---
(0117794)
caristu   
2020-02-14 11:07   
Reviewed.

Note that in Oracle this change will cause the recreation of the table (http://wiki.openbravo.com/wiki/Projects:DBSM_Performance_Improvements/Technical_Specifications [^])