Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0015732Openbravo ERPY. DBSourceManagerpublic2011-01-21 14:482011-05-24 10:56
shuehner 
marvintm 
urgentmajorhave not tried
closedfixed 
5
 
 
Core
No
0015732: When updating from RC3 to ci-snapshot of pi 3.0.9992 some warnings about missing views are shown.


Warning: SQL Command failed with: ERROR: relation "fin_payment_sched_inv_v" does not exist
Warning: SQL Command failed with: ERROR: relation "fin_payment_sched_inv_v" does not exist
Warning: SQL Command failed with: ERROR: relation "fin_payment_sched_inv_v" does not exist
Warning: SQL Command failed with: ERROR: relation "fin_payment_sched_inv_v" does not exist
Warning: SQL Command failed with: ERROR: relation "fin_payment_sched_inv_v" does not exist
closingMay2011
Issue History
2011-01-21 14:48shuehnerNew Issue
2011-01-21 14:48shuehnerAssigned To => marvintm
2011-01-21 14:48shuehnerModules => Core
2011-01-21 14:49shuehnerNote Added: 0033813
2011-01-24 08:18alostaleStatusnew => scheduled
2011-01-25 15:58hgbotCheckin
2011-01-25 15:58hgbotNote Added: 0033862
2011-01-25 15:58hgbotStatusscheduled => resolved
2011-01-25 15:58hgbotResolutionopen => fixed
2011-01-25 15:58hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/e4fa9f5e78bec5b0ffeff2b760b4029b5e125dbf [^]
2011-01-25 16:03hgbotCheckin
2011-01-25 16:03hgbotNote Added: 0033863
2011-01-25 16:03hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/e4fa9f5e78bec5b0ffeff2b760b4029b5e125dbf [^] => http://code.openbravo.com/erp/devel/dbsm-main/rev/dfc6c4feff6773a5c6410e6243843c8aeb5febd4 [^]
2011-05-24 10:08dalsasuaTag Attached: closingMay2011
2011-05-24 10:56dalsasuaStatusresolved => closed

Notes
(0033813)
shuehner   
2011-01-21 14:49   
Part of update.database output:


     [java] 136182 INFO - Updating database model...
     [java] 248451 INFO - Executed 1814 SQL command(s) successfully
     [java] 248498 WARN - SQL Command failed with: ERROR: relation "fin_payment_sched_inv_v" does not exist
     [java] 248514 INFO - Executed 3 forced SQL command(s) with 1 error(s)
     [java] 248525 WARN - SQL Command failed with: ERROR: relation "fin_payment_sched_inv_v" does not exist
     [java] 248533 INFO - Executed 1 forced SQL command(s) with 1 error(s)
     [java] 248543 WARN - SQL Command failed with: ERROR: relation "fin_payment_sched_inv_v" does not exist
     [java] 248551 INFO - Executed 1 forced SQL command(s) with 1 error(s)
     [java] 248562 WARN - SQL Command failed with: ERROR: relation "fin_payment_sched_inv_v" does not exist
     [java] 248570 INFO - Executed 1 forced SQL command(s) with 1 error(s)
     [java] 248581 WARN - SQL Command failed with: ERROR: relation "fin_payment_sched_inv_v" does not exist
     [java] 248589 INFO - Executed 1 forced SQL command(s) with 1 error(s)
     [java] 248598 INFO - There are still 1 forced commands not executed sucessfully.
     [java] 248607 INFO - Model update complete.
     [java] 248618 INFO - Disabling foreign keys
(0033862)
hgbot   
2011-01-25 15:58   
Repository: erp/devel/pi
Changeset: e4fa9f5e78bec5b0ffeff2b760b4029b5e125dbf
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Tue Jan 25 15:57:12 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/e4fa9f5e78bec5b0ffeff2b760b4029b5e125dbf [^]

Fixed issue 15732. Warnings related to forced commands will not be shown as warns on the initial iteration of model update
> However, they will still be shown as warns on the postscript phase of the model update.

---
M src-db/database/lib/dbsourcemanager.jar
---
(0033863)
hgbot   
2011-01-25 16:03   
Repository: erp/devel/dbsm-main
Changeset: dfc6c4feff6773a5c6410e6243843c8aeb5febd4
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Tue Jan 25 15:56:35 2011 +0100
URL: http://code.openbravo.com/erp/devel/dbsm-main/rev/dfc6c4feff6773a5c6410e6243843c8aeb5febd4 [^]

Fixed issue 15732. Warnings related to forced commands will not be shown as warns on the initial iteration of model update
However, they will still be shown as warns on the postscript phase of the model update.

---
M src/org/apache/ddlutils/platform/PlatformImplBase.java
---