Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0004602Openbravo ERP02. Master data managementpublic2008-08-08 23:232008-09-03 23:05
javiexpo1 
gorka_gil 
highmajoralways
closedfixed 
10XP
2.35MP5 
2.40 
No
Core
No
0004602: Create PriceList - Get PL/SQL Error
When I am trying to modify my product prices creating a PriceList (CreatePriceList Button in Price List version Tab) for a new Price List Version applying to it a new Price List Schema i got this error message:

Error:
invalid input syntax for type numeric: """

This error raise from the PL/SQL store procedure named m_pricelist_create, and i think that the application is sending the parameters pInstanceID in an incorrect type format.

I could debug the application using Eclipse and i could see that in the line 307 of the method process103 "M_PriceList_Create" of the ActionButtonData class, there is a call for the method:

RDBMSIndependent.getCallableResult(null, connectionProvider, strSql, parametersData, parametersTypes, 0);

Inside of this method in line 63 theres is a call for the method:

UtilSql.setValue(st, iParameter, 12, "Test", parameters.elementAt(i)), that is using the number 12 hardcoded in order to define the type of the variable, if you see the class UtilSql.java the type of the variable 12 means that is a String and this is wrong because the PL/SQl Procedure M_PRICELIST_CREATE() is waiting for the pInstance value that is a variable type numeric nor string.
You can reproduce it in Openbravo ERP 2.35MP5 or 2.40Beta: triying to create a new Price List Version from an old Price List Version applying a Price List Schema, this is a standard transaction in Openbravo ERP.
No tags attached.
depends on backport 0004620 closed gorka_gil Create PriceList - Get PL/SQL Error 
Issue History
2008-08-08 23:23javiexpo1New Issue
2008-08-08 23:23javiexpo1Assigned To => cromero
2008-08-08 23:23javiexpo1sf_bug_id0 => 2043556
2008-08-12 01:00javiexpo1Issue Monitored: javiexpo1
2008-08-13 18:54psarobeOBNetwork customer => No
2008-08-13 18:54psarobePrioritynormal => high
2008-08-13 18:54psarobeSeveritycritical => major
2008-08-13 18:57psarobeStatusnew => scheduled
2008-08-13 18:57psarobeAssigned Tocromero => gorka_gil
2008-08-13 18:57psarobefix_in_branch => trunk
2008-08-14 15:47jpabloaeNote Added: 0008557
2008-08-18 13:36gorka_gilNote Added: 0008584
2008-08-18 13:41svnbotCheckin
2008-08-18 13:41svnbotNote Added: 0008585
2008-08-18 13:41svnbotStatusscheduled => resolved
2008-08-18 13:41svnbotResolutionopen => fixed
2008-08-18 13:41svnbotsvn_revision => 6370
2008-09-03 23:05psarobeRegression testing => No
2008-09-03 23:05psarobeStatusresolved => closed
2008-09-03 23:05psarobeFixed in Version => 2.40

Notes
(0008557)
jpabloae   
2008-08-14 15:47   
Reminder sent to: gorka_gil

The 2.40 release is close. As soon as all the major bugs are closed, we are ready to release. This is why I'd ask you to prioritize this issue.
(0008584)
gorka_gil   
2008-08-18 13:36   
The problem is in line 83 of M_PRICELIST_CREATE pl/sql function.
   "...IF (v_PriceList_Version_Base_ID IS NULL OR v_PriceList_Version_Base_ID='') THEN..."

The problem occurs in postgres when tries to transform '' into number, the method to_number outputs the error: invalid input syntax for type numeric: """
(0008585)
svnbot   
2008-08-18 13:41   
Repository: openbravo
Revision: 6370
Author: gorka_gil
Date: 2008-08-18 13:41:42 +0200 (Mon, 18 Aug 2008)

Fixed bug 4602 Fix a problem of transformation to number in postgres in m_pricelist_create function

---
U trunk/src-db/database/model/functions/M_PRICELIST_CREATE.xml
---

https://dev.openbravo.com/websvn/openbravo/?rev=6370&sc=1 [^]