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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Slope
Contributor III
Contributor III

Talend DI migration & Tdbinput connection error

Hello,

I migrate an entire workflow developped on 7.2 to the 8 version on a local computer and it work perfectly.

But then I tried to deploy this job on server and I get an error on a Tdbinput.

It's a JDBC connection on a virtual database, I connect to the database threw the server with Dbeaver, the port is open, but I have a username/password incorrect on talend.

I double checked the connection informations and they're correct.

Do you have any idea ? The 7.2 version of the job worked, but I don't have any error log except username/pwd incorrect so It's difficult to debug.

Kind regards,

Nicolas

Labels (4)
1 Solution

Accepted Solutions
Slope
Contributor III
Contributor III
Author

Hi,

Finally I got the reason, it was because of the java -version on the server (too old for the last release of talend) so I change it and it works now.

 

 

Thanks for your reply 🙂

View solution in original post

3 Replies
Anonymous
Not applicable

Hello,

Does your job fail with 'incorrect password' when setting the password using the context variable?

Note: When you have a context variable whose type is password, you do not need to use single or double quotes for the value, only enter the password.

Best regards

Sabrina

 

Slope
Contributor III
Contributor III
Author

Hi,

Finally I got the reason, it was because of the java -version on the server (too old for the last release of talend) so I change it and it works now.

 

 

Thanks for your reply 🙂

Anonymous
Not applicable

Hello,

Great you got the reason and thanks for sharing your root cause here.

You are able to get the information about compatible java environments

from talend help center.

https://help.talend.com/r/en-US/8.0/installation-guide-data-integration-windows/compatible-java-envi...

Best regards

Sabrina