Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0010096Openbravo ERPA. Platformpublic2009-07-29 00:182009-07-31 00:00
psarobe 
marvintm 
immediatecriticalalways
closedfixed 
5
pi 
2.50MP3 
Core
No
0010096: Nat able to apply 250MP3 in 250MP2 community appliance. An error shows up
Using an obx file (250MP3) created manually and then trying to apply to 250MP2 an error shows up. This error has to do with the function uuid_generate_v4(). It looks like the function for some reason is not created so later on fails things that depends on it.

See ATTACH to see the log falied
1. Install a 250MP2
2. Create an obx file based on main (250MP3 release candidate). Don't use the command ant package.core. Create the obx file manually
3. Apply the obx file
4. Rebuild

See the log in the attach file
No tags attached.
txt log_250mp3.txt (121,932) 2009-07-29 00:18
https://issues.openbravo.com/file_download.php?file_id=1603&type=bug
Issue History
2009-07-29 00:18psarobeNew Issue
2009-07-29 00:18psarobeAssigned To => rafaroda
2009-07-29 00:18psarobeFile Added: log_250mp3.txt
2009-07-29 00:19psarobeStatusnew => scheduled
2009-07-29 00:19psarobeAssigned Torafaroda => marvintm
2009-07-29 00:19psarobefix_in_branch => pi
2009-07-29 12:20hgbotCheckin
2009-07-29 12:20hgbotNote Added: 0018680
2009-07-29 12:20hgbotStatusscheduled => resolved
2009-07-29 12:20hgbotResolutionopen => fixed
2009-07-29 12:20hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/fa0608c403c4bd8e689200719d71e2d0d5699a50 [^]
2009-07-30 11:10psarobeStatusresolved => closed
2009-07-30 11:10psarobeFixed in Version => 2.50MP3
2009-07-30 11:10psarobefix_in_branchpi =>
2009-07-31 00:00anonymoussf_bug_id0 => 2829947

Notes
(0018680)
hgbot   
2009-07-29 12:20   
Repository: erp/devel/pi
Changeset: fa0608c403c4bd8e689200719d71e2d0d5699a50
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Wed Jul 29 12:19:38 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/fa0608c403c4bd8e689200719d71e2d0d5699a50 [^]

Fixed issue 10096. Function uuid_generate_v4 should no longer be missing when its used, thus the upgrade from MP2 to MP3 should no longer fail.

---
M src-db/database/model/postscript-PostgreSql.sql
---