<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Cloud Snowflake DB Connect Integration in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cloud-Snowflake-DB-Connect-Integration/m-p/474024#M58263</link>
    <description>&lt;P&gt;If you're trying to connect from outside the whitelisted IP range, the error message from Snowflake is "IP XX.XX.XX.XX is not allowed to access Snowflake. Contact your local security administrator."&lt;/P&gt;

&lt;P&gt;The error you're seeing sounds more like a malformed connectionstring.&lt;/P&gt;

&lt;P&gt;-Paul-&lt;/P&gt;</description>
    <pubDate>Mon, 01 Jun 2020 14:21:31 GMT</pubDate>
    <dc:creator>phoran</dc:creator>
    <dc:date>2020-06-01T14:21:31Z</dc:date>
    <item>
      <title>Cloud Snowflake DB Connect Integration</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cloud-Snowflake-DB-Connect-Integration/m-p/474010#M58249</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Could you please help here I tried to integrate the Snowflake with db connect.&lt;/P&gt;

&lt;P&gt;I am using following version of JRE:   /usr/java/jdk1.8.0_131/jre&lt;/P&gt;

&lt;P&gt;I have placed snowflake at following location:&lt;/P&gt;

&lt;P&gt;/opt/splunk/etc/apps/splunk_app_db_connect/drivers/snowflake-jdbc-3.9.1-javadoc.jar&lt;BR /&gt;
/opt/splunk/etc/apps/splunk_app_db_connect/drivers/snowflake-libs/snowflake-jdbc-3.9.1-javadoc.jar&lt;BR /&gt;
/opt/splunk/etc/apps/splunk_app_db_connect/jars/snowflake-jdbc-3.9.1-javadoc.jar&lt;/P&gt;

&lt;P&gt;I have put below stanza in  /opt/splunk/etc/apps/splunk_app_db_connect/local/ db_connection_types.conf&lt;/P&gt;

&lt;P&gt;[snowflake]&lt;BR /&gt;
displayName = Snowflake&lt;BR /&gt;
serviceClass = com.splunk.dbx2.DefaultDBX2JDBC&lt;BR /&gt;
jdbcUrlFormat = jdbc:snowflake://:/&lt;BR /&gt;
jdbcDriverClass = com.snowflake.client.jdbc.SnowflakeDriver&lt;/P&gt;

&lt;P&gt;Now when I create a connection and try to save I get  following error:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Database connection snowflake is invalid&lt;/STRONG&gt;&lt;BR /&gt;
No suitable driver found for jdbc:snowflake://"":443/&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 02:05:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cloud-Snowflake-DB-Connect-Integration/m-p/474010#M58249</guid>
      <dc:creator>ekcsoc</dc:creator>
      <dc:date>2020-09-30T02:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Cloud Snowflake DB Connect Integration</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cloud-Snowflake-DB-Connect-Integration/m-p/474011#M58250</link>
      <description>&lt;P&gt;Hi there, &lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Please try the following steps:&lt;/STRONG&gt;&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Make sure you download the latest Snowflake JDBC Driver &lt;CODE&gt;jar&lt;/CODE&gt; version and &lt;STRONG&gt;NOT&lt;/STRONG&gt; &lt;CODE&gt;javadoc.jar&lt;/CODE&gt; : 
&lt;A href="https://docs.snowflake.net/manuals/user-guide/jdbc-download.html#downloading-the-driver" target="_blank"&gt;https://docs.snowflake.net/manuals/user-guide/jdbc-download.html#downloading-the-driver&lt;/A&gt;
&lt;STRONG&gt;OR&lt;/STRONG&gt; &lt;A href="https://search.maven.org/classic/#search%7Cga%7C1%7Csnowflake-jdbc" target="_blank"&gt;https://search.maven.org/classic/#search%7Cga%7C1%7Csnowflake-jdbc&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Drop the .jar file (driver) under $SPLUNK_HOME/etc/apps/splunk_app_db_connect/drivers&lt;/LI&gt;
&lt;LI&gt;Create or update &lt;STRONG&gt;db_connection_types.conf&lt;/STRONG&gt; under &lt;EM&gt;$SPLUNK_HOME/etc/apps/splunk_app_db_connect/local&lt;/EM&gt; with the following:
&lt;CODE&gt;[snowflake]&lt;/CODE&gt;
&lt;CODE&gt;displayName = Snowflake&lt;/CODE&gt;
&lt;CODE&gt;serviceClass = com.splunk.dbx2.DefaultDBX2JDBC&lt;/CODE&gt;
&lt;CODE&gt;jdbcDriverClass = net.snowflake.client.jdbc.SnowflakeDriver&lt;/CODE&gt;
&lt;CODE&gt;jdbcUrlFormat = jdbc:snowflake://&amp;lt;host&amp;gt;:&amp;lt;port&amp;gt;/?db=&amp;lt;database&amp;gt;&lt;/CODE&gt;
&lt;CODE&gt;ui_default_catalog = $database$&lt;/CODE&gt;
&lt;CODE&gt;port = 443&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;Restart Splunk&lt;/LI&gt;
&lt;LI&gt;Now, the Snowflake Driver should be available via the UI&lt;/LI&gt;
&lt;LI&gt;Create a new Identity with your Snowflake credentials&lt;/LI&gt;
&lt;LI&gt;Create a new Database Connection for Snowflake with the following:&lt;/LI&gt;
&lt;LI&gt;Snowflake Identity&lt;/LI&gt;
&lt;LI&gt;Snowflake Connection Type&lt;/LI&gt;
&lt;LI&gt;Select the Timezone set/used by your Snowflake Database/Environment&lt;/LI&gt;
&lt;LI&gt;Check the "Edit JDBC URL" checkbox, this will have to be manually provided as per
&lt;A href="https://docs.snowflake.net/manuals/user-guide/jdbc-configure.html" target="_blank"&gt;https://docs.snowflake.net/manuals/user-guide/jdbc-configure.html&lt;/A&gt; or something similar to
&lt;CODE&gt;jdbc:snowflake://&amp;lt;account_name&amp;gt;.snowflakecomputing.com/?&amp;lt;connection_params&amp;gt;&lt;/CODE&gt;
&lt;STRONG&gt;OR&lt;/STRONG&gt; &lt;CODE&gt;jdbc:snowflake://&amp;lt;account_name&amp;gt;.snowflakecomputing.com/?db=&amp;lt;database&amp;gt;&amp;amp;warehouse=&amp;lt;warehouse&amp;gt;&amp;amp;schema=&amp;lt;schema&amp;gt;&lt;/CODE&gt;
Replace all the &lt;CODE&gt;&amp;lt;parameters&amp;gt;&lt;/CODE&gt; to reflect your environment.&lt;/LI&gt;
&lt;LI&gt;Make sure that &lt;CODE&gt;Read Only&lt;/CODE&gt; is unchecked as this parameter is not available on Snowflake&lt;/LI&gt;
&lt;LI&gt;&lt;CODE&gt;Fetch size&lt;/CODE&gt; can be left alone&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;&lt;STRONG&gt;Your Database Connection should look as follows:&lt;/STRONG&gt; &lt;A href="https://community.splunk.com/storage/temp/275975-dbx-snowflake-connections.png" target="_blank"&gt;Screenshot&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;The JDBC URL can be adapted as per your environment as long as it matches their JDBC Driver Connection String:&lt;/STRONG&gt; &lt;A href="https://docs.snowflake.net/manuals/user-guide/jdbc-configure.html#jdbc-driver-connection-string" target="_blank"&gt;https://docs.snowflake.net/manuals/user-guide/jdbc-configure.html#jdbc-driver-connection-string&lt;/A&gt;!&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 02:46:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cloud-Snowflake-DB-Connect-Integration/m-p/474011#M58250</guid>
      <dc:creator>ptang_splunk</dc:creator>
      <dc:date>2020-09-30T02:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Cloud Snowflake DB Connect Integration</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cloud-Snowflake-DB-Connect-Integration/m-p/474012#M58251</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/217554"&gt;@ptang_splunk&lt;/a&gt; , &lt;/P&gt;

&lt;P&gt;Thanks for providing detailed steps above! I had configured our DB Connect inputs for Snowflake as described by your post as well as following the doc below from Snowflake:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://community.snowflake.com/s/article/Integrating-Snowflake-and-Splunk-with-DBConnect" target="_blank"&gt;https://community.snowflake.com/s/article/Integrating-Snowflake-and-Splunk-with-DBConnect&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I am able to telnet to port 443 on the host as specified in the "JDBC URL" from the Splunk HF that the DB connection is initiated. However, I still encountered the below errors from internal logs (splunk_app_db_connect_server.log) after restarting splunkd service:&lt;/P&gt;

&lt;P&gt;2020-05-30 00:03:19.220 +1000  [QuartzScheduler_Worker-10] WARN  com.zaxxer.hikari.pool.PoolBase - unnamed_pool_1112188830_jdbc_&lt;EM&gt;snowflake&lt;/EM&gt;&lt;EM&gt;//XXX.XX-XXXXXXXXX-X.snowflakecomputing.com&lt;/EM&gt;&lt;EM&gt;443/?warehouse&lt;/EM&gt;&lt;EM&gt;SPLUNK_WH&amp;amp;db&lt;/EM&gt;&lt;EM&gt;SNOWFLAKE - Failed to register management beans.&lt;BR /&gt;
javax.management.RuntimeOperationsException: null&lt;BR /&gt;
    at com.sun.jmx.mbeanserver.Repository.addMBean(Unknown Source)&lt;BR /&gt;
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerWithRepository(Unknown Source)&lt;BR /&gt;
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerDynamicMBean(Unknown Source)&lt;BR /&gt;
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerObject(Unknown Source)&lt;BR /&gt;
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerMBean(Unknown Source)&lt;BR /&gt;
    at com.sun.jmx.mbeanserver.JmxMBeanServer.registerMBean(Unknown Source)&lt;BR /&gt;
    at com.zaxxer.hikari.pool.PoolBase.registerMBeans(PoolBase.java:258)&lt;BR /&gt;
    at com.zaxxer.hikari.pool.HikariPool.&lt;INIT&gt;(HikariPool.java:116)&lt;BR /&gt;
    at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:94)&lt;BR /&gt;
    at com.splunk.dbx.connector.ConnectorFactory.getConnectionFromPool(ConnectorFactory.java:201)&lt;BR /&gt;
    at com.splunk.dbx.connector.ConnectorFactory.getConnection(ConnectorFactory.java:189)&lt;BR /&gt;
    at com.splunk.dbx.connector.ConnectorFactory.create(ConnectorFactory.java:174)&lt;BR /&gt;
    at com.splunk.dbx.server.dbinput.recordreader.DbInputRecordReader.executeQuery(DbInputRecordReader.java:60)&lt;BR /&gt;
    at com.splunk.dbx.server.dbinput.recordreader.DbInputRecordReader.open(DbInputRecordReader.java:52)&lt;BR /&gt;
    at org.easybatch.core.job.BatchJob.openReader(BatchJob.java:117)&lt;BR /&gt;
    at org.easybatch.core.job.BatchJob.call(BatchJob.java:74)&lt;BR /&gt;
    at org.easybatch.extensions.quartz.Job.execute(Job.java:59)&lt;BR /&gt;
    at org.quartz.core.JobRunShell.run(JobRunShell.java:202)&lt;BR /&gt;
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)&lt;BR /&gt;
Caused by: java.lang.IllegalArgumentException: Repository: cannot add mbean for pattern name com.zaxxer.hikari:type=PoolConfig (unnamed_pool_1112188830_jdbc&lt;/INIT&gt;&lt;/EM&gt;&lt;EM&gt;snowflake&lt;/EM&gt;&lt;EM&gt;//XXX.XX-XXXXXXXXX-X.snowflakecomputing.com&lt;/EM&gt;&lt;EM&gt;443/?warehouse&lt;/EM&gt;&lt;EM&gt;SPLUNK_WH&amp;amp;db&lt;/EM&gt;_SNOWFLAKE)&lt;BR /&gt;
    ... 19 common frames omitted&lt;/P&gt;

&lt;P&gt;2020-05-30 00:03:21.109 +1000  [QuartzScheduler_Worker-10] ERROR org.easybatch.core.job.BatchJob - Unable to open record reader&lt;BR /&gt;
java.sql.SQLFeatureNotSupportedException: null&lt;BR /&gt;
    at net.snowflake.client.jdbc.SnowflakeConnectionV1.setReadOnly(SnowflakeConnectionV1.java:518)&lt;BR /&gt;
    at com.zaxxer.hikari.pool.ProxyConnection.setReadOnly(ProxyConnection.java:388)&lt;BR /&gt;
    at com.zaxxer.hikari.pool.HikariProxyConnection.setReadOnly(HikariProxyConnection.java)&lt;BR /&gt;
    at com.splunk.dbx.connector.ConnectorFactory.getConnection(ConnectorFactory.java:190)&lt;BR /&gt;
    at com.splunk.dbx.connector.ConnectorFactory.create(ConnectorFactory.java:174)&lt;BR /&gt;
    at com.splunk.dbx.server.dbinput.recordreader.DbInputRecordReader.executeQuery(DbInputRecordReader.java:60)&lt;BR /&gt;
    at com.splunk.dbx.server.dbinput.recordreader.DbInputRecordReader.open(DbInputRecordReader.java:52)&lt;BR /&gt;
    at org.easybatch.core.job.BatchJob.openReader(BatchJob.java:117)&lt;BR /&gt;
    at org.easybatch.core.job.BatchJob.call(BatchJob.java:74)&lt;BR /&gt;
    at org.easybatch.extensions.quartz.Job.execute(Job.java:59)&lt;BR /&gt;
    at org.quartz.core.JobRunShell.run(JobRunShell.java:202)&lt;BR /&gt;
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)&lt;/P&gt;

&lt;P&gt;2020-05-30 00:03:21.109 +1000  [QuartzScheduler_Worker-10] INFO  org.easybatch.core.job.BatchJob - Job 'SNOWFLAKE_ACCOUNT_QUERY_TEST' finished with status: FAILED&lt;/P&gt;

&lt;P&gt;As the above error trace did not give out much information on why the connection failed apart from the 2 messages below:&lt;/P&gt;

&lt;P&gt;"Failed to register management beans"&lt;BR /&gt;
"Unable to open record reader"&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 05:33:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cloud-Snowflake-DB-Connect-Integration/m-p/474012#M58251</guid>
      <dc:creator>bwu_hcf</dc:creator>
      <dc:date>2020-09-30T05:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: Cloud Snowflake DB Connect Integration</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cloud-Snowflake-DB-Connect-Integration/m-p/474013#M58252</link>
      <description>&lt;P&gt;Are you using telnet to test from your client PC or from where DBX is installed?  Just curious?&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 20:07:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cloud-Snowflake-DB-Connect-Integration/m-p/474013#M58252</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2020-05-29T20:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Cloud Snowflake DB Connect Integration</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cloud-Snowflake-DB-Connect-Integration/m-p/474014#M58253</link>
      <description>&lt;P&gt;Telnet testing is from the Splunk HF where DBX is installed.&lt;/P&gt;</description>
      <pubDate>Sat, 30 May 2020 10:34:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cloud-Snowflake-DB-Connect-Integration/m-p/474014#M58253</guid>
      <dc:creator>bwu_hcf</dc:creator>
      <dc:date>2020-05-30T10:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Cloud Snowflake DB Connect Integration</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cloud-Snowflake-DB-Connect-Integration/m-p/474015#M58254</link>
      <description>&lt;P&gt;What is the version of the JDBC driver?  Please provide the link to whichever one you downloaded.  Thank you.&lt;/P&gt;</description>
      <pubDate>Sat, 30 May 2020 10:40:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cloud-Snowflake-DB-Connect-Integration/m-p/474015#M58254</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2020-05-30T10:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Cloud Snowflake DB Connect Integration</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cloud-Snowflake-DB-Connect-Integration/m-p/474016#M58255</link>
      <description>&lt;P&gt;I am currently using snowflake-jdbc-3.12.4.jar driver downloaded from the site below:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://repo1.maven.org/maven2/net/snowflake/snowflake-jdbc/"&gt;https://repo1.maven.org/maven2/net/snowflake/snowflake-jdbc/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 30 May 2020 10:45:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cloud-Snowflake-DB-Connect-Integration/m-p/474016#M58255</guid>
      <dc:creator>bwu_hcf</dc:creator>
      <dc:date>2020-05-30T10:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Cloud Snowflake DB Connect Integration</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cloud-Snowflake-DB-Connect-Integration/m-p/474017#M58256</link>
      <description>&lt;P&gt;I see you have a support case open on this correct?  Did you follow the guidance they suggested regarding the link and the timeout behavior?&lt;/P&gt;</description>
      <pubDate>Sat, 30 May 2020 10:57:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cloud-Snowflake-DB-Connect-Integration/m-p/474017#M58256</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2020-05-30T10:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Cloud Snowflake DB Connect Integration</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cloud-Snowflake-DB-Connect-Integration/m-p/474018#M58257</link>
      <description>&lt;P&gt;Yes, I had captured tcpdump from Wireshark and will attach the output to the case for further analysis. I have also increased the timeout value to "maxWaitMillis=1800000" to test the connection again, but still no luck. Same error messages as the above internal logs. I am upgrading the jdbc driver to the latest to test again. &lt;/P&gt;</description>
      <pubDate>Sat, 30 May 2020 11:18:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cloud-Snowflake-DB-Connect-Integration/m-p/474018#M58257</guid>
      <dc:creator>bwu_hcf</dc:creator>
      <dc:date>2020-05-30T11:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Cloud Snowflake DB Connect Integration</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cloud-Snowflake-DB-Connect-Integration/m-p/474019#M58258</link>
      <description>&lt;P&gt;I will assume you followed Snowflake’s post on the setup?  Have you also reached out to their side for assistance?&lt;/P&gt;

&lt;P&gt;&lt;A href="https://support.snowflake.net/s/article/Integrating-Snowflake-and-Splunk-with-DBConnect"&gt;https://support.snowflake.net/s/article/Integrating-Snowflake-and-Splunk-with-DBConnect&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 30 May 2020 11:21:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cloud-Snowflake-DB-Connect-Integration/m-p/474019#M58258</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2020-05-30T11:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Cloud Snowflake DB Connect Integration</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cloud-Snowflake-DB-Connect-Integration/m-p/474020#M58259</link>
      <description>&lt;P&gt;Thanks for reminding me! That is actually my next step as I am suspecting they could be blocking this type of connection from their end by default. &lt;/P&gt;</description>
      <pubDate>Sat, 30 May 2020 11:24:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cloud-Snowflake-DB-Connect-Integration/m-p/474020#M58259</guid>
      <dc:creator>bwu_hcf</dc:creator>
      <dc:date>2020-05-30T11:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Cloud Snowflake DB Connect Integration</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cloud-Snowflake-DB-Connect-Integration/m-p/474021#M58260</link>
      <description>&lt;P&gt;Can you post your connection string?  (Leave out the sensitive parts, obviously...)&lt;BR /&gt;
What is your Snowflake account?  Remember that the Snowflake "account" is everything preceding the ".snowflakecomputing.com" in your account URL.  There should be both an account name and a region identifier - like "mySnowflakeAccount.us-east-1." for AWS East.  Only Snowflake accounts based in the AWS US-West region will not have a region identifier included.&lt;/P&gt;

&lt;P&gt;-Paul Horan-&lt;BR /&gt;
Snowflake&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 13:35:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cloud-Snowflake-DB-Connect-Integration/m-p/474021#M58260</guid>
      <dc:creator>phoran</dc:creator>
      <dc:date>2020-06-01T13:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cloud Snowflake DB Connect Integration</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cloud-Snowflake-DB-Connect-Integration/m-p/474022#M58261</link>
      <description>&lt;P&gt;Snowflake will only "block" connection attempts with invalid credentials, or coming from network IP addresses outside your "whitelisted" network policy (should one have been created). &lt;BR /&gt;
This is more likely an invalid connection string.&lt;/P&gt;

&lt;P&gt;-Paul-&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 13:37:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cloud-Snowflake-DB-Connect-Integration/m-p/474022#M58261</guid>
      <dc:creator>phoran</dc:creator>
      <dc:date>2020-06-01T13:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: Cloud Snowflake DB Connect Integration</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cloud-Snowflake-DB-Connect-Integration/m-p/474023#M58262</link>
      <description>&lt;P&gt;Thanks, @phoran ! When I tried to create such connection via Splunk DB Connect GUI, it did show "This is an invalid connection" when I was saving the settings. If I ask our Snowflake counterpart to add our IP to their whitelist, this should resolve the issue. Am I correct? &lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 13:45:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cloud-Snowflake-DB-Connect-Integration/m-p/474023#M58262</guid>
      <dc:creator>bwu_hcf</dc:creator>
      <dc:date>2020-06-01T13:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Cloud Snowflake DB Connect Integration</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cloud-Snowflake-DB-Connect-Integration/m-p/474024#M58263</link>
      <description>&lt;P&gt;If you're trying to connect from outside the whitelisted IP range, the error message from Snowflake is "IP XX.XX.XX.XX is not allowed to access Snowflake. Contact your local security administrator."&lt;/P&gt;

&lt;P&gt;The error you're seeing sounds more like a malformed connectionstring.&lt;/P&gt;

&lt;P&gt;-Paul-&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 14:21:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cloud-Snowflake-DB-Connect-Integration/m-p/474024#M58263</guid>
      <dc:creator>phoran</dc:creator>
      <dc:date>2020-06-01T14:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: Cloud Snowflake DB Connect Integration</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cloud-Snowflake-DB-Connect-Integration/m-p/474025#M58264</link>
      <description>&lt;P&gt;The JDBC URL is below:&lt;/P&gt;

&lt;P&gt;jdbc:snowflake://xxx.ap-southeast-2.snowflakecomputing.com:443/?warehouse=XXXXX_WH&amp;amp;db=XXXXXXXXX&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 21:31:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cloud-Snowflake-DB-Connect-Integration/m-p/474025#M58264</guid>
      <dc:creator>bwu_hcf</dc:creator>
      <dc:date>2020-06-01T21:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Cloud Snowflake DB Connect Integration</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cloud-Snowflake-DB-Connect-Integration/m-p/685673#M80533</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I am aware there is an accepted answer that helped me, but the connection was not established with the message 'need further details.' However, I need to do some extra configuration to establish the connection.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;I followed accepted answer for jdbc driver (downloaded &lt;A title="snowflake-jdbc-3.15.1.jar" href="https://repo1.maven.org/maven2/net/snowflake/snowflake-jdbc/3.15.1/" target="_self"&gt;snowflake-jdbc-3.15.1.jar&lt;/A&gt;&amp;nbsp;) and to add db_connection_types.conf (don't copy and paste it from the accepted answer. &lt;STRONG&gt;see below db_connection_types.conf&lt;/STRONG&gt;)&lt;BR /&gt;However, I ran into a problem with error message :&amp;nbsp;&lt;STRONG&gt;could not initialize class net.snowflake.client.jdbc.internal.apache.arrow.memory.util.MemoryUtil&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Followed below link to fix the issue :&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;&lt;A href="https://community.snowflake.com/s/article/JDBC-OutOfDirectMemoryError" target="_blank" rel="noopener"&gt;https://community.snowflake.com/s/article/JDBC-OutOfDirectMemoryError&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I added the first two options from the above solution (you can see below in case the above link is broken or removed) to the JVM Options in connection settings with a space delimiter. It didn't work. However, the connection got established with the 3rd solution. (See db_connections.conf also to understand how that parameter is used.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;1.) Increase the maximum heap size, which in return will increase the maximum direct memory size. You will need to refer to the application's documentation for instructions on how to configure this value because it is application-specific. If you were starting the application using the java command then any of the following JVM arguments will set the maximum heap size to 1 GB:

-Xmx1048576k
-Xmx1024m
-Xmx1g

2.) Explicitly increase the maximum direct memory size. E.g., the following JVM sets the value to 1 GB:

-XX:MaxDirectMemorySize=1g

3.) If for any reason you do not have any control over the amount of memory you can allocate to your JVM (e.g., you are limited by the size of the container you're running in and it cannot be configured) then change the query result set from ARROW to JSON.

You can pass this setting as a connection parameter using your JDBC driver:

JDBC_QUERY_RESULT_FORMAT=JSON&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;Final confs are as below:&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;local/db_connection_types.conf
[snowflake]
displayName = Snowflake
serviceClass = com.splunk.dbx2.DefaultDBX2JDBC
jdbcDriverClass = net.snowflake.client.jdbc.SnowflakeDriver
jdbcUrlFormat = jdbc‌‌//:/?db=
ui_default_catalog = $database$
port = 443

local/db_connections.conf
[Snowflake_DB]
connection_properties = {"JDBC_QUERY_RESULT_FORMAT":"JSON"}
connection_type = snowflake
customizedJdbcUrl = jdbc‌‌//.snowflakecomputing.com:443/?user=&amp;amp;db=snowflake&amp;amp;warehouse=&amp;amp;schema=public
database = snowflake
disabled = 0
host = .snowflakecomputing.com
identity = SnowflakeUser
jdbcUseSSL = false
localTimezoneConversionEnabled = false
port = 443
readonly = false
timezone = Etc/UTC&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2024 18:17:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cloud-Snowflake-DB-Connect-Integration/m-p/685673#M80533</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2024-04-26T18:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cloud Snowflake DB Connect Integration</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cloud-Snowflake-DB-Connect-Integration/m-p/685677#M80534</link>
      <description>&lt;P&gt;I am aware there is an accepted answer that helped me, but the connection was not established with the message 'need further details.' However, I need to do some extra configuration to establish the connection.&lt;BR /&gt;&lt;BR /&gt;I followed accepted answer for jdbc driver(downloaded &lt;A title="snowflake-jdbc-3.15.1.jar" href="https://repo1.maven.org/maven2/net/snowflake/snowflake-jdbc/3.15.1/" target="_self"&gt;snowflake-jdbc-3.15.1.jar&lt;/A&gt;&amp;nbsp;) and to configure db_connection_types.conf ( don't copy and paste it from accpeted answer. &lt;STRONG&gt;see below db_connection_types.conf&lt;BR /&gt;&lt;BR /&gt;Followed below link to fix the issue:&amp;nbsp;could not initialize class net.snowflake.client.jdbc.internal.apache.arrow.memory.util.MemoryUtil&lt;BR /&gt;&lt;/STRONG&gt;&lt;A href="https://community.snowflake.com/s/article/JDBC-OutOfDirectMemoryError" target="_blank"&gt;https://community.snowflake.com/s/article/JDBC-OutOfDirectMemoryError&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I added the first two options from the above solution (you can see below in case the above link is broken or removed) to the JVM Options in connection settings with a space delimiter. It didn't work. However, the connection got established with the third solution. (See &lt;STRONG&gt;db_connections.conf&lt;/STRONG&gt; also to understand how that parameter is used.)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;1.) Increase the maximum heap size, which in return will increase the maximum direct memory size. You will need to refer to the application's documentation for instructions on how to configure this value because it is application-specific. If you were starting the application using the java command then any of the following JVM arguments will set the maximum heap size to 1 GB:

-Xmx1048576k
-Xmx1024m
-Xmx1g

2.) Explicitly increase the maximum direct memory size. E.g., the following JVM sets the value to 1 GB:

-XX:MaxDirectMemorySize=1g

3.) If for any reason you do not have any control over the amount of memory you can allocate to your JVM (e.g., you are limited by the size of the container you're running in and it cannot be configured) then change the query result set from ARROW to JSON.

You can pass this setting as a connection parameter using your JDBC driver:

JDBC_QUERY_RESULT_FORMAT=JSON&lt;/LI-CODE&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;Final db_connections.conf and db_connection_types.conf&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;local/db_connection_types.conf
[snowflake]
displayName = Snowflake
serviceClass = com.splunk.dbx2.DefaultDBX2JDBC
jdbcDriverClass = net.snowflake.client.jdbc.SnowflakeDriver
jdbcUrlFormat = jdbc:snowflake://&amp;lt;host&amp;gt;:&amp;lt;port&amp;gt;/?db=&amp;lt;database&amp;gt;
ui_default_catalog = $database$
port = 443

local/db_connections.conf
[Snowflake_DB]
connection_properties = {"JDBC_QUERY_RESULT_FORMAT":"JSON"}
connection_type = snowflake
customizedJdbcUrl = jdbc:snowflake://&amp;lt;host&amp;gt;.snowflakecomputing.com:443/?user=&amp;lt;user_name&amp;gt;&amp;amp;db=snowflake&amp;amp;warehouse=&amp;lt;warehouse_value&amp;gt;&amp;amp;schema=public
database = snowflake
disabled = 0
host = &amp;lt;host&amp;gt;.snowflakecomputing.com
identity = SnowflakeUser
jdbcUseSSL = false
localTimezoneConversionEnabled = false
port = 443
readonly = false
timezone = Etc/UTC&lt;/LI-CODE&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2024 18:32:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cloud-Snowflake-DB-Connect-Integration/m-p/685677#M80534</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2024-04-26T18:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Cloud Snowflake DB Connect Integration</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cloud-Snowflake-DB-Connect-Integration/m-p/685678#M80535</link>
      <description>&lt;P&gt;I am aware there is an accepted answer that helped me, but the connection was not established with the message 'need further details.' However, I need to do some extra configuration to establish the connection.&lt;BR /&gt;&lt;BR /&gt;I followed accepted answer for jdbc driver(downloaded &lt;A title="snowflake-jdbc-3.15.1.jar" href="https://repo1.maven.org/maven2/net/snowflake/snowflake-jdbc/3.15.1/" target="_self"&gt;snowflake-jdbc-3.15.1.jar&lt;/A&gt;&amp;nbsp;) and to configure db_connection_types.conf ( don't copy and paste it from accpeted answer. &lt;STRONG&gt;see below db_connection_types.conf&lt;BR /&gt;&lt;BR /&gt;Followed below link to fix the issue:&amp;nbsp;could not initialize class net.snowflake.client.jdbc.internal.apache.arrow.memory.util.MemoryUtil&lt;BR /&gt;&lt;/STRONG&gt;&lt;A href="https://community.snowflake.com/s/article/JDBC-OutOfDirectMemoryError" target="_blank" rel="noopener"&gt;https://community.snowflake.com/s/article/JDBC-OutOfDirectMemoryError&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I added the first two options from the above solution (you can see below in case the above link is broken or removed) to the JVM Options in connection settings with a space delimiter. It didn't work. However, the connection got established with the third solution. (See &lt;STRONG&gt;db_connections.conf&lt;/STRONG&gt; also to understand how that parameter is used.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;1.) Increase the maximum heap size, which in return will increase the maximum direct memory size. You will need to refer to the application's documentation for instructions on how to configure this value because it is application-specific. If you were starting the application using the java command then any of the following JVM arguments will set the maximum heap size to 1 GB:

-Xmx1048576k
-Xmx1024m
-Xmx1g

2.) Explicitly increase the maximum direct memory size. E.g., the following JVM sets the value to 1 GB:

-XX:MaxDirectMemorySize=1g

3.) If for any reason you do not have any control over the amount of memory you can allocate to your JVM (e.g., you are limited by the size of the container you're running in and it cannot be configured) then change the query result set from ARROW to JSON.

You can pass this setting as a connection parameter using your JDBC driver:

JDBC_QUERY_RESULT_FORMAT=JSON&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;Final db_connections.conf and db_connection_types.conf&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;local/db_connection_types.conf
[snowflake]
displayName = Snowflake
serviceClass = com.splunk.dbx2.DefaultDBX2JDBC
jdbcDriverClass = net.snowflake.client.jdbc.SnowflakeDriver
jdbcUrlFormat = jdbc‌‌//:/?db=
ui_default_catalog = $database$
port = 443

local/db_connections.conf
[Snowflake_DB]
connection_properties = {"JDBC_QUERY_RESULT_FORMAT":"JSON"}
connection_type = snowflake
customizedJdbcUrl = jdbc‌‌//.snowflakecomputing.com:443/?user=&amp;amp;db=snowflake&amp;amp;warehouse=&amp;amp;schema=public
database = snowflake
disabled = 0
host = .snowflakecomputing.com
identity = SnowflakeUser
jdbcUseSSL = false
localTimezoneConversionEnabled = false
port = 443
readonly = false
timezone = Etc/UTC&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2024 18:34:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cloud-Snowflake-DB-Connect-Integration/m-p/685678#M80535</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2024-04-26T18:34:09Z</dc:date>
    </item>
  </channel>
</rss>

