Openbravo Issue Tracking System - Openbravo ERP | ||||||||||||
| View Issue Details | ||||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
| 0008827 | Openbravo ERP | Z. Others | public | 2009-04-29 13:13 | 2011-10-28 12:23 | |||||||
| Reporter | AinhoaPagola | |||||||||||
| Assigned To | shuehner | |||||||||||
| Priority | normal | Severity | minor | Reproducibility | have not tried | |||||||
| Status | closed | Resolution | no change required | |||||||||
| Platform | OS | 20 | OS Version | Ubuntu 8.4 | ||||||||
| Product Version | pi | |||||||||||
| Target Version | Fixed in Version | |||||||||||
| Merge Request Status | ||||||||||||
| Review Assigned To | ||||||||||||
| OBNetwork customer | No | |||||||||||
| Web browser | ||||||||||||
| Modules | Core | |||||||||||
| Support ticket | ||||||||||||
| 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. | |||||||||||
| Steps To Reproduce | ||||||||||||
| Proposed Solution | Just change RAISE_APPLICATION_ERROR(-20000, SUBSTR(SQLERRM,12,2000)) ; for RAISE; | |||||||||||
| Additional Information | ||||||||||||
| Tags | No tags attached. | |||||||||||
| Relationships |
| |||||||||||
| Attached Files | ||||||||||||
| 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 | OBNetwork customer | => No | |||||||||
| 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 | |||||||||
| Notes | |||||
|
|
|||||
|
|
||||