Defect HC-16188

MigrateEncryptedInfo batchUpdate needs to specify details for the SQL exception

Software

Customer case Applies to Corrected in
CS0299444 V9.1.8.0 9.1.11.0

Observed behavior

When running MigrateEncryptedInfo, if the data being inserted into a table exceeds the column size, the batch update fails, but the error message doesn't give sufficient details to indicate the problem.

Expected behavior

The utility should provide enough information for the user to correct the operation.

Resolution

The error text was extended to include the SQL exception body as well as the message, providing the level of detail needed by the user to fix the situation.