|
|
Archives of the TeradataForum
Message Posted: Tue, 29 Mar 2011 @ 15:06:03 GMT
Subj: | | Re: Version 5 to 13: String contains untranslatable character |
|
From: | | Geoffrey Rommel |
| When I am loading data on the new server (version 13) for the product table, I receive "untranslatable character" , I couldn't solve this
error. | |
You need to give more details about the problem. How are you loading the data (FastLoad, MultiLoad, TPT)? Which version of the load utility are
you using? What are the contents of the source data? How is the target column defined?
Usually this error means that your data contains x'1A', which is a substitution character and cannot be loaded to a Latin column, or x'EFBFBD'
(=U+FFFD), which is a Unicode substitution character.
| |