Bug #49083
Issue with currency Conversion Form
Status: | Fixed not Tested | Start date: | 01/04/2019 | |
---|---|---|---|---|
Priority: | Normal | Due date: | 01/04/2019 | |
Assignee: | Stephin Joseph | % Done: | 100% | |
Category: | Functionality | Estimated time: | 1.00 hour | |
Target version: | - | Spent time: | 1.00 hour | |
End_Date: | 01/04/2019 | Areas Affected: | AgancyDA.cs | |
remarks: | Nill | Files Changed: | AgancyDA.cs | |
DB Changes: | Nill | Initial Planned Hours: | 1 | |
Keys & Permissions: | Nill |
Description
When data exceed for more than 35,000 rows in the currency table
1. Data will not get load in the admin form.
2. No result
3. Currency conversion form won't work
System.Collections.ListDictionaryInternal Value was either too large or too small for an Int16. at System.Convert.ToInt16(Int32 value)
at System.Int32.System.IConvertible.ToInt16(IFormatProvider provider)
at System.Convert.ToInt16(Object value)
at DataProvider.DataAccess.CurrencyDA.ConstructCurrencyDtoWithConvertedRatio(DataRow dr, CurrencyDTO obj)
History
#1 Updated by Jomiya J over 6 years ago
- Due date set to 01/04/2019
- Assignee set to Stephin Joseph
- Start date changed from 10/16/2018 to 01/04/2019
- Estimated time set to 1.00
#2 Updated by Stephin Joseph over 6 years ago
- Status changed from New to In Progress
#3 Updated by Stephin Joseph over 6 years ago
- Status changed from In Progress to Fixed not Tested
- % Done changed from 0 to 100
- End_Date set to 01/04/2019
- remarks set to Nill
- DB Changes set to Nill
- Keys & Permissions set to Nill
- Areas Affected set to AgancyDA.cs
- Files Changed set to AgancyDA.cs
- Initial Planned Hours set to 1
Issue is solved
int16 change int32 adding in AgancyDA.cs and check them in Issue with currency Conversion Form
#4 Updated by Albin Paul about 6 years ago
Unable to check due to Bug #62723.