1.1.6 - problems from data migration Flashcards
1
Q
Possible problems from data migration
A
- incomparable file formats
- data structure differences
- validation rules
- incomplete data transfers
2
Q
Incompatible file formats
A
Different versions of the same piece of software might not be compatible
3
Q
Data Structure Differences
A
Moving data from a table to a flat file, or from an array to a linked list, might cause a lot of problems
4
Q
Validation Rules
A
- these rules are applied to inputs
- if these are different at the destination then data will be rejected and lost
5
Q
Incomplete data transfers
A
If the actual transfer is interrupted, only partt of the data will be at the destination, leading to data loss