Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0012067 | Openbravo ERP | Y. DBSourceManager | public | 2010-01-26 12:12 | 2010-03-17 00:00 |
|
Reporter | plujan | |
Assigned To | marvintm | |
Priority | immediate | Severity | critical | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.50MP11 | |
Target Version | 2.50MP11 | Fixed in Version | 2.50MP11 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0012067: Warnings when rebuilding the system after installing Quickstart |
Description | When rebuilding the system after installing Quick Start Spain, I get several warning messages:
Warning: SQL Command failed with: ORA-02270: no matching unique or primary key for this column-list
Warning: -- END ALTER TABLE C_BP_WITHHOLDING ADD CONSTRAINT C_BP_WITHHOLDING_C_TAX FOREIGN KEY (C_TAX_ID) REFERENCES C_TAX (C_TAX_ID)
Warning: SQL Command failed with: ORA-02270: no matching unique or primary key for this column-list
Warning: -- END ALTER TABLE C_COMMISSIONRUN ADD CONSTRAINT C_INVOICE_CCOMMISSIONRUN FOREIGN KEY (C_INVOICE_ID) REFERENCES C_INVOICE (C_INVOICE_ID)
Warning: SQL Command failed with: ORA-02270: no matching unique or primary key for this column-list
Warning: -- END ALTER TABLE C_DEBT_PAYMENT ADD CONSTRAINT C_DEBT_PAYMENT_C_INVOICE FOREIGN KEY (C_INVOICE_ID) REFERENCES C_INVOICE (C_INVOICE_ID)
Warning: SQL Command failed with: ORA-02270: no matching unique or primary key for this column-list
Warning: -- END ALTER TABLE C_GLITEM ADD CONSTRAINT C_GLITEM_C_TAX FOREIGN KEY (C_TAX_ID) REFERENCES C_TAX (C_TAX_ID)
Warning: SQL Command failed with: ORA-02270: no matching unique or primary key for this column-list
Warning: -- END ALTER TABLE C_INVOICELINE ADD CONSTRAINT C_INVOICELINE_C_INVOICE FOREIGN KEY (C_INVOICE_ID) REFERENCES C_INVOICE (C_INVOICE_ID)
Warning: SQL Command failed with: ORA-02270: no matching unique or primary key for this column-list
Warning: -- END ALTER TABLE C_INVOICELINE ADD CONSTRAINT C_INVOICELINE_C_TAX FOREIGN KEY (C_TAX_ID) REFERENCES C_TAX (C_TAX_ID) |
Steps To Reproduce | Rebuild the system in MP11 after installing Quick Start Spain |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-01-26 12:12 | plujan | New Issue | |
2010-01-26 12:12 | plujan | Assigned To | => marvintm |
2010-01-26 12:12 | plujan | OBNetwork customer | => No |
2010-01-26 12:12 | plujan | Status | new => scheduled |
2010-01-26 12:12 | plujan | fix_in_branch | => pi |
2010-01-26 12:43 | hgbot | Checkin | |
2010-01-26 12:43 | hgbot | Note Added: 0023803 | |
2010-01-26 12:43 | hgbot | Status | scheduled => resolved |
2010-01-26 12:43 | hgbot | Resolution | open => fixed |
2010-01-26 12:43 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/da763d8ed8865e53e62a1978772a95a1437f819c [^] |
2010-01-26 16:12 | plujan | Note Added: 0023806 | |
2010-01-26 16:12 | plujan | Status | resolved => new |
2010-01-26 16:12 | plujan | Resolution | fixed => open |
2010-01-26 16:12 | plujan | Status | new => scheduled |
2010-01-26 17:45 | hgbot | Checkin | |
2010-01-26 17:45 | hgbot | Note Added: 0023807 | |
2010-01-26 17:45 | hgbot | Status | scheduled => resolved |
2010-01-26 17:45 | hgbot | Resolution | open => fixed |
2010-01-26 17:45 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/da763d8ed8865e53e62a1978772a95a1437f819c [^] => http://code.openbravo.com/erp/devel/pi/rev/06b4bc2129d391e8abc8166cc4690df6a7bc4821 [^] |
2010-02-01 17:53 | hudsonbot | Checkin | |
2010-02-01 17:53 | hudsonbot | Note Added: 0023890 | |
2010-02-01 17:53 | hudsonbot | Checkin | |
2010-02-01 17:53 | hudsonbot | Note Added: 0023891 | |
2010-03-16 15:24 | marvintm | Note Added: 0025539 | |
2010-03-16 15:24 | marvintm | Status | resolved => closed |
2010-03-16 15:24 | marvintm | Fixed in Version | => 2.50MP11 |
2010-03-17 00:00 | anonymous | sf_bug_id | 0 => 2971627 |
Notes |
|
(0023803)
|
hgbot
|
2010-01-26 12:43
|
|
|
|
(0023806)
|
plujan
|
2010-01-26 16:12
|
|
I still see a warning regarding C_Country table |
|
|
(0023807)
|
hgbot
|
2010-01-26 17:45
|
|
Repository: erp/devel/pi
Changeset: 06b4bc2129d391e8abc8166cc4690df6a7bc4821
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Tue Jan 26 17:45:15 2010 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/06b4bc2129d391e8abc8166cc4690df6a7bc4821 [^]
Fixed issue 12067. Fks will no longer fail in Oracle because PKs were not (yet) created, and also will no longer fail because the primary keys were created twice
---
M src-db/database/lib/dbsourcemanager.jar
---
|
|
|
|
|
|
|
|
|
|
This problem happened during the MP11 release cycle, and was fixed and tested then. |
|