Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0025225Openbravo ERPA. Platformpublic2013-11-27 09:122013-11-27 09:12
egoitz 
AugustoMauch 
urgentmajorhave not tried
newopen 
5
 
 
OBPS
Core
No
0025225: It is not possible to save on the process monitor a log bigger that 4000 characters
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.
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.
Use the fieldlength of the fieldlenght of log column on ad_process_request table.
No tags attached.
Issue History
2013-11-27 09:12egoitzNew Issue
2013-11-27 09:12egoitzAssigned To => AugustoMauch
2013-11-27 09:12egoitzModules => Core
2013-11-27 09:12egoitzOBNetwork customer => Yes
2013-11-27 09:12egoitzTriggers an Emergency Pack => No

There are no notes attached to this issue.