Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0026762 | Openbravo ERP | 09. Financial management | public | 2014-06-02 14:35 | 2014-06-11 17:39 |
|
Reporter | shuehner | |
Assigned To | eduardo_Argal | |
Priority | immediate | Severity | critical | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | rafaroda |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | Automated tests |
Regression date | 2014-06-02 |
Regression introduced in release | |
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/3e75e4d92c64 [^] |
Triggers an Emergency Pack | No |
|
Summary | 0026762: Open Balances commit broke oracle update.db as it has duplicate index definition |
Description | https://ci.openbravo.com/job/int-inc-oracle/659/console [^]
This oracle incremental build fails inside update database with the following error:
[java] CREATE INDEX FACT_ACCT_FACT_ACCT_GROUP_ID ON FACT_ACCT (FACT_ACCT_GROUP_ID)
Problem is that core fact_acct.xml table structure definition how has 2 indices defined for the same columns which does not make sense functionally and also causes this error. |
Steps To Reproduce | - |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-06-02 14:35 | shuehner | New Issue | |
2014-06-02 14:35 | shuehner | Assigned To | => eduardo_Argal |
2014-06-02 14:35 | shuehner | Modules | => Core |
2014-06-02 14:35 | shuehner | OBNetwork customer | => No |
2014-06-02 14:35 | shuehner | Triggers an Emergency Pack | => No |
2014-06-02 14:37 | shuehner | Regression level | => Automated tests |
2014-06-02 14:37 | shuehner | Regression date | => 2014-06-02 |
2014-06-02 14:37 | shuehner | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/3e75e4d92c64 [^] |
2014-06-02 17:28 | hgbot | Checkin | |
2014-06-02 17:28 | hgbot | Note Added: 0067683 | |
2014-06-02 17:28 | hgbot | Status | new => resolved |
2014-06-02 17:28 | hgbot | Resolution | open => fixed |
2014-06-02 17:28 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/b91b157d20956ee63c37c441a6720981fca6d60e [^] |
2014-06-02 17:52 | hgbot | Checkin | |
2014-06-02 17:52 | hgbot | Note Added: 0067685 | |
2014-06-10 22:23 | hudsonbot | Checkin | |
2014-06-10 22:23 | hudsonbot | Note Added: 0067867 | |
2014-06-10 22:23 | hudsonbot | Checkin | |
2014-06-10 22:23 | hudsonbot | Note Added: 0067868 | |
2014-06-11 17:39 | rafaroda | Review Assigned To | => rafaroda |
2014-06-11 17:39 | rafaroda | Note Added: 0067911 | |
2014-06-11 17:39 | rafaroda | Status | resolved => closed |
Notes |
|
(0067683)
|
hgbot
|
2014-06-02 17:28
|
|
|
|
(0067685)
|
hgbot
|
2014-06-02 17:52
|
|
|
|
|
|
|
|
|
|
|
Properly removed duplicated index that caused problems in Oracle |
|