Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0010603Openbravo ERPZ. Otherspublic2009-09-15 10:142009-09-18 00:00
shuehner 
iperdomo 
immediatecriticalhave not tried
closedfixed 
5
pi 
 
Core
No
0010603: API check build 139 fails with warnings
The following build fails with warning:

http://builds.openbravo.com/job/erp_devel_pi-module-integrity-test/139/console [^]

This issue is about this WARNING:

  Column size changed from 20 to 100: column: AD_HEARTBEAT_LOG.OS_VERSION
No tags attached.
related to defect 00105782.50MP6 closed iperdomo Heartbeat process cannot be enabled in Openbravo's virtual appliance 
Issue History
2009-09-15 10:14shuehnerNew Issue
2009-09-15 10:14shuehnerAssigned To => iperdomo
2009-09-15 10:23iperdomoStatusnew => scheduled
2009-09-15 10:23iperdomofix_in_branch => pi
2009-09-15 10:24iperdomoRelationship addedrelated to 0010578
2009-09-15 10:36iperdomoNote Added: 0020035
2009-09-15 10:36iperdomoNote Edited: 0020035
2009-09-15 10:37iperdomoAssigned Toiperdomo => pjuvara
2009-09-15 10:42pjuvaraNote Added: 0020036
2009-09-15 10:42pjuvaraAssigned Topjuvara => iperdomo
2009-09-15 10:49hgbotCheckin
2009-09-15 10:49hgbotNote Added: 0020037
2009-09-15 10:49hgbotStatusscheduled => resolved
2009-09-15 10:49hgbotResolutionopen => fixed
2009-09-15 10:49hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/api-checks/rev/75b189a7b83bd665b21589a80eef873b0a2034dc [^]
2009-09-17 11:41iperdomoStatusresolved => closed
2009-09-18 00:00anonymoussf_bug_id0 => 2861012

Notes
(0020035)
iperdomo   
2009-09-15 10:36   
Type: Change column datatype

Description: AD_Heartbeat_Log.OS_Version length change from VARCHAR(20) to VARCHAR(100)

Comments: The heartbeat process can't be enabled in the virtual appliance due to a too long os reported version. Usually a linux box reports something like 2.6.30-gentoo-r5, but the rPath linux based is reporting 2.6.29.6-0.6.smp.gcc4.1.x86.i686 a value too long to store it in a 20 character column. This could also happen in other systems reporting a os version longer than 20 characters.

Solution: Increase the length of the OS_Version column to handle long values.

Risk: Low (It's a log table)

(0020036)
pjuvara   
2009-09-15 10:42   
I approve this change.

The risk is low or none. It might not be worth it but let's go ahead anyway with the publication of the exception to the mailing list and updating the exception list.
(0020037)
hgbot   
2009-09-15 10:49   
Repository: erp/devel/api-checks
Changeset: 75b189a7b83bd665b21589a80eef873b0a2034dc
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Tue Sep 15 10:49:19 2009 +0200
URL: http://code.openbravo.com/erp/devel/api-checks/rev/75b189a7b83bd665b21589a80eef873b0a2034dc [^]

Fixes issue 10603: Increased length of os_version column

---
M model/model/tables/AD_HEARTBEAT_LOG.xml
M model/sourcedata/AD_COLUMN.xml
---