Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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)"
@navali ,it could be your network connection was blocking to connect to that snowflake db. why cannot try with other network?
@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.
@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.