Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0011019Openbravo ERPA. Platformpublic2009-10-16 17:052010-05-18 21:42
plujan 
marvintm 
normalminorhave not tried
closedfixed 
5
main 
 
Core
No
0011019: Tons of strange messages "Executed 0 SQL command(s) with 0 error(s)" when installing Spanish Localizaton Pack Pro
When rebuilding the system after installing Spanish Localization Pack Pro, I get a lot of strange messages about 0 sql queries executed. Here is a portion of them:
Updating database data for module Alerts: Accounting
Recreating Primary Keys
Executed 0 SQL command(s) with 0 error(s)
Updating database data for module Localization pack Spain (España)
Recreating Primary Keys
Executed 0 SQL command(s) with 0 error(s)
Updating database data for module Chart of accounts: PGC 2007 General
Recreating Primary Keys
Executed 0 SQL command(s) with 0 error(s)
Updating database data for module Chart of accounts: PGC 2007 PYMEs
Recreating Primary Keys
Executed 0 SQL command(s) with 0 error(s)
Updating database data for module Taxes: configuration for Spain (Impuestos para España)
Recreating Primary Keys
Processing Function Function [notation=ESTAX_ACCOUNTING_TAB(VARCHAR); ] (created for the database Oracle server)
Executed 0 SQL command(s) with 0 error(s)
Updating database data for module Translation: Spanish-Spain (es_ES) español-España
Recreating Primary Keys
Executed 0 SQL command(s) with 0 error(s)
No tags attached.
Issue History
2009-10-16 17:05plujanNew Issue
2009-10-16 17:05plujanAssigned To => marvintm
2009-10-16 17:05plujanStatusnew => scheduled
2009-10-16 17:05plujanfix_in_branch => pi
2010-04-28 11:41hgbotCheckin
2010-04-28 11:41hgbotNote Added: 0026752
2010-04-28 11:41hgbotStatusscheduled => resolved
2010-04-28 11:41hgbotResolutionopen => fixed
2010-04-28 11:41hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/20b5be2ffe26b079c09b1c1439f44ce298fc5cb7 [^]
2010-05-13 14:04shuehnerNote Added: 0027202
2010-05-13 14:04shuehnerStatusresolved => closed
2010-05-14 00:00anonymoussf_bug_id0 => 3001309
2010-05-18 21:42hudsonbotCheckin
2010-05-18 21:42hudsonbotNote Added: 0027452

Notes
(0026752)
hgbot   
2010-04-28 11:41   
Repository: erp/devel/pi
Changeset: 20b5be2ffe26b079c09b1c1439f44ce298fc5cb7
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Wed Apr 28 11:41:05 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/20b5be2ffe26b079c09b1c1439f44ce298fc5cb7 [^]

Fixed issue 13030.
Build will be stopped in several cases in which even if there were errors, it didn't stop.
Fixed issue 13134.
Log will now only output the word error when there is indeed an error in the execution.
Fixed issue 11019
Messages similar to 'Executed 0 statements with 0 errors' will no longer be generated.

---
M src-db/database/lib/dbsourcemanager.jar
---
(0027202)
shuehner   
2010-05-13 14:04   
Reviewed change -> ok, info line is only printed now if at least one statement was executed. Verified by picking to build log output:

http://builds.openbravo.com/job/erp_devel_pi-inc-pgsql/1950/console [^]
     [java] 149338 INFO - Updating database model...
     [java] 149617 INFO - Executed 0 SQL command(s) with 0 error(s)
     [java] 149621 INFO - Model update complete.

and
http://builds.openbravo.com/job/erp_devel_pi-inc-pgsql/2033/console [^]
     [java] 137445 INFO - Updating database model...
     [java] 137806 INFO - Model update complete.

-> Closing
(0027452)
hudsonbot   
2010-05-18 21:42   
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/20b5be2ffe26 [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/aa11838d5f80 [^]
Tests: http://builds.openbravo.com/view/devel-int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.17380.obx [^]