<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>KB-2338 Snowflake Connected System Breaks after Upgrade to 24.2</title><link>https://community.appian.com/support/w/kb/3564/kb-2338-snowflake-connected-system-breaks-after-upgrade-to-24-2</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-2338 Snowflake Connected System Breaks after Upgrade to 24.2</title><link>https://community.appian.com/support/w/kb/3564/kb-2338-snowflake-connected-system-breaks-after-upgrade-to-24-2</link><pubDate>Mon, 28 Apr 2025 21:15:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:18b166d7-7f7c-4650-af36-33e2142e9335</guid><dc:creator>pauline.delacruz</dc:creator><comments>https://community.appian.com/support/w/kb/3564/kb-2338-snowflake-connected-system-breaks-after-upgrade-to-24-2#comments</comments><description>Current Revision posted to Appian Knowledge Base by pauline.delacruz on 4/28/2025 9:15:54 PM&lt;br /&gt;
&lt;h2 id="mcetoc_1i4293sfr4"&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;After upgrading to Appian 24.2, the following error message appears when trying to query the snowflake connected system through an integration:&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;&lt;span&gt;JDBC driver internal error: exception creating result java.lang.NoClassDefFoundError: Could not initialize class net.snowflake.client.jdbc.internal.apache.arrow.memory.util.MemoryUtil at net.snowflake.client.jdbc.internal.apache.arrow.memory.ArrowBuf.getDirectBuffer(ArrowBuf.java:234)&lt;/span&gt;&lt;/pre&gt;
&lt;h2 id="mcetoc_1i4293sfr5"&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Beginning in Appian &lt;a href="https://docs.appian.com/suite/help/24.2/Appian_Release_Notes.html#upgrade-to-java-17-required"&gt;24.2&lt;/a&gt;, Appian uses Java 17. Snowflake has an existing issue with its JDBC driver&amp;#39;s compatibility with Java 17. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;This incompatibility causes the JDBC driver to throw the error message seen above when trying to query through Appian&amp;#39;s Connected System object.&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1i4293sfr6"&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This can be remediated by adding the following to the connection URL within the connected system:&amp;nbsp;&amp;nbsp;&lt;code&gt;JDBC_QUERY_RESULT_FORMAT=JSON&lt;/code&gt;&lt;/span&gt;&lt;span&gt;&lt;code&gt;&lt;/code&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;An example URL is provided below:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;jdbc:snowflake:&lt;span class="code-comment"&gt;//&amp;lt;URL&amp;gt;.snowflakecomputing.com/?warehouse=COMPUTE_WH&amp;amp;JDBC_QUERY_RESULT_FORMAT=JSON&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;&lt;span&gt;&lt;code&gt;&lt;span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1i4293sfr7"&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to Appian versions 24.2 and later.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;July 2024&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: integration&lt;/div&gt;
</description></item><item><title>[DRAFT SUPP-215] Snowflake Connected System Breaks after Upgrade to 24.2</title><link>https://community.appian.com/support/w/kb/3564/kb-2338-snowflake-connected-system-breaks-after-upgrade-to-24-2/revision/9</link><pubDate>Mon, 05 Aug 2024 21:21:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:18b166d7-7f7c-4650-af36-33e2142e9335</guid><dc:creator>sadie.sands</dc:creator><comments>https://community.appian.com/support/w/kb/3564/kb-2338-snowflake-connected-system-breaks-after-upgrade-to-24-2#comments</comments><description>Revision 9 posted to Appian Knowledge Base by sadie.sands on 8/5/2024 9:21:40 PM&lt;br /&gt;
&lt;h2 id="mcetoc_1i4293sfr4"&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;After upgrading to Appian 24.2, the following error message appears when trying to query the snowflake connected system through an integration:&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;&lt;span&gt;JDBC driver internal error: exception creating result java.lang.NoClassDefFoundError: Could not initialize class net.snowflake.client.jdbc.internal.apache.arrow.memory.util.MemoryUtil at net.snowflake.client.jdbc.internal.apache.arrow.memory.ArrowBuf.getDirectBuffer(ArrowBuf.java:234)&lt;/span&gt;&lt;/pre&gt;
&lt;h2 id="mcetoc_1i4293sfr5"&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Beginning in Appian &lt;a href="https://docs.appian.com/suite/help/24.2/Appian_Release_Notes.html#upgrade-to-java-17-required"&gt;24.2&lt;/a&gt;, Appian uses Java 17. Snowflake has an existing issue with its JDBC driver&amp;#39;s compatibility with Java 17. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;This incompatibility causes the JDBC driver to throw the error message seen above when trying to query through Appian&amp;#39;s Connected System object.&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1i4293sfr6"&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This can be remediated by adding the following to the connection URL within the connected system:&amp;nbsp;&amp;nbsp;&lt;code&gt;JDBC_QUERY_RESULT_FORMAT=JSON&lt;/code&gt;&lt;/span&gt;&lt;span&gt;&lt;code&gt;&lt;/code&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;An example URL is provided below:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;jdbc:snowflake:&lt;span class="code-comment"&gt;//&amp;lt;URL&amp;gt;.snowflakecomputing.com/?warehouse=COMPUTE_WH&amp;amp;JDBC_QUERY_RESULT_FORMAT=JSON&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;&lt;span&gt;&lt;code&gt;&lt;span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1i4293sfr7"&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to Appian versions 24.2 and later.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;July 2024&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: integration&lt;/div&gt;
</description></item><item><title>[DRAFT SUPP-215] Snowflake Connected System Breaks after Upgrade to 24.2</title><link>https://community.appian.com/support/w/kb/3564/kb-2338-snowflake-connected-system-breaks-after-upgrade-to-24-2/revision/8</link><pubDate>Mon, 05 Aug 2024 21:21:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:18b166d7-7f7c-4650-af36-33e2142e9335</guid><dc:creator>sadie.sands</dc:creator><comments>https://community.appian.com/support/w/kb/3564/kb-2338-snowflake-connected-system-breaks-after-upgrade-to-24-2#comments</comments><description>Revision 8 posted to Appian Knowledge Base by sadie.sands on 8/5/2024 9:21:07 PM&lt;br /&gt;
&lt;h2 id="mcetoc_1i4293sfr4"&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;After upgrading to Appian 24.2, the following error message appears when trying to query the snowflake connected system through an integration:&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;&lt;span&gt;JDBC driver internal error: exception creating result java.lang.NoClassDefFoundError: Could not initialize class net.snowflake.client.jdbc.internal.apache.arrow.memory.util.MemoryUtil at net.snowflake.client.jdbc.internal.apache.arrow.memory.ArrowBuf.getDirectBuffer(ArrowBuf.java:234)&lt;/span&gt;&lt;/pre&gt;
&lt;h2 id="mcetoc_1i4293sfr5"&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Beginning in Appian &lt;a href="https://docs.appian.com/suite/help/24.2/Appian_Release_Notes.html#upgrade-to-java-17-required"&gt;24.2&lt;/a&gt;, Appian uses Java 17. Snowflake has an existing issue with its JDBC driver&amp;#39;s compatibility with Java 17. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;This incompatibility causes the JDBC driver to throw the error message seen above when trying to query through Appian&amp;#39;s Connected System object.&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1i4293sfr6"&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This can be remediated by adding the following to the connection&amp;nbsp;url&amp;nbsp;within the connected system:&amp;nbsp;&amp;nbsp;&lt;code&gt;JDBC_QUERY_RESULT_FORMAT=JSON&lt;/code&gt;&lt;/span&gt;&lt;span&gt;&lt;code&gt;&lt;/code&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;An example URL is provided below:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;jdbc:snowflake:&lt;span class="code-comment"&gt;//&amp;lt;URL&amp;gt;.snowflakecomputing.com/?warehouse=COMPUTE_WH&amp;amp;JDBC_QUERY_RESULT_FORMAT=JSON&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;&lt;span&gt;&lt;code&gt;&lt;span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1i4293sfr7"&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to Appian versions 24.2 and later.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;July 2024&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: integration&lt;/div&gt;
</description></item><item><title>[DRAFT SUPP-215] Snowflake Connected System Breaks after Upgrade to 24.2</title><link>https://community.appian.com/support/w/kb/3564/kb-2338-snowflake-connected-system-breaks-after-upgrade-to-24-2/revision/7</link><pubDate>Mon, 05 Aug 2024 21:20:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:18b166d7-7f7c-4650-af36-33e2142e9335</guid><dc:creator>sadie.sands</dc:creator><comments>https://community.appian.com/support/w/kb/3564/kb-2338-snowflake-connected-system-breaks-after-upgrade-to-24-2#comments</comments><description>Revision 7 posted to Appian Knowledge Base by sadie.sands on 8/5/2024 9:20:46 PM&lt;br /&gt;
&lt;h2 id="mcetoc_1i4293sfr4"&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;After upgrading to Appian 24.2, the following error message appears when trying to query the snowflake connected system through an integration:&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;&lt;span&gt;JDBC driver internal error: exception creating result java.lang.NoClassDefFoundError: Could not initialize class net.snowflake.client.jdbc.internal.apache.arrow.memory.util.MemoryUtil at net.snowflake.client.jdbc.internal.apache.arrow.memory.ArrowBuf.getDirectBuffer(ArrowBuf.java:234)&lt;/span&gt;&lt;/pre&gt;
&lt;h2 id="mcetoc_1i4293sfr5"&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Beginning in Appian &lt;a href="https://docs.appian.com/suite/help/24.2/Appian_Release_Notes.html#upgrade-to-java-17-required"&gt;24.2&lt;/a&gt;, Appian uses Java 17. Snowflake has an existing issue with its JDBC driver&amp;#39;s compatibility with Java 17. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;This incompatibility causes the JDBC driver to throw the error message seen above when trying to query through Appian&amp;#39;s Connected System object.&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1i4293sfr6"&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This can be remediated by adding the following to the connection&amp;nbsp;url&amp;nbsp;within the connected system:&amp;nbsp;&amp;nbsp;&lt;code&gt;JDBC_QUERY_RESULT_FORMAT=JSON&lt;/code&gt;&lt;/span&gt;&lt;span&gt;&lt;code&gt;&lt;/code&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;An example URL is provided below:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;jdbc:snowflake:&lt;span class="code-comment"&gt;//&amp;lt;URL&amp;gt;.snowflakecomputing.com/?warehouse=COMPUTE_WH&amp;amp;JDBC_QUERY_RESULT_FORMAT=JSON&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;code&gt;&lt;span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1i4293sfr7"&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to Appian versions 24.2 and later.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;July 2024&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: integration&lt;/div&gt;
</description></item><item><title>[DRAFT SUPP-215] Snowflake Connected System Breaks after Upgrade to 24.2</title><link>https://community.appian.com/support/w/kb/3564/kb-2338-snowflake-connected-system-breaks-after-upgrade-to-24-2/revision/6</link><pubDate>Mon, 05 Aug 2024 21:19:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:18b166d7-7f7c-4650-af36-33e2142e9335</guid><dc:creator>sadie.sands</dc:creator><comments>https://community.appian.com/support/w/kb/3564/kb-2338-snowflake-connected-system-breaks-after-upgrade-to-24-2#comments</comments><description>Revision 6 posted to Appian Knowledge Base by sadie.sands on 8/5/2024 9:19:36 PM&lt;br /&gt;
&lt;h2 id="mcetoc_1i4293sfr4"&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;After upgrading to Appian 24.2, the following error message appears when trying to query the snowflake connected system through an integration:&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;&lt;span&gt;JDBC driver internal error: exception creating result java.lang.NoClassDefFoundError: Could not initialize class net.snowflake.client.jdbc.internal.apache.arrow.memory.util.MemoryUtil at net.snowflake.client.jdbc.internal.apache.arrow.memory.ArrowBuf.getDirectBuffer(ArrowBuf.java:234)&lt;/span&gt;&lt;/pre&gt;
&lt;h2 id="mcetoc_1i4293sfr5"&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Beginning in Appian &lt;a href="https://docs.appian.com/suite/help/24.2/Appian_Release_Notes.html#upgrade-to-java-17-required"&gt;24.2&lt;/a&gt;, Appian uses Java 17. Snowflake has an existing issue with its JDBC driver&amp;#39;s compatibility with Java 17. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;This incompatibility causes the JDBC driver to throw the error message seen above when trying to query through Appian&amp;#39;s Connected System object.&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1i4293sfr6"&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This can be remediated by adding the following to the connection&amp;nbsp;url&amp;nbsp;within the connected system:&amp;nbsp;&amp;nbsp;&lt;code&gt;JDBC_QUERY_RESULT_FORMAT=JSON&lt;/code&gt;&lt;/span&gt;&lt;span&gt;&lt;code&gt;&lt;/code&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;An example URL is provided below:&lt;/span&gt;&lt;/p&gt;
&lt;pre class="code-java"&gt;jdbc:snowflake:&lt;span class="code-comment"&gt;//&amp;lt;URL&amp;gt;.snowflakecomputing.com/?warehouse=COMPUTE_WH&amp;amp;JDBC_QUERY_RESULT_FORMAT=JSON&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;&lt;span&gt;&lt;code&gt;&lt;span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1i4293sfr7"&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to Appian versions 24.2 and later.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;July 2024&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: integration&lt;/div&gt;
</description></item><item><title>[DRAFT SUPP-215] Snowflake Connected System Breaks after Upgrade to 24.2</title><link>https://community.appian.com/support/w/kb/3564/kb-2338-snowflake-connected-system-breaks-after-upgrade-to-24-2/revision/5</link><pubDate>Tue, 30 Jul 2024 16:56:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:18b166d7-7f7c-4650-af36-33e2142e9335</guid><dc:creator>Ryan Good</dc:creator><comments>https://community.appian.com/support/w/kb/3564/kb-2338-snowflake-connected-system-breaks-after-upgrade-to-24-2#comments</comments><description>Revision 5 posted to Appian Knowledge Base by Ryan Good on 7/30/2024 4:56:19 PM&lt;br /&gt;
&lt;h2 id="mcetoc_1i4293sfr4"&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;After upgrading to Appian 24.2, the following error message appears when trying to query the snowflake connected system through an integration:&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;&lt;span&gt;JDBC driver internal error: exception creating result java.lang.NoClassDefFoundError: Could not initialize class net.snowflake.client.jdbc.internal.apache.arrow.memory.util.MemoryUtil at net.snowflake.client.jdbc.internal.apache.arrow.memory.ArrowBuf.getDirectBuffer(ArrowBuf.java:234)&lt;/span&gt;&lt;/pre&gt;
&lt;h2 id="mcetoc_1i4293sfr5"&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Beginning in Appian &lt;a href="https://docs.appian.com/suite/help/24.2/Appian_Release_Notes.html#upgrade-to-java-17-required"&gt;24.2&lt;/a&gt;, Appian uses Java 17. Snowflake has an existing issue with its JDBC driver&amp;#39;s compatibility with Java 17. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;This incompatibility causes the JDBC driver to throw the error message seen above when trying to query through Appian&amp;#39;s Connected System object.&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1i4293sfr6"&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This can be remediated by adding the following to the connection string within the connected system:&amp;nbsp;&lt;code&gt;&lt;span&gt;JDBC_QUERY_RESULT_FORMAT=JSON&lt;/span&gt;&lt;/code&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1i4293sfr7"&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to Appian versions 24.2 and later.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;July 2024&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: integration&lt;/div&gt;
</description></item><item><title>[DRAFT SUPP-215] Snowflake Connected System Breaks after Upgrade to 24.2</title><link>https://community.appian.com/support/w/kb/3564/kb-2338-snowflake-connected-system-breaks-after-upgrade-to-24-2/revision/4</link><pubDate>Tue, 30 Jul 2024 16:54:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:18b166d7-7f7c-4650-af36-33e2142e9335</guid><dc:creator>Ryan Good</dc:creator><comments>https://community.appian.com/support/w/kb/3564/kb-2338-snowflake-connected-system-breaks-after-upgrade-to-24-2#comments</comments><description>Revision 4 posted to Appian Knowledge Base by Ryan Good on 7/30/2024 4:54:33 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;After upgrading to Appian 24.2, the following error message appears when trying to query the snowflake connected system through an integration:&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;&lt;span&gt;JDBC driver internal error: exception creating result java.lang.NoClassDefFoundError: Could not initialize class net.snowflake.client.jdbc.internal.apache.arrow.memory.util.MemoryUtil at net.snowflake.client.jdbc.internal.apache.arrow.memory.ArrowBuf.getDirectBuffer(ArrowBuf.java:234)&lt;/span&gt;&lt;/pre&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Beginning in Appian 24.2, Appian uses Java 17. Snowflake has an existing issue with its JDBC driver&amp;#39;s compatibility with Java 17. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;This incompatibility causes the JDBC driver to throw the error message seen above when trying to query through Appian&amp;#39;s Connected System object.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This can be remediated by adding the following to the connection string within the connected system:&amp;nbsp;&lt;code&gt;&lt;span&gt;JDBC_QUERY_RESULT_FORMAT=JSON&lt;/span&gt;&lt;/code&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to Appian versions 24.2 and later.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;July 2024&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: integration&lt;/div&gt;
</description></item><item><title>[DRAFT SUPP-215] Snowflake Connected System Breaks after Upgrade to 24.2</title><link>https://community.appian.com/support/w/kb/3564/kb-2338-snowflake-connected-system-breaks-after-upgrade-to-24-2/revision/3</link><pubDate>Tue, 23 Jul 2024 20:04:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:18b166d7-7f7c-4650-af36-33e2142e9335</guid><dc:creator>sadie.sands</dc:creator><comments>https://community.appian.com/support/w/kb/3564/kb-2338-snowflake-connected-system-breaks-after-upgrade-to-24-2#comments</comments><description>Revision 3 posted to Appian Knowledge Base by sadie.sands on 7/23/2024 8:04:16 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;After upgrading to Appian 24.2, the following error message appears when trying to query the snowflake connected system through an integration:&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;&lt;span&gt;JDBC driver internal error: exception creating result java.lang.NoClassDefFoundError: Could not initialize class net.snowflake.client.jdbc.internal.apache.arrow.memory.util.MemoryUtil at net.snowflake.client.jdbc.internal.apache.arrow.memory.ArrowBuf.getDirectBuffer(ArrowBuf.java:234)&lt;/span&gt;&lt;/pre&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Beginning in Appian 24.2, Appian uses Java 17. Snowflake has an existing issue with its JDBC driver&amp;#39;s compatibility with Java 17. This incompatibility causes the JDBC driver to throw the error message seen above when trying to query through Appian&amp;#39;s connected system object.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This can be remediated by adding the following to the connection string within the connected system:&amp;nbsp;&lt;code&gt;&lt;span&gt;JDBC_QUERY_RESULT_FORMAT=JSON&lt;/span&gt;&lt;/code&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to Appian 24.2 and later.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;July 2024&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: integration&lt;/div&gt;
</description></item><item><title>[DRAFT SUPP-215] Snowflake Connected System Breaks after Upgrade to 24.2</title><link>https://community.appian.com/support/w/kb/3564/kb-2338-snowflake-connected-system-breaks-after-upgrade-to-24-2/revision/2</link><pubDate>Tue, 23 Jul 2024 20:03:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:18b166d7-7f7c-4650-af36-33e2142e9335</guid><dc:creator>sadie.sands</dc:creator><comments>https://community.appian.com/support/w/kb/3564/kb-2338-snowflake-connected-system-breaks-after-upgrade-to-24-2#comments</comments><description>Revision 2 posted to Appian Knowledge Base by sadie.sands on 7/23/2024 8:03:54 PM&lt;br /&gt;
&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;After upgrading to Appian 24.2, the following error message appears when trying to query the snowflake connected system through an integration:&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;&lt;span&gt;JDBC driver internal error: exception creating result java.lang.NoClassDefFoundError: Could not initialize class net.snowflake.client.jdbc.internal.apache.arrow.memory.util.MemoryUtil at net.snowflake.client.jdbc.internal.apache.arrow.memory.ArrowBuf.getDirectBuffer(ArrowBuf.java:234)&lt;/span&gt;&lt;/pre&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Beginning in Appian 24.2, Appian uses Java 17. Snowflake has an existing issue with its JDBC driver&amp;#39;s compatibility with Java 17. This incompatibility causes the JDBC driver to throw the error message seen above when trying to query through Appian&amp;#39;s connected system object.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This can be remediated by adding the following to the connection string within the connected system:&amp;nbsp;&lt;code&gt;&lt;span&gt;JDBC_QUERY_RESULT_FORMAT=JSON&lt;/span&gt;&lt;/code&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to Appian 24.2 and later.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;July 2024&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>[DRAFT SUPP-215] Snowflake Connected System Breaks after Upgrade to 24.2</title><link>https://community.appian.com/support/w/kb/3564/kb-2338-snowflake-connected-system-breaks-after-upgrade-to-24-2/revision/1</link><pubDate>Tue, 23 Jul 2024 20:01:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:18b166d7-7f7c-4650-af36-33e2142e9335</guid><dc:creator>sadie.sands</dc:creator><comments>https://community.appian.com/support/w/kb/3564/kb-2338-snowflake-connected-system-breaks-after-upgrade-to-24-2#comments</comments><description>Revision 1 posted to Appian Knowledge Base by sadie.sands on 7/23/2024 8:01:29 PM&lt;br /&gt;

&lt;h2&gt;&lt;span&gt;Symptoms&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;After upgrading to Appian 24.2 the following error message appears when trying to query the snowflake connected system through an integration:&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;&lt;span&gt;JDBC driver internal error: exception creating result java.lang.NoClassDefFoundError: Could not initialize class net.snowflake.client.jdbc.internal.apache.arrow.memory.util.MemoryUtil at net.snowflake.client.jdbc.internal.apache.arrow.memory.ArrowBuf.getDirectBuffer(ArrowBuf.java:234)&lt;/span&gt;&lt;/pre&gt;
&lt;h2&gt;&lt;span&gt;Cause&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Beginning in Appian 24.2, Appian uses Java 17. Snowflake has an existing issue with its JDBC driver&amp;#39;s compatibility with Java 17. This incompatibility causes the JDBC driver to throw the error message seen above when trying to query through Appian&amp;#39;s connected system object.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Action&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;This can be remediated by adding the following to the connection string within the connected system:&amp;nbsp;&lt;code&gt;&lt;span&gt;JDBC_QUERY_RESULT_FORMAT=JSON&lt;/span&gt;&lt;/code&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to Appian 24.2 and later.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed:&amp;nbsp;July 2024&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>