Skip to main content
Announcements
Global Transformation Awards! Applications are now open. Submit Entry
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Connection to snowflake in Talend Bigdata Platform 7.0.1

Hi,

I ve connected to snowflake database using Talend by using the metadata connection provided within Talend Bigdata Platform 7.0.1

 

While droping in th components on my designer my job keeps failing due to the below error :


Exception in component tDBConnection_1 (Snowflake)
java.lang.RuntimeException: net.snowflake.client.jdbc.SnowflakeSQLException: JDBC driver encountered communication error. Message: Exception encountered for HTTP request: java.security.cert.CertificateEncodingException: Failed to encode object..
at nbcu_jobs.snowflake_0_1.Snowflake.tDBConnection_1Process(Snowflake.java:471)
at nbcu_jobs.snowflake_0_1.Snowflake.runJobInTOS(Snowflake.java:952)
at nbcu_jobs.snowflake_0_1.Snowflake.main(Snowflake.java:778)
[FATAL]: nbcu_jobs.snowflake_0_1.Snowflake - tDBConnection_1 net.snowflake.client.jdbc.SnowflakeSQLException: JDBC driver encountered communication error. Message: Exception encountered for HTTP request: java.security.cert.CertificateEncodingException: Failed to encode object..
java.lang.RuntimeException: net.snowflake.client.jdbc.SnowflakeSQLException: JDBC driver encountered communication error. Message: Exception encountered for HTTP request: java.security.cert.CertificateEncodingException: Failed to encode object..
at nbcu_jobs.snowflake_0_1.Snowflake.tDBConnection_1Process(Snowflake.java:471)
at nbcu_jobs.snowflake_0_1.Snowflake.runJobInTOS(Snowflake.java:952)
at nbcu_jobs.snowflake_0_1.Snowflake.main(Snowflake.java:778)

 

 

Please help me resolve this.

Labels (7)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Resolved:

 

The solution to this issue was the port number which needs to be enabled.(port no:443)

View solution in original post

8 Replies
Anonymous
Not applicable
Author

Hello,

Are you trying to connect over SSL?

Best regards

Sabrina

Anonymous
Not applicable
Author

Hi Sabrina,

I appreciate your reply. How can I check my connectivity is SSL?

Anonymous
Not applicable
Author

Hello,

With your Talend Bigdata Platform subscription solution, could you please create a case on talend support portal so that we could give you a remote assistance(webex session ) through support cycle with priority?

https://login.talend.com/support-login.php

Feel free to let us know if there is any login issue for you.

Best regards

Sabrina

 

Anonymous
Not applicable
Author

Hi Sabrina,

 

I tried logging in with my credentials and says the that I require an account no.

Also tried to create a new account but says my email is already registered.

Can you help me log in to this portal ?

Anonymous
Not applicable
Author

Hello,

For your talend support portal login issue, could you please send me a private message with your credentails? I would send an email to Customer Care <customercare@talend.com> for help.

Best regards

Sabrina

Anonymous
Not applicable
Author

Resolved:

 

The solution to this issue was the port number which needs to be enabled.(port no:443)

Anonymous
Not applicable
Author

This issue is related to JIRA TDI-42686. Just add the additional jvm parameter and the additional jdbc parameter and then this issue will be resolved. This issue is related to the jdbc driver that we are using on the backend and this driver in future releases to include a fix for this issue from Snowflakes side related also this issue on their side:

 

https://www.snowflake.com/blog/latest-changes-to-how-snowflake-handles-ocsp/


JVM Parameter:
-Dnet.snowflake.jdbc.ocspFailOpen=true

JDBC Parameter:
insecureMode=true

bashwin
Contributor
Contributor

i'm also facing the same issue - where we need to specify/enable the port no ?