Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0015983 | Openbravo ERP | 01. General setup | public | 2011-02-15 11:48 | 2011-03-16 19:08 |
|
Reporter | jonalegriaesarte | |
Assigned To | adrianromero | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.50MP26 | |
Target Version | 2.50MP28 | Fixed in Version | 2.50MP28 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0015983: When importing a big number of POS orders (500 different orders with 2 lines each) an appears |
Description | When importing a big number of POS orders (500 different orders with 2 lines each) an appears. The error is:
ERROR org.openbravo.erpCommon.ad_process.ImportProcessData - SQL error in query: UPDATE AD_PInstance SET IsProcessing='N', Updated=to_date(now()), Result=to_number(?), ErrorMsg=TO_CHAR(?) WHERE AD_PInstance_ID = ?Exception:org.postgresql.util.PSQLException: ERROR: value too long for type character varying(2000)
ERROR org.openbravo.erpCommon.ad_process.ImportProcess - Unable to unlock instance - javax.servlet.ServletException: @CODE=0@ERROR: value too long for type character varying(2000)
The problem is in the ErrorMsg column, because the message is bigger than the column size. |
Steps To Reproduce | - Master Data Management || Import Data || Import Orders
- Import 1000 lines (500 different orders)
- The process fails |
Proposed Solution | The column type MsgText could be changed to LONG |
Additional Information | |
Tags | No tags attached. |
Relationships | depends on | defect | 0016313 | | closed | adrianromero | When importing a big number of POS orders (500 different orders with 2 lines each) an appears |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-02-15 11:48 | jonalegriaesarte | New Issue | |
2011-02-15 11:48 | jonalegriaesarte | Assigned To | => adrianromero |
2011-02-15 11:48 | jonalegriaesarte | Modules | => Core |
2011-02-15 11:48 | jonalegriaesarte | OBNetwork customer | => Yes |
2011-02-15 12:54 | jonalegriaesarte | Issue Monitored: networkb | |
2011-03-15 17:35 | adrianromero | Status | new => scheduled |
2011-03-15 17:35 | adrianromero | Type | defect => backport |
2011-03-15 17:37 | adrianromero | Issue cloned | 0016313 |
2011-03-15 17:37 | adrianromero | Relationship added | depends on 0016313 |
2011-03-15 17:39 | hgbot | Checkin | |
2011-03-15 17:39 | hgbot | Note Added: 0034906 | |
2011-03-15 17:39 | hgbot | Status | scheduled => resolved |
2011-03-15 17:39 | hgbot | Resolution | open => fixed |
2011-03-15 17:39 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/stable/2.50/rev/92881081acbef84ab097df0546c155b3e39df06b [^] |
2011-03-15 17:42 | adrianromero | Note Added: 0034908 | |
2011-03-16 19:08 | jonalegriaesarte | Note Added: 0034964 | |
2011-03-16 19:08 | jonalegriaesarte | Note Added: 0034965 | |
2011-03-16 19:08 | jonalegriaesarte | Status | resolved => closed |
2011-03-16 19:08 | jonalegriaesarte | Fixed in Version | => 2.50MP28 |