-
Type:
Bug
-
Status: In LB Testing
-
Priority:
Medium
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: BenAdmin
-
Labels:
-
Environment:Production
-
Bug Type:Functional
-
Bug Severity:Medium
-
Module:BenAdmin - Import
-
Reported by:Harbinger
-
Item State:LB QA - On Hold
-
Sprint:WT Sprint 37 - Bugs
To show number of records imported, sent to bad, a third table is used.
The table do not identify the record uniquely and only returns the top record. So if there's a parallel import, scenario may occur that statistics of two imports are swapped depending on which completes first.
ImportExportBadFileID can be used as unique key for import to solve the issue.
- causes
-
WT-11762 SMB Import Failure for salary load
-
- Resolved
-
Files Having Changes:
1)\trunk\WORKTERRAweb\App\BusinessLogic\ImportExportDTS\ExecuteImportDTS.vb
2)\trunk\WORKTERRAweb\App\BusinessLogic\ImportExportDTS\ImportEmployeeEnrollment.vb
3)\trunk\WORKTERRAweb\Web\Web Projects\WORKTERRA\Areas\Customization\Controllers\EDI\ImportExportBaseController.cs
4)\trunk\WORKTERRAweb\Web\Web Projects\WORKTERRA\Areas\Customization\Models\EDI\ImportExportRecordDetails.cs
5)\trunk\WORKTERRAweb\Web\Web Projects\WORKTERRA\Areas\Customization\Models\EDI\ManualImportExportModel.cs
Changes:
1) Removed calls to functions which accesses 'ImportExportRecordSummary' table to insert and fetch the data
2) Created separate variables to store total no of records and total no of valid records. Added these values to 'CompanyWiseAsyncRoutineInfoHash'
3) Displayed record counts on UI using hash 'CompanyWiseAsyncRoutineInfoHash'.