Menu

Connection to Snowflake (JDBC Driver) is failing

Help
2020-03-26
2020-04-01
  • Julia Przibylla

    Julia Przibylla - 2020-03-26

    Connection Failed.

    Driver Value Not Found - Check DB Driver field

     
  • arrah

    arrah - 2020-03-26

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

    1.) Download and save the jdbc driver in under jdbc directory along with other drivers
    2.) In connection dialog UI choose others ( JDBC)
    3.) In Driver name "net.snowflake.client.jdbc.SnowflakeDriver"
    4.) Put the connect string and test connection it should work

     
  • Julia Przibylla

    Julia Przibylla - 2020-03-26

    I will try it, nut do i need to specify path?

     
  • Julia Przibylla

    Julia Przibylla - 2020-03-26

    "...along with other drivers"?

     
  • Julia Przibylla

    Julia Przibylla - 2020-03-26

    Connection Failed.

    Driver Class Not Found.
    Look into System DSN if using jdbc:odbc bridge
    Make sure Driver class is in classpath if using native

    System Message:net.snowflake.client.jdbc.SnowflakeDriver

     
  • arrah

    arrah - 2020-03-26

    1.) download the jar (snowflake-jdbc-3.9.2.jar )file from https://repo1.maven.org/maven2/net/snowflake/snowflake-jdbc/3.9.2/
    2.) copy this file to ProfilerV6.2.9/lib/jdbcjar
    3.) With Otherthing DB Driver put the driver name net.snowflake.client.jdbc.SnowflakeDriver
    4.) Put the connect string as per snowflake URL and click on connect

     
  • arrah

    arrah - 2020-03-26

    if you face any issue share the screen shots

     
  • Julia Przibylla

    Julia Przibylla - 2020-03-27

    Thank you very much,
    it does work, but it seems like it takes a long time to load the database ...

     
  • Julia Przibylla

    Julia Przibylla - 2020-03-27

    Hello again,

    can s.o. help me to figure out the problem

    BASH:

    C:\Users\przibylla\Desktop\ProfilerV6.2.9\ProfilerV6.2.9>java -Xmx4096M -Xms4096M -classpath osdq-desktop-6.2.9-SNAPSHOT.jar;lib\rowset.jar;lib\jdbcjar*;lib\hivejar*;lib\hive2jar*;lib*;lib\saxon* org.arrah.gui.swing.Profiler
    Mõr 27, 2020 12:20:39 PM net.snowflake.client.jdbc.internal.apache.http.impl.execchain.RetryExec execute
    INFORMATION: I/O exception (net.snowflake.client.jdbc.internal.apache.http.NoHttpResponseException) caught when processing request to {s}->https://sfc-eu-ds1-customer-stage.s3.amazonaws.com:443: The target server failed to respond
    Mõr 27, 2020 1:03:11 PM net.snowflake.client.jdbc.internal.apache.http.impl.execchain.RetryExec execute
    INFORMATION: Retrying request to {s}->https://sfc-eu-ds1-customer-stage.s3.amazonaws.com:443

     
  • Julia Przibylla

    Julia Przibylla - 2020-03-29

    i realy have no expierence with increase heap space in java. where/how do I set it up?

     

Log in to post a comment.