-
Type:
Bug
-
Status: Production Complete
-
Priority:
Critical
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: BenAdmin
-
Labels:None
-
Environment:QA
-
Bug Type:Functional
-
Bug Severity:Medium
-
Module:BenAdmin - Import
-
Reported by:Harbinger
-
Item State:Production Complete - Closed
-
Issue Importance:Must Have
-
Sprint:WT Sprint 33-Bugs
+underlined text+Precondition :
1) Employee enrolled in Basic AD & D Plan
2) Create waived import template [ Benefit Type Waive ]
Replication Steps :
1) Navigate to manual import export page
2) Select file and import data
Issue : Import Failed
ErrorID : 0
ErrorSource : ControllerAppTier.SaveAndGetData->WORKTERRAControllerAppTier.SaveAndGetData->ExecuteImportDTS.ImportData_Isolated->WTIsolatedRoutines.Main->ExecuteImportDTS.ImportData->ImportValidation.ImportData->ImportValidation.GetPlanDesignHash
ErrorMessage: Item has already been added. Key in dictionary: 'Mass Transit' Key being added: 'Mass Transit'
CC - Sachin Hingole
- blocks
-
WT-8262 Importing Waived Benefit Type data
-
- Production Complete
-
Concern: Waived Import - Import Failed
Cause: If user selects all the plans present for template and multiple of them have same 'OldPlanDescriptionIdentifier' then it throws an exception because a hash can not contain duplicate keys.
Correction: Added a check for duplicate plan design identifiers before processing file.