Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
JFazal1635150306
Contributor
Contributor

Snowflake job working locally but not on the server

Hi,

I have started using Talend TOS 7.3.1.

I created a job with input to connect to Snowflake.

It runs fine when run locally on my computer.

But when I build job and run it on a Linux server I get the error that incorrect password.

Strange thing is I am able to deploy on the Linux server and run successfully with 7.2.1 version of Talend.

What could cause the login failure on the server but not when run locally?

Here is the error I get on the server

Exception in component tDBInput_1 (Test_Connection)

java.lang.RuntimeException: net.snowflake.client.jdbc.SnowflakeSQLException: Incorrect username or password was specified.

at test.test_connection_0_1.Test_Connection.tDBInput_1Process(Test_Connection.java:2577)

at test.test_connection_0_1.Test_Connection.runJobInTOS(Test_Connection.java:3844)

at test.test_connection_0_1.Test_Connection.main(Test_Connection.java:3685)

Labels (2)
1 Reply
Anonymous
Not applicable

Hello,

It might be password decryption issue.

Please try to avoid this kind of issue you should use of context groups and context parameters for db details and use "String" instead of Password type in context.

Feel free to let us know if it works for you.

Best regards

Sabrina