Problem Note 63097: You receive a transcoding error while restoring a table after you apply Hot Fix A5T006 in SAS® Anti-Money Laundering
While restoring a backed-up table, especially the FSK_LOV table, in Microsoft SQL Server, you might encounter errors similar to the following:
ERROR: Unable to transcode data to/from UCS-2 encoding.
ERROR: ROLLBACK issued due to errors for data set DB_KC.FSK_LOV.DATA.
These errors occur after you take the following actions:
- You apply Hot Fix A5T006.
- You complete the optional steps for converting all fields that could contain multibyte characters to NVARCHAR.
The errors are the result of truncated characters being loaded, and you can resolve them by ensuring that restored data is loaded into columns of the appropriate type and size.
To work around this issue, complete the following steps:
- Back up any affected tables.
- Alter the columns that were changed in Hot Fix A5T006 to use the NVARCHAR format. To see the expected NVARCHAR sizes, refer to the sqlserver_7.1HF5_nvarchar_3_convert_ddl.sql file, which was delivered as a part of the hot fix.
- Reload the data.
- Compare each new table after the hot fix is applied to the old table version that you backed up. Restore any missing values manually.
Click the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | SAS Anti-Money Laundering | Linux for x64 | 7.1 | | | |
64-bit Enabled Solaris | 7.1 | | | |
64-bit Enabled AIX | 7.1 | | | |
Microsoft® Windows® for x64 | 7.1 | | | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
The error "Unable to transcode data to/from UCS-2 encoding" occurs while restoring a backed-up table, such as the FSK_LOV table, in Microsoft SQL Server. It occurs after you apply Hot Fix A5T006 and you also convert all fields that could contain multibyte characters to NVARCHAR.
Type: | Problem Note |
Priority: | high |
Date Modified: | 2018-11-13 12:10:08 |
Date Created: | 2018-10-19 11:38:12 |