Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0020786Openbravo ERPA. Platformpublic2012-06-15 17:492012-06-22 17:12
alostale 
alostale 
immediatecriticalalways
closedfixed 
5
 
3.0MP13 
Core
Automated tests
2012-06-15
https://code.openbravo.com/erp/devel/pi/rev/9dbe45c34ea5 [^]
No
0020786: int-full-pgsql 3674 fails
ad_audit_trail_v is not created causing compilation errors later

...
create.database.all:
...
SQL Command failed with: ERROR: function ad_get_rdbms() does not exist
  Hint: No function matches the given name and argument types. You might need to add explicit type casts.
  Position: 1205
There are still 1 forced commands not executed sucessfully (likely related to failed view statements).
...
buildAD:
...
org.postgresql.util.PSQLException: ERROR: relation "ad_audit_trail_v" does not exist
in pg install.source
No tags attached.
related to defect 00203633.0MP13 closed alostale If you put the table OBUIAPP_UIPersonalization as fully audited it does not work form or view personalization 
Issue History
2012-06-15 17:49alostaleNew Issue
2012-06-15 17:49alostaleAssigned To => alostale
2012-06-15 17:49alostaleModules => Core
2012-06-15 17:53alostaleRegression level => Automated tests
2012-06-15 17:53alostaleRegression date => 2012-06-15
2012-06-15 17:53alostaleRegression introduced by commit => https://code.openbravo.com/erp/devel/pi/rev/9dbe45c34ea5 [^]
2012-06-15 18:06alostaleRelationship addedrelated to 0020363
2012-06-15 18:15hgbotCheckin
2012-06-15 18:15hgbotNote Added: 0049872
2012-06-15 18:15hgbotStatusnew => resolved
2012-06-15 18:15hgbotResolutionopen => fixed
2012-06-15 18:15hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/f42ba18ab26ba960c174b45d6293c691786d1b99 [^]
2012-06-22 17:12AugustoMauchNote Added: 0050043
2012-06-22 17:12AugustoMauchStatusresolved => closed
2012-06-22 17:12AugustoMauchFixed in Version => 3.0MP13

Notes
(0049872)
hgbot   
2012-06-15 18:15   
Repository: erp/devel/pi
Changeset: f42ba18ab26ba960c174b45d6293c691786d1b99
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Fri Jun 15 18:08:20 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/f42ba18ab26ba960c174b45d6293c691786d1b99 [^]

fixed bug 20786, related to bug 20363: fixed build

  Moved ad_get_rdbsm funtion from post to presecript as now is used by a view

---
M src-db/database/model/postscript-Oracle.sql
M src-db/database/model/postscript-PostgreSql.sql
M src-db/database/model/prescript-Oracle.sql
M src-db/database/model/prescript-PostgreSql.sql
---
(0050043)
AugustoMauch   
2012-06-22 17:12   
Code reviewed and verified in pi@16853