Bug #4667

Avatar?id=2607&size=50

[SCP ID :##2378##] : FTL Failure for New User

Added by Rayvandy Gabbytian about 10 years ago. Updated almost 10 years ago.

Status:Closed - End of life cycleStart date:September 04, 2014
Priority:NormalDue date:September 05, 2014
Assignee:Avatar?id=2607&size=14Rayvandy Gabbytian % Done:

100%

Category:-Spent time:-
Target version:-

Description

Issue : FTL shows "system currently unavailable" after user keys in registration no, pin, and captcha. Log shows error at IBRegisterUsernameServices, line 88.
Expected : System shall successfully allow new user to FTL.

History

#1 Avatar?id=2607&size=24 Updated by Rayvandy Gabbytian about 10 years ago

  • % Done changed from 0 to 100

Root cause:
Somehow I put substring (1,4) in currency code when developing changes "Register User with Only CC", causing it out of index. It shall not use substring for currency code.
getIBDynaBean().set(IBRegisterConstants.FORM_BEAN_PROPERTY_CURRENCY_CODE, DataValidator.isEmptyString(custRegistration.getCurrencyCode()) ? "" : custRegistration.getCurrencyCode().substring(1, 4));

Solution:
Remove the substring.
getIBDynaBean().set(IBRegisterConstants.FORM_BEAN_PROPERTY_CURRENCY_CODE, DataValidator.isEmptyString(custRegistration.getCurrencyCode()) ? "" : custRegistration.getCurrencyCode());

#2 Avatar?id=2607&size=24 Updated by Rayvandy Gabbytian about 10 years ago

  • Due date changed from September 04, 2014 to September 05, 2014
  • Status changed from Development / Work In Progress to Internal Testing
  • Assignee changed from Rayvandy Gabbytian to Saputra Febhy Toomy
  • % Done changed from 100 to 0

Dear Toomy,

Kindly help to perform testing for above error.

How to test:
1. FTL with new user.
2. FTL with new user with CC only.
3. FTL for migration user.

Thanks.

#3 Updated by Saputra Febhy Toomy about 10 years ago

  • Assignee changed from Saputra Febhy Toomy to Rayvandy Gabbytian
  • % Done changed from 0 to 80

Dear Gabby,

1. FTL with new user, already test.
2. FTL with new user with CC only, already test.
3. FTL for migration user, still got error when user migration FTL need to input phone number.

Thanks

#4 Updated by Zahir Abd Latif almost 10 years ago

  • Status changed from Internal Testing to Closed - End of life cycle
  • % Done changed from 80 to 100

Issue resolve.
Case closed.

Also available in: Atom PDF