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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Fernandez
Creator II
Creator II

tFileCopy into a path with accent

Hi,

 

I want to copy a file into a path with an accent.

For example : C:\Répertoire

When I launch the job into TOS, it's OK.

But when I launch the .bat into the server, the file si copied into C:\Répertoire

 

Can you help me ?

 

Thanks

Labels (2)
2 Replies
akumar2301
Specialist II
Specialist II

it is file encoding issue.

Try 1 : in Bat file add -Dfile.encoding=UTF-8 after java -Xms256M -Xmx1024M.

If it works .
Add same in -Dfile.encoding=UTF-8 in JVM setting in studio. Next time it will automatically come upon build

Let me know.
Fernandez
Creator II
Creator II
Author

Hi,

 

I add the option in file .bat but same issue...

 

0683p000009M2Zf.png