ShayBa
ShayBa

Reputation: 3

Connection from QlikView to SnowFlake

I'm trying to connect from QlikView to snowflake in order to download data to qvd

I've installed the necessary driver: Driver

Filled all the blue blanks:
Credentials

Trying to connect from QlikView:
Connect

After I press the test connection I'm get the following error after a long time: Error

Upvotes: 0

Views: 279

Answers (1)

Gokhan Atil
Gokhan Atil

Reputation: 10189

As Zephro mentioned, it seems there's a connectivity issue on your side. Could you please use SnowCD to ensure that you can access to the Snowflake service?

https://docs.snowflake.com/en/user-guide/snowcd.html

Download the SnowCD for your operation system (Windows/Mac/Linux are supported).

First run the following command:

SELECT SYSTEM$WHITELIST();

Then save the output to a JSON file (test.json), and run the SnowCD with the JSON file name as first parameter:

snowcd test.json

Upvotes: 1

Related Questions