Openbravo Issue Tracking System - POS2
View Issue Details
0050339POS2POSpublic2022-09-26 16:342022-09-27 12:22
caristu 
jorgewederago 
immediatemajorN/A
closedfixed 
5
 
22Q4 
marvintm
2022-09-07
https://gitlab.com/openbravo/product/openbravo/-/commit/89e0ab142d4900b5f62e41ac256caa728e78aa73 [^]
No
0050339: UpdateExtBPConfig modulescript execution fails in Oracle
UpdateExtBPConfig modulescript execution fails in Oracle with the following error:

     [java] Execution of moduleScript org.openbravo.modulescript.UpdateExtBPConfig failed.
     [java] at org.openbravo.modulescript.ModuleScriptHandler.execute(ModuleScriptHandler.java:69)
     [java] at org.openbravo.ddlutils.process.DBUpdater.executeModuleScripts(DBUpdater.java:176)
     [java] at org.openbravo.ddlutils.process.DBUpdater.update(DBUpdater.java:118)75157 [main] INFO org.openbravo.base.ExecutionLimitBaseProcess - Executing moduleScript: org.openbravo.modulescript.UpdateExtBPConfig
     [java]
     [java] 75162 [main] ERROR org.openbravo.base.ExecutionLimitBaseProcess - Error executing moduleScript org.openbravo.modulescript.UpdateExtBPConfig: ORA-00933: SQL command not properly ended
...
Using an environment with Oracle database:

1- Preparation steps:
  1a- Apply the attached patch to force the execution of the UpdateExtBPConfig modulescript
  1b- Compile the changes: ant compile.modulescript -Dmodule=org.openbravo

2- Run ant update.database. It fails
No tags attached.
caused by feature request 0050057 closed jorgewederago It is needed to create a structure to support 3 different forms for CRM Connector 
diff removeLimits.diff (716) 2022-09-26 16:34
https://issues.openbravo.com/file_download.php?file_id=17551&type=bug
Issue History
2022-09-26 16:34caristuNew Issue
2022-09-26 16:34caristuAssigned To => Retail
2022-09-26 16:34caristuFile Added: removeLimits.diff
2022-09-26 16:34caristuRegression date => 2022-09-07
2022-09-26 16:34caristuRegression introduced by commit => https://gitlab.com/openbravo/product/openbravo/-/commit/89e0ab142d4900b5f62e41ac256caa728e78aa73 [^]
2022-09-26 16:34caristuTriggers an Emergency Pack => No
2022-09-26 16:34caristuIssue generated from0050057
2022-09-26 16:34caristuRelationship addedcaused by 0050057
2022-09-26 16:38caristuSeverityminor => major
2022-09-26 17:04jorgewederagoAssigned ToRetail => jorgewederago
2022-09-26 17:04jorgewederagoStatusnew => scheduled
2022-09-27 09:24hgbotNote Added: 0141391
2022-09-27 12:22hgbotNote Added: 0141397
2022-09-27 12:22hgbotNote Added: 0141398
2022-09-27 12:22marvintmStatusscheduled => resolved
2022-09-27 12:22marvintmFixed in Version => 22Q4
2022-09-27 12:22marvintmResolutionopen => fixed
2022-09-27 12:22marvintmReview Assigned To => marvintm
2022-09-27 12:22marvintmStatusresolved => closed

Notes
(0141391)
hgbot   
2022-09-27 09:24   
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/717 [^]
(0141397)
hgbot   
2022-09-27 12:22   
Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: dd87c2c6f646d42da27d898e5d026081500bf058
Author: Jorge Wederago <jorge.wederago@openbravo.com>
Date: 27-09-2022 10:22:13
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/dd87c2c6f646d42da27d898e5d026081500bf058 [^]

Fix ISSUE-50339: UpdateExtBPConfig modulescript execution fails in Oracle

---
M src-util/modulescript/build/classes/org/openbravo/modulescript/UpdateExtBPConfig.class
M src-util/modulescript/src/org/openbravo/modulescript/UpdateExtBPConfig.java
---
(0141398)
hgbot   
2022-09-27 12:22   
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/717 [^]