Openbravo Issue Tracking System - Openbravo ERP | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0020470 | Openbravo ERP | 00. Application dictionary | public | 2012-05-11 09:05 | 2012-05-31 11:31 | |||||||
Reporter | Sandrahuguet | |||||||||||
Assigned To | Sandrahuguet | |||||||||||
Priority | immediate | Severity | trivial | Reproducibility | always | |||||||
Status | closed | Resolution | fixed | |||||||||
Platform | OS | 20 | OS Version | Professional Appliance | ||||||||
Product Version | ||||||||||||
Target Version | Fixed in Version | 3.0MP12 | ||||||||||
Merge Request Status | ||||||||||||
Review Assigned To | ||||||||||||
OBNetwork customer | No | |||||||||||
Web browser | Google Chrome | |||||||||||
Modules | Core | |||||||||||
Support ticket | ||||||||||||
Regression level | ||||||||||||
Regression date | ||||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | ||||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0020470: API Change: Change username column to NVARCHAR type in ad_user table | |||||||||||
Description | It only fails in Oracle. Username column is defined as VARCHAR(60), and you cannot enter a 60 character long username in oracle containing special characters as @, _, ñ, ... Username column should be defined as NVARCHAR(60) in ad_user table. With the proposed solution "select COALESCE(TO_CHAR(name), username) from ad_user" does not work. We have checked in all Openbravo code and modules and this code does not appear, consecuently this API change is not risk. | |||||||||||
Steps To Reproduce | [in oracle] 1) Go to User window 2) Enter a 60 character long username containing at least one special character @bcdefghijklmñopqrstuvwzyz_abcdefghijklmnopqrstuvwzyz2345679 3) Try to save the record Error Saving failed. ORA-12899: value too large for column "INT_FULL_ORACLE"."AD_USER"."USERNAME" (actual: 61, maximum: 60) 1) Login as System Administrator 2) Go to Initial Client Setup window 3) Enter a 60 character long Client Username containing at least one special character @bcdefghijklmñopqrstuvwzyz_abcdefghijklmnopqrstuvwzyz2345679 4) Fill other mandatory fields 5) Click on OK button Error Saving failed. ORA-12899: value too large for column "INT_FULL_ORACLE"."AD_USER"."USERNAME" (actual: 61, maximum: 60) | |||||||||||
Proposed Solution | ||||||||||||
Additional Information | ||||||||||||
Tags | No tags attached. | |||||||||||
Relationships |
| |||||||||||
Attached Files | ||||||||||||
Issue History | ||||||||||||
Date Modified | Username | Field | Change | |||||||||
2012-05-11 09:05 | Sandrahuguet | New Issue | ||||||||||
2012-05-11 09:05 | Sandrahuguet | Assigned To | => iciordia | |||||||||
2012-05-11 09:05 | Sandrahuguet | Web browser | => Google Chrome | |||||||||
2012-05-11 09:05 | Sandrahuguet | Modules | => Core | |||||||||
2012-05-11 09:05 | Sandrahuguet | OBNetwork customer | => No | |||||||||
2012-05-11 09:05 | Sandrahuguet | Relationship added | related to 0020342 | |||||||||
2012-05-11 12:39 | iciordia | Note Added: 0048574 | ||||||||||
2012-05-11 13:53 | Sandrahuguet | Note Added: 0048580 | ||||||||||
2012-05-12 12:24 | iciordia | Note Added: 0048591 | ||||||||||
2012-05-12 12:24 | iciordia | Assigned To | iciordia => Sandrahuguet | |||||||||
2012-05-17 18:14 | hgbot | Checkin | ||||||||||
2012-05-17 18:14 | hgbot | Note Added: 0048744 | ||||||||||
2012-05-17 18:14 | hgbot | Status | new => resolved | |||||||||
2012-05-17 18:14 | hgbot | Resolution | open => fixed | |||||||||
2012-05-17 18:14 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/api-checks/rev/dd6185a8cb012fe6cdfdbd16aab1d1daf7fa2b51 [^] | |||||||||
2012-05-22 09:30 | hgbot | Checkin | ||||||||||
2012-05-22 09:30 | hgbot | Note Added: 0048844 | ||||||||||
2012-05-22 09:30 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/api-checks/rev/dd6185a8cb012fe6cdfdbd16aab1d1daf7fa2b51 [^] => http://code.openbravo.com/erp/devel/api-checks/rev/78e4246be14f68175382b004239535410fefce75 [^] | |||||||||
2012-05-31 11:31 | mirurita | Note Added: 0049524 | ||||||||||
2012-05-31 11:31 | mirurita | Status | resolved => closed | |||||||||
2012-05-31 11:31 | mirurita | Fixed in Version | => 3.0MP12 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|