Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0008739 | Openbravo ERP | 05. Production management | public | 2009-04-23 13:21 | 2009-05-05 00:00 |
Reporter | jtarbal | ||||
Assigned To | rajagopal | ||||
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | 2.50 | ||||
Target Version | Fixed in Version | 2.50MP1 | |||
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 | 0008739: Error when validating a Work Effort document | ||||
Description | When validating a Work Effort document the following error appears: invalid input syntax for type numeric: "2C9820482F7311DE99DF000C2966C57D". In order to reproduce this error, please follow the following steps: Previous requirements: the following documents need to be created first: Process Plan and Work Requirement. Once they are created, follow the next steps: 1.- Create a new Work Effort document 2.- Go to Production Run tab and create a new record selecting an operation that is pending to be manufactured. 3.- Specify the quantity to produce (or the number of times that the operation will be executed) 4.- Go to the Work Effort header and press the button "Validate Work Effort". 5.- See the error mentioned above. | ||||
Steps To Reproduce | |||||
Proposed Solution | The solution has been identified. The error is in DB process MA_PRODUCTION_COST. At the end of this process, the following query is executed: SELECT COUNT(*), MAX(pl.M_ProductionLine_ID) INTO v_count, v_count2 FROM M_PRODUCTIONLINE pl, M_PRODUCTIONPLAN pp WHERE pp.M_PRODUCTION_ID=p_Production_ID AND pp.M_PRODUCTIONPLAN_ID = pl.M_PRODUCTIONPLAN_ID AND pl.CALCULATED='N'; This query throws an error as the variable v_count2 is NUMERIC and MAX(pl.M_ProductionLine_ID) is CHARACTER VARYING. In order to solve the error: 1.- Create a new variable v_count3 2.- Replace the new variable for v_count2 only in the query above and in the next appearance | ||||
Additional Information | |||||
Tags | 250MP1 | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2009-04-23 13:21 | jtarbal | New Issue | |||
2009-04-23 13:21 | jtarbal | Assigned To | => rafaroda | ||
2009-04-23 13:28 | psarobe | OBNetwork customer | => No | ||
2009-04-23 13:28 | psarobe | Assigned To | rafaroda => gorkaion | ||
2009-04-23 13:28 | psarobe | Priority | normal => urgent | ||
2009-04-23 13:28 | psarobe | Status | new => scheduled | ||
2009-04-23 13:28 | psarobe | fix_in_branch | => pi | ||
2009-04-23 13:51 | rafaroda | Assigned To | gorkaion => rajagopal | ||
2009-04-23 16:04 | psarobe | Tag Attached: 250MP1 | |||
2009-04-28 17:49 | hgbot | Checkin | |||
2009-04-28 17:49 | hgbot | Note Added: 0015874 | |||
2009-04-28 17:49 | hgbot | Status | scheduled => resolved | ||
2009-04-28 17:49 | hgbot | Resolution | open => fixed | ||
2009-04-28 17:49 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/5dc324b8fb7d61f5690a48772b1ca80d56cb31f5 [^] | ||
2009-05-04 19:47 | psarobe | Regression testing | => No | ||
2009-05-04 19:47 | psarobe | Status | resolved => closed | ||
2009-05-05 00:00 | anonymous | sf_bug_id | 0 => 2786918 |
Notes | |||||
|
|||||
|
|