Bug #2104
closedFeature #140: Technical Support, Bug Fixing and Services
Version #2098: Version 1.12
Internal error while synching data after perform delete house operation
100%
Description
After delete a house from the list. Then try to synch data. Internal Server error happens. Unable to sync data
Updated by Thara S Pillai over 2 years ago
- The observations for this issue is also the same as Bug #7852
- The old record house data download synched from server is deleted and upload synched to update delete information in server. But the input validation fails for data fields in old house data and upload synchronization failed.
- eHealth commented that they will check the possibility of removing input validation to make implementations compatible for old records in live and will communicate after confirming with security team.
Updated by Thara S Pillai over 2 years ago
eHealth responds on 19.01.2023: Input validations will be required as recommended in the security report.
So for handling existing survey records we recommended the following steps given below.
In Family - member creation, Corresponding member ID completed status( ie All mandatory fields) should be checked ( null or P can be considered as Pending).
In the same way , before Member creation house survey completion status can be checked (null or P can be considered as Pending).
In House/Member deletion cases, Coalesce function can be used to handle null value fields as empty string before validation check.
Data format issues for existing data need to allow formats matching with db field datatypes.
Updated by Thara S Pillai over 2 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100