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

Snowflake connection issue

Hi,

I have created a connection to snowflake account in repository and it connects successfully with DB. But the same connection component throws a run time error in the job. Below is the error message, also attaching the error log file.

Thanks in advance! 

 

"java.net.UnknownHostException: This is usually a temporary error during hostname resolution and means that the local server did not receive a response from an authoritative server (myaccount.snowflakecomputing.com)"

Labels (5)
4 Replies
manodwhb
Champion II
Champion II

@navali ,it could be your network  connection was blocking to connect to that snowflake db. why cannot try with other network?

Anonymous
Not applicable
Author

@manodwhb It doesn't look like that, I can connect to DB from repository and since it is a office network, we don't have other network.

manodwhb
Champion II
Champion II

@navali ,i have faced same issue i was able to connect in metadata connection but when i used to execute the job has failed in from office location,so that i have tested same thing from my home network it has executed successfully. Since I understand that it was because of network.

 

you need check with your network team to make connection between from your office network to snowflake DB.

Anonymous
Not applicable
Author

@manodwhb Okay, Let me check. Thank you!