Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0018062 | Openbravo ERP | 09. Financial management | public | 2011-07-22 12:22 | 2011-08-24 10:47 |
|
Reporter | shuehner | |
Assigned To | gorkaion | |
Priority | urgent | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0MP3 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Advanced Payables and Receivables Mngmt |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0018062: Updating from 2.50 (MP0) to pi fails in buildvalidation WrongPaymentScheduleDetailsCheckData |
Description | When updating fro m2.50mp0 to latest pi that buildvalidation tries to query a table fin_payment_schedule which doesn't exist in the 2.50mp0 db-structure.
This makes the update fail.
The buildvalidatiom should be changed to check for the tables existance before using it.
See last error in this build:
http://builds.openbravo.com/view/weekly/job/up-2.50topi-pgsql/23/consoleFull [^] |
Steps To Reproduce | try updating from 2.50mp0 to latest pi
Or check weekly/job/up-2.50topi-pgsql in jenkins which is testing this
|
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-07-22 12:22 | shuehner | New Issue | |
2011-07-22 12:22 | shuehner | Assigned To | => gorkaion |
2011-07-22 12:22 | shuehner | Modules | => Advanced Payables and Receivables Mngmt |
2011-07-22 12:22 | shuehner | OBNetwork customer | => No |
2011-08-01 11:24 | psarobe | Priority | normal => urgent |
2011-08-01 11:24 | psarobe | Status | new => scheduled |
2011-08-01 11:24 | psarobe | Fixed in Version | => 3.0MP3 |
2011-08-16 14:32 | hgbot | Checkin | |
2011-08-16 14:32 | hgbot | Note Added: 0040231 | |
2011-08-16 14:32 | hgbot | Status | scheduled => resolved |
2011-08-16 14:32 | hgbot | Resolution | open => fixed |
2011-08-16 14:32 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/72043a243438602877627bd4397930ef6907391b [^] |
2011-08-16 14:43 | hgbot | Checkin | |
2011-08-16 14:43 | hgbot | Note Added: 0040232 | |
2011-08-17 18:11 | hudsonbot | Checkin | |
2011-08-17 18:11 | hudsonbot | Note Added: 0040280 | |
2011-08-24 10:47 | psanjuan | Note Added: 0040474 | |
2011-08-24 10:47 | psanjuan | Status | resolved => closed |
Notes |
|
(0040231)
|
hgbot
|
2011-08-16 14:32
|
|
Repository: erp/devel/pi
Changeset: 72043a243438602877627bd4397930ef6907391b
Author: Mikel Irurita <mikel.irurita <at> openbravo.com>
Date: Tue Aug 16 14:30:54 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/72043a243438602877627bd4397930ef6907391b [^]
Fixes issue 18062: Updating 2.50(MP0) to pi fails in buildvalidation WrongPaymentScheduleDetailsCheck
---
M modules/org.openbravo.advpaymentmngt/build/classes/org/openbravo/advpaymentmngt/buildvalidation/WrongPaymentScheduleDetailsCheck.class
M modules/org.openbravo.advpaymentmngt/build/classes/org/openbravo/advpaymentmngt/buildvalidation/WrongPaymentScheduleDetailsCheckData.class
M modules/org.openbravo.advpaymentmngt/src-util/buildvalidation/src/org/openbravo/advpaymentmngt/buildvalidation/WrongPaymentScheduleDetailsCheck.java
M modules/org.openbravo.advpaymentmngt/src-util/buildvalidation/src/org/openbravo/advpaymentmngt/buildvalidation/WrongPaymentScheduleDetailsCheck_data.xsql
M modules/org.openbravo.advpaymentmngt/src-util/buildvalidation/src/src/org/openbravo/advpaymentmngt/buildvalidation/WrongPaymentScheduleDetailsCheckData.java
---
|
|
|
(0040232)
|
hgbot
|
2011-08-16 14:43
|
|
Repository: erp/pmods/org.openbravo.advpaymentmngt
Changeset: 1e232969fedfae47bdd9e30ae4937a7d325d4a3d
Author: Mikel Irurita <mikel.irurita <at> openbravo.com>
Date: Tue Aug 16 14:42:34 2011 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.advpaymentmngt/rev/1e232969fedfae47bdd9e30ae4937a7d325d4a3d [^]
[Backport] Related to issue 18062: Updating 2.50(MP0) to pi fails in buildvalidation WrongPaymentScheduleDetailsCheck
---
M build/classes/org/openbravo/advpaymentmngt/buildvalidation/WrongPaymentScheduleDetailsCheck.class
M build/classes/org/openbravo/advpaymentmngt/buildvalidation/WrongPaymentScheduleDetailsCheckData.class
M src-util/buildvalidation/src/org/openbravo/advpaymentmngt/buildvalidation/WrongPaymentScheduleDetailsCheck.java
M src-util/buildvalidation/src/org/openbravo/advpaymentmngt/buildvalidation/WrongPaymentScheduleDetailsCheck_data.xsql
M src-util/buildvalidation/src/src/org/openbravo/advpaymentmngt/buildvalidation/WrongPaymentScheduleDetailsCheckData.java
---
|
|
|
|
|
|
|
|