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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!

Qlik Talend Product: Issue while running a job using MetaServletCaller.bat/sh scripts in TAC {"error": "Username or password is wrong, returnCode":3}

100% helpful (3/3)
cancel
Showing results for 
Search instead for 
Did you mean: 
Chethankumar_JS
Support
Support

Qlik Talend Product: Issue while running a job using MetaServletCaller.bat/sh scripts in TAC {"error": "Username or password is wrong, returnCode":3}

Last Update:

Sep 10, 2024 9:58:29 PM

Updated By:

Xiaodi_Shi

Created date:

Sep 10, 2024 9:59:12 PM

You may experience problems when executing actions with the MetaServlet API in the Talend Administration Center using the MetaServletCaller.sh or MetaServletCaller.bat scripts and the call doesn't work.

The error message you receive is:

Error: "error": “Username or password is wrong”,"returnCode": 3

Cause

The error arises because special characters in the username or password need to be escaped. Since JSON, the data format used by the MetaServlet API, does not support certain special characters without escaping.

 

Resolution

Use the control character backslash ("\") to escape special characters.

For Example

Password: passwor"d  the quotation mark is the special character that needs to be escaped using a backslash. 

Use passwor\"d to include the quotation mark in the password.

 

Related Content

For more information about Metaservlet, please check Qlik Talend Official Documentation
Metaservlet

 

Environment

Talend Administration Center 

Labels (1)
Version history
Last update:
‎2024-09-10 09:58 PM
Updated by: