Data Import Errors
WALLIX Enterprise Vault imposes character counts on different fields types. If an import file contains data that exceeds the encrypted character limit for the field type, the file will not be imported.
When the data is encrypted those character counts grow between 30-50%. Therefore, a field that was within the required character limit before the encryption may exceed the character limit after encryption.
The following is an example Import Error message that could be displayed when an import fails:
[1][Login] "BestBank": The fields Notes exceeds the maximum encrypted value length of 10000 characters.
-
[1] denotes the index number of the item in question. This would typically be the row number in a CSV file, for example.
-
[Login] indicates that the item type is Login.
-
"BestBank" denotes the name of the item in question.
-
Notes denotes the name of the field where the character limit is exceeded.
-
10000 denotes the allowed character limit for that field.
No Comments