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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] thttprequest encoding

Hello,
I have a Job with target MySQL database, that work correctly in my development machine (Win 7 32bit) but in production machine (Win Server 2008 R2 64bit) not.
The problem is that thttprequest component, doesn't encoding correctly in producction.
-> Executing Job in Development machine with db Production as target, output: "Ordenador portátil"
-> Executing Job in Production machine with db Production as target, output "Ordenador portátil"
Thanks for any help!
Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hello,
I find a solution adding -Dfile.encoding=UTF8 to command line 0683p000009MACJ.png
java -Dfile.encoding=UTF8 -Xms256M -Xmx1024M .......

View solution in original post

6 Replies
Anonymous
Not applicable
Author

Hello,
I find a solution adding -Dfile.encoding=UTF8 to command line 0683p000009MACJ.png
java -Dfile.encoding=UTF8 -Xms256M -Xmx1024M .......
Anonymous
Not applicable
Author

This is indeed a solution but keep in mind it will affect all file reading/writing procedures in your job!
Anonymous
Not applicable
Author

Hi,
Have you tried to put -Dfile.encoding=utf8 in Java run/debug parameter for your current job?
Best regards
Sabrina
Anonymous
Not applicable
Author

I guess the best way is to add such option to the advanced settings of this component. I will make a suggestion as JIRA ticket because I have made the last changes on this component.
Anonymous
Not applicable
Author

Hi fgallego,
Can we consider this topic as resolved?
Best regards
Sabrina
Anonymous
Not applicable
Author

Hi Sabrina,
Yes, thanks to both for your suggestions.
Best regards!