Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Incorrect string value: '\xC4\x90in\xC4\x91...' for column 'address'

Hi,
   I am using Mysql Workbench. When I am trying to migrate the data from one database table to another database table I am getting this Error: Incorrect string value: '\xC4\x90in\xC4\x91...' for column 'address' at row 1. 
In my source mysql database I am using "utf8" collation and the destination mysql database I am using "latin1" collation. I think it is the problem,but I don't know how to slove this problem. Need some Help. Is there I need to use any code for that?
Labels (3)
6 Replies
Anonymous
Not applicable
Author

Hi pixel.rajeshkannan,
 Have you tried to set "Additional JDBC Parameter character Encoding=UTF-8" in advanced settings of tMysqlOutput and add the "-Dfile.encoding=utf-8" to the JVM parameters to see if it works?

Best regards
Sabrina
Anonymous
Not applicable
Author

Hi,
    I added the additiional jdbc parameter character Encoding=UTF-8 . But still I am getting this  Error: Incorrect string value: '\xC4\x90in\xC4\x91...' for column 'address' at row 1.   Is there any other option to slove this error?
0683p000009MDeV.png 
Anonymous
Not applicable
Author

Hi,
Did you also add "-Dfile.encoding=utf-8" to the JVM parameters?
Best regards
Sabrina
0683p000009MDhY.png
Anonymous
Not applicable
Author

I also added the Dfile.encoding=utf-8" to the JVM parameters. Getting this error which is placed in the image.
0683p000009MDhd.png 0683p000009MDgb.png
Anonymous
Not applicable
Author

Hi,
We don't get "Could not find or load main class " error after adding -Dfile.encoding=utf-8" into JVM setting. Here is "-" you are missing.
0683p000009MDhi.png
Anonymous
Not applicable
Author

Hi, 
   Gettting the same error Incorrect String value 0683p000009MPcz.png. I added the "-Dfile.encoding=utf-8" in the component -> advanced setting and also Run job-> advanced settings. 
0683p000009MDhn.png 0683p000009MDhs.png