Openbravo Issue Tracking System - Openbravo ERP | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0004662 | Openbravo ERP | A. Platform | public | 2008-08-20 18:04 | 2008-11-25 23:28 |
| Reporter | shuehner | ||||
| Assigned To | shuehner | ||||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | OS | 20 | OS Version | Ubuntu 8.04 | |
| Product Version | |||||
| Target Version | 2.50 | 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 | 0004662: Production -> Maintenance Plan -> Form View gives SQLException in r2.5x after uuid-merge | ||||
| Description | The Form view of the Maintenance Plan does not work after the uuid-merge. As SQLException "ORA-00932: inconsistent datatypes: expected CHAR got NUMBER " is thrown when executing as Select-Statement created by the ComboTableData class. The executed SQL-Statement is: SELECT td0.MA_Machine_ID AS ID, (COALESCE(TO_CHAR(TO_CHAR(td0.Value)),'') || ' - ' || COALESCE(TO_CHAR(TO_CHAR(td0.Name)),'')) AS NAME, '' AS DESCRIPTION FROM MA_Machine td0 WHERE td0.AD_Client_ID IN ('0','1000000') AND td0.AD_Org_ID IN ('1000002','1000003','1000004','1000000','0') AND COALESCE(td0.MA_Machine_Type_ID,-1) = COALESCE(?, COALESCE(td0.MA_Machine_Type_ID,'-1')) AND (td0.isActive = 'Y' OR td0.MA_Machine_ID = (?) ) ORDER BY 2 The problem is likely this "COALESCE(td0.MA_Machine_Type_ID,-1)" part, where the -1 specified as a number does not match the MA_Machine_Type_ID field which is now VARCHAR(32) | ||||
| Steps To Reproduce | Configure Maintenance for at least one machine Run Process Insert Maintenance Go to Maintenance Plan (Form View) | ||||
| Proposed Solution | |||||
| Additional Information | |||||
| Tags | UUID project | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2008-08-20 18:04 | shuehner | New Issue | |||
| 2008-08-20 18:04 | shuehner | Assigned To | => cromero | ||
| 2008-08-20 18:04 | shuehner | sf_bug_id | 0 => 2062631 | ||
| 2008-08-20 18:04 | shuehner | OBNetwork customer | => No | ||
| 2008-08-20 18:04 | shuehner | Regression testing | => No | ||
| 2008-08-21 12:06 | psarobe | version | trunk => | ||
| 2008-08-21 12:06 | psarobe | Tag Attached: UUID project | |||
| 2008-08-21 12:49 | psarobe | Target Version | => 2.50 | ||
| 2008-09-02 08:48 | cromero | Status | new => scheduled | ||
| 2008-09-02 08:48 | cromero | Assigned To | cromero => shuehner | ||
| 2008-09-02 08:48 | cromero | fix_in_branch | => trunk | ||
| 2008-09-02 19:12 | svnbot | Checkin | |||
| 2008-09-02 19:12 | svnbot | Note Added: 0008858 | |||
| 2008-09-02 19:12 | svnbot | Status | scheduled => resolved | ||
| 2008-09-02 19:12 | svnbot | Resolution | open => fixed | ||
| 2008-09-02 19:12 | svnbot | svn_revision | => 6752 | ||
| 2008-11-25 23:28 | psarobe | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||