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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

double-quotation in password

Do you have a double-quotation in your password? I ran into this same error, and this issue as well as several others are caused by a bug wherein Talend doesn't escape double-quotes in passwords, thereby generating invalid code. The relevant Jira ticket is: https://jira.talendforge.org/browse/TUP-19287.

Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hi

Our developer has suggested a workaround to fix the issue: escape double quotations with \, eg:

\''password\"123

 

Regards

Shong

Anonymous
Not applicable
Author

Use \ before " double quote.

 

We will recommend, not to store password. Instead, encrypt & then de-crypt within the job using java routines.