Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0025225 | Openbravo ERP | A. Platform | public | 2013-11-27 09:12 | 2013-11-27 09:12 |
Reporter | egoitz | ||||
Assigned To | AugustoMauch | ||||
Priority | urgent | Severity | major | Reproducibility | have not tried |
Status | new | Resolution | open | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
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 | 0025225: It is not possible to save on the process monitor a log bigger that 4000 characters | ||||
Description | It is not possible to save on the process monitor a log bigger that 4000 characters. This should be customizable and should take into account the fieldlength of the log column on the ad_process_request. | ||||
Steps To Reproduce | Check the ProcessMonitor.java file. The following line: final String executionLog = bundle.getLog().length() >= 4000 ? bundle.getLog().substring(0, 3999) : bundle.getLog(); As you can see the log is truncated to maximum of 4000 characters. | ||||
Proposed Solution | Use the fieldlength of the fieldlenght of log column on ad_process_request table. | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2013-11-27 09:12 | egoitz | New Issue | |||
2013-11-27 09:12 | egoitz | Assigned To | => AugustoMauch | ||
2013-11-27 09:12 | egoitz | Modules | => Core | ||
2013-11-27 09:12 | egoitz | OBNetwork customer | => Yes | ||
2013-11-27 09:12 | egoitz | Triggers an Emergency Pack | => No |
There are no notes attached to this issue. |