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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
zsword
Contributor
Contributor

Special character in database password

I want to connect a postgresql database to a job talend but database password contain special character ù and talend send me this error
Caused by: java.lang.IllegalArgumentException: value contains character 'ù' which is non US-ASCII
I search on forum but i never find solution to this problem.

Thank you for your help.

Labels (2)
1 Reply
mpc
Partner Ambassador
Partner Ambassador

Hi, 

Did you try to use escape char insted of ù, as described here; https://www.postgresql.org/docs/current/libpq-connect.html#AEN39024

Moreover, as far as I know, it's not recommanded to use special char in PostgreSQL DB password, except the list here: https://kb.iu.edu/d/aphg 

Personally I prefer use passphrase to avoid this kind of problems. 

Last option then should be to ask for a password change. 

Kind regards

From Next Decision and mpc with love