Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0010986Openbravo ERPY. DBSourceManagerpublic2009-10-15 15:562009-10-23 00:01
dalsasua 
marvintm 
immediatemajoralways
closedfixed 
20Ubuntu 9.04
pi 
pi 
Core
No
0010986: Spanish Profesional Localization Pack do not install correctly
While rebuilding the system after SPLP installation, this error is shown:

Enabling Foreign Keys and Triggers
SQL Command failed with: ERROR: inserción o actualización en la tabla «ad_model_object» viola la llave foránea «modelobject_fk_tab»
Detail: La llave (ad_tab_id)=(2676F9DB63D2434DA211D4D922DFA607) no está presente en la tabla «ad_tab».
-- END
ALTER TABLE AD_MODEL_OBJECT
ADD CONSTRAINT MODELOBJECT_FK_TAB FOREIGN KEY (AD_TAB_ID) REFERENCES AD_TAB (AD_TAB_ID)


AD_TAB.xml file contains the referenced row, but it is not inserted into database at the end of the process
Install SPLP
Rebuild the system
Check the log
Execute in database
  select * from ad_tab where ad_tab_id='2676F9DB63D2434DA211D4D922DFA607';
Check the AD_TAB.xml file in modules/org.openbravo.module.aeat347 folder
No tags attached.
Issue History
2009-10-15 15:56dalsasuaNew Issue
2009-10-15 15:56dalsasuaAssigned To => marvintm
2009-10-15 16:30plujanStatusnew => scheduled
2009-10-15 16:30plujanfix_in_branch => pi
2009-10-15 16:37hgbotCheckin
2009-10-15 16:37hgbotNote Added: 0021067
2009-10-15 16:37hgbotStatusscheduled => resolved
2009-10-15 16:37hgbotResolutionopen => fixed
2009-10-15 16:37hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/60ddafaf8257d2b9f84b3b9d6ff8a69eb14c8c39 [^]
2009-10-22 11:22plujanStatusresolved => closed
2009-10-23 00:01anonymoussf_bug_id0 => 2884265

Notes
(0021067)
hgbot   
2009-10-15 16:37   
Repository: erp/devel/pi
Changeset: 60ddafaf8257d2b9f84b3b9d6ff8a69eb14c8c39
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Thu Oct 15 16:36:57 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/60ddafaf8257d2b9f84b3b9d6ff8a69eb14c8c39 [^]

Fixed issue 10986. Invalid rows will be removed after inserting data for all the modules.

---
M src-db/database/lib/dbsourcemanager.jar
---