Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0006505Openbravo ERP00. Application dictionarypublic2008-12-12 11:212009-03-09 23:30
pheenan 
pheenan 
immediatemajoralways
closedfixed 
5
2.35 
2.352.35MP12 
No
Core
No
0006505: Backport issue 6211: 0006211: If you fill a field with the maximum length permited and one of the character is special it fails
If you fill a field with the maximum length permitted and one of the character is special, you get the following error:
ORA-12899: value too large for column "TAD_BRANCH_R23X_DEMO"."M_PRODUCT"."UPC" (actual: 31, maximum: 30)
Change VARCHAR datatype to NVARCHAR
No tags attached.
related to defect 0006211 closed pheenan If you fill a field with the maximum length permited and one of the character is special it fails when saving 
Issue History
2008-12-12 11:21pheenanNew Issue
2008-12-12 11:21pheenanAssigned To => pheenan
2008-12-12 11:21pheenanOBNetwork customer => No
2008-12-12 11:21pheenanRegression testing => No
2008-12-12 11:21pheenanStatusnew => scheduled
2008-12-12 11:21pheenanfix_in_branch => trunk
2008-12-12 11:22pheenanRelationship addedrelated to 0006211
2008-12-12 11:23pheenanStatusscheduled => resolved
2008-12-12 11:23pheenanFixed in Version => 2.35
2008-12-12 11:23pheenansvn_revision => 11009
2008-12-12 11:23pheenanResolutionopen => fixed
2008-12-12 11:23pheenanNote Added: 0011231
2009-02-06 12:17rafarodaFixed in Version2.35 =>
2009-02-06 12:17rafarodafix_in_branchtrunk => 2.3x
2009-03-06 16:09psarobeFixed in Version => 2.35MP12
2009-03-09 23:30psarobeStatusresolved => closed

Notes
(0011231)
pheenan   
2008-12-12 11:23   
migrates changes to M_PRODUCT and M_PRODUCT_CUSTOMER. Changed datatype for UPC columns to NVARCHAR.