Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0008827 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] Z. Others | minor | have not tried | 2009-04-29 13:13 | 2011-10-28 12:23 | |||
Reporter | AinhoaPagola | View Status | public | |||||
Assigned To | shuehner | |||||||
Priority | normal | Resolution | no change required | Fixed in Version | ||||
Status | closed | Fix in branch | pi | Fixed in SCM revision | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Linux 32 bit | Database | PostgreSQL | Java version | 1.5 | |||
OS Version | Ubuntu 8.4 | Database version | 8.3 | Ant version | 1.7 | |||
Product Version | pi | SCM revision | ||||||
Review Assigned To | ||||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0008827: Not correctly treated exception in C_BANKSTATEMENT_POST | |||||||
Description | In C_BANKSTATEMENT_POST there is a exception raised with the following code: RAISE_APPLICATION_ERROR(-20000, SUBSTR(SQLERRM,12,2000)) ; This will only work in Oracle, as ORA-XXXXX string is added to the thrown SQLERRM. This way, the substr instruction removes the previous exceptions ORA-xxxxx, as it will be added again with raise_application_error instruction. This 12 characters are not added in Postgre so it will not work properly. | |||||||
Proposed Solution | Just change RAISE_APPLICATION_ERROR(-20000, SUBSTR(SQLERRM,12,2000)) ; for RAISE; | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0042217) psarobe (manager) 2011-10-28 12:23 |
Openbravo provides community support only for the latest Openbravo version, which is Openbravo 3. This version has significantly improved financial flow and this issue is not present there. Upgrade path from Openbravo 2.50 to latest Openbravo version is available so we recommend to upgrade your instance to get this issue fixed. Life cycle guarantee (backporting bug fixes to the previos to latest releases (Openbravo 2.40, 2.50)) is available for Professional Edition subscribers only. Please register your ticket through Openbravo Support Portal (http://support.openbravo.com/ [^]) if you have valid Professional subscription. You can find more details about our Support policy in the following blog post http://paolojuvara.blogspot.com/2009/12/maintenance-policy-for-openbravo-250.html [^] |
Issue History | |||
Date Modified | Username | Field | Change |
2009-04-29 13:13 | AinhoaPagola | New Issue | |
2009-04-29 13:13 | AinhoaPagola | Assigned To | => rafaroda |
2009-04-29 13:13 | AinhoaPagola | Regression testing | => No |
2009-04-29 13:21 | AinhoaPagola | Relationship added | related to 0008395 |
2009-04-29 17:42 | psarobe | Status | new => scheduled |
2009-04-29 17:42 | psarobe | fix_in_branch | => pi |
2009-05-15 18:09 | rafaroda | Assigned To | rafaroda => shuehner |
2011-10-28 12:23 | psarobe | Note Added: 0042217 | |
2011-10-28 12:23 | psarobe | Status | scheduled => closed |
2011-10-28 12:23 | psarobe | Resolution | open => no change required |
Copyright © 2000 - 2009 MantisBT Group |