<?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: sql server to snowflake error in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/sql-server-to-snowflake-error/m-p/2290976#M64205</link>
    <description>sorry this took so long. perfect solution, worked great!</description>
    <pubDate>Tue, 07 Aug 2018 17:50:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-08-07T17:50:09Z</dc:date>
    <item>
      <title>sql server to snowflake error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/sql-server-to-snowflake-error/m-p/2290971#M64200</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am attempting to copy several tables from sql server to snowflake.&amp;nbsp; I am running talend locally.&amp;nbsp; I have done this successfully for several other tables, I believe the table is just too large.&amp;nbsp; Can you tell me if there is a setting I should change, if this would be corrected by resizing the snowflake dw, or if there is a technique I can use to break the file up easily?&amp;nbsp; I can see that the files are all transferred successfully, so I am not sure if it is really a memory error of if it just times out.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The error is as follows.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Aug 02, 2018 1:50:37 PM net.snowflake.client.core.SFStatement executeFileTransfer&lt;BR /&gt;INFO: Completed transferring data&lt;BR /&gt;Exception in thread "ProcessQueueThread" java.lang.OutOfMemoryError: Java heap space&lt;BR /&gt;at java.util.Arrays.copyOfRange(Unknown Source)&lt;BR /&gt;at java.lang.String.&amp;lt;init&amp;gt;(Unknown Source)&lt;BR /&gt;at org.codehaus.jackson.util.TextBuffer.contentsAsString(TextBuffer.java:343)&lt;BR /&gt;at org.codehaus.jackson.impl.ReaderBasedParser.getText(ReaderBasedParser.java:202)&lt;BR /&gt;at org.codehaus.jackson.map.deser.std.BaseNodeDeserializer.deserializeObject(JsonNodeDeserializer.java:203)&lt;BR /&gt;at org.codehaus.jackson.map.deser.std.BaseNodeDeserializer.deserializeArray(JsonNodeDeserializer.java:224)&lt;BR /&gt;at org.codehaus.jackson.map.deser.std.BaseNodeDeserializer.deserializeObject(JsonNodeDeserializer.java:200)&lt;BR /&gt;at org.codehaus.jackson.map.deser.std.JsonNodeDeserializer.deserialize(JsonNodeDeserializer.java:58)&lt;BR /&gt;at org.codehaus.jackson.map.deser.std.JsonNodeDeserializer.deserialize(JsonNodeDeserializer.java:15)&lt;BR /&gt;at org.codehaus.jackson.map.ObjectMapper._readValue(ObjectMapper.java:2704)&lt;BR /&gt;at org.codehaus.jackson.map.ObjectMapper.readTree(ObjectMapper.java:1344)&lt;BR /&gt;at org.apache.avro.Schema$Parser.parse(Schema.java:1032)&lt;BR /&gt;at org.apache.avro.Schema$Parser.parse(Schema.java:1020)&lt;BR /&gt;at org.talend.daikon.properties.property.SchemaProperty.getValue(SchemaProperty.java:61)&lt;BR /&gt;at org.talend.daikon.properties.property.SchemaProperty.getValue(SchemaProperty.java:34)&lt;BR /&gt;at org.talend.components.snowflake.runtime.SnowflakeResultListener.addError(SnowflakeResultListener.java:72)&lt;BR /&gt;at net.snowflake.client.loader.ProcessQueue.run(ProcessQueue.java:173)&lt;BR /&gt;at java.lang.Thread.run(Unknown Source)&lt;BR /&gt;Aug 02, 2018 3:53:41 PM net.snowflake.client.core.SFStatement execute&lt;BR /&gt;INFO: execute: commit&lt;BR /&gt;Aug 02, 2018 3:53:42 PM net.snowflake.client.core.SFStatement execute&lt;BR /&gt;INFO: execute: rollback&lt;BR /&gt;Aug 02, 2018 3:53:42 PM net.snowflake.client.loader.StreamLoader finish&lt;BR /&gt;WARNING: Failed to rollback&lt;BR /&gt;Aug 02, 2018 3:53:42 PM net.snowflake.client.loader.StreamLoader finish&lt;BR /&gt;WARNING: Execute After SQL failed to run: null&lt;BR /&gt;net.snowflake.client.jdbc.SnowflakeSQLException: Authentication token has expired. The user must authenticate again.&lt;BR /&gt;at net.snowflake.client.jdbc.SnowflakeUtil.checkErrorAndThrowException(SnowflakeUtil.java:99)&lt;BR /&gt;at net.snowflake.client.core.SessionUtil.renewSession(SessionUtil.java:1188)&lt;BR /&gt;at net.snowflake.client.core.SFSession.renewSession(SFSession.java:513)&lt;BR /&gt;at net.snowflake.client.core.SFStatement.executeHelper(SFStatement.java:381)&lt;BR /&gt;at net.snowflake.client.core.SFStatement.executeQueryInternal(SFStatement.java:197)&lt;BR /&gt;at net.snowflake.client.core.SFStatement.executeQuery(SFStatement.java:149)&lt;BR /&gt;at net.snowflake.client.core.SFStatement.execute(SFStatement.java:531)&lt;BR /&gt;at net.snowflake.client.jdbc.SnowflakeStatementV1.executeInternal(SnowflakeStatementV1.java:204)&lt;BR /&gt;at net.snowflake.client.jdbc.SnowflakeStatementV1.execute(SnowflakeStatementV1.java:239)&lt;BR /&gt;at net.snowflake.client.loader.StreamLoader.finish(StreamLoader.java:536)&lt;BR /&gt;at org.talend.components.snowflake.runtime.SnowflakeWriter.close(SnowflakeWriter.java:222)&lt;BR /&gt;at org.talend.components.snowflake.runtime.SnowflakeWriter.close(SnowflakeWriter.java:46)&lt;BR /&gt;at local_project.sql_to_snowflake_0_1.sql_to_snowflake.tDBInput_15Process(sql_to_snowflake.java:3604)&lt;BR /&gt;at local_project.sql_to_snowflake_0_1.sql_to_snowflake.runJobInTOS(sql_to_snowflake.java:4467)&lt;BR /&gt;at local_project.sql_to_snowflake_0_1.sql_to_snowflake.main(sql_to_snowflake.java:4121)&lt;/P&gt; 
&lt;P&gt;Exception in component tDBOutput_21 (sql_to_snowflake)&lt;BR /&gt;java.io.IOException: net.snowflake.client.loader.Loader$ConnectionError: net.snowflake.client.jdbc.SnowflakeSQLException: Authentication token has expired. The user must authenticate again.&lt;BR /&gt;at org.talend.components.snowflake.runtime.SnowflakeWriter.close(SnowflakeWriter.java:224)&lt;BR /&gt;at org.talend.components.snowflake.runtime.SnowflakeWriter.close(SnowflakeWriter.java:46)&lt;BR /&gt;at local_project.sql_to_snowflake_0_1.sql_to_snowflake.tDBInput_15Process(sql_to_snowflake.java:3604)&lt;BR /&gt;at local_project.sql_to_snowflake_0_1.sql_to_snowflake.runJobInTOS(sql_to_snowflake.java:4467)&lt;BR /&gt;at local_project.sql_to_snowflake_0_1.sql_to_snowflake.main(sql_to_snowflake.java:4121)&lt;BR /&gt;Caused by: net.snowflake.client.loader.Loader$ConnectionError: net.snowflake.client.jdbc.SnowflakeSQLException: Authentication token has expired. The user must authenticate again.&lt;BR /&gt;at net.snowflake.client.loader.StreamLoader.finish(StreamLoader.java:547)&lt;BR /&gt;at org.talend.components.snowflake.runtime.SnowflakeWriter.close(SnowflakeWriter.java:222)&lt;BR /&gt;... 4 more&lt;BR /&gt;Caused by: net.snowflake.client.jdbc.SnowflakeSQLException: Authentication token has expired. The user must authenticate again.&lt;BR /&gt;at net.snowflake.client.jdbc.SnowflakeUtil.checkErrorAndThrowException(SnowflakeUtil.java:99)&lt;BR /&gt;at net.snowflake.client.core.SessionUtil.renewSession(SessionUtil.java:1188)&lt;BR /&gt;at net.snowflake.client.core.SFSession.renewSession(SFSession.java:513)&lt;BR /&gt;at net.snowflake.client.core.SFStatement.executeHelper(SFStatement.java:381)&lt;BR /&gt;at net.snowflake.client.core.SFStatement.executeQueryInternal(SFStatement.java:197)&lt;BR /&gt;at net.snowflake.client.core.SFStatement.executeQuery(SFStatement.java:149)&lt;BR /&gt;at net.snowflake.client.core.SFStatement.execute(SFStatement.java:531)&lt;BR /&gt;at net.snowflake.client.jdbc.SnowflakeStatementV1.executeInternal(SnowflakeStatementV1.java:204)&lt;BR /&gt;at net.snowflake.client.jdbc.SnowflakeStatementV1.execute(SnowflakeStatementV1.java:239)&lt;BR /&gt;at net.snowflake.client.loader.StreamLoader.finish(StreamLoader.java:536)&lt;BR /&gt;... 5 more&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:51:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/sql-server-to-snowflake-error/m-p/2290971#M64200</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T07:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: sql server to snowflake error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/sql-server-to-snowflake-error/m-p/2290972#M64201</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Could you please post your job design screenshots on forum which will be helpful for us to understand your work flow?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 11:15:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/sql-server-to-snowflake-error/m-p/2290972#M64201</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-03T11:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: sql server to snowflake error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/sql-server-to-snowflake-error/m-p/2290973#M64202</link>
      <description>&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="talendJob.PNG" style="width: 360px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LyqJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154350i593FD8EAA5F0FCBA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LyqJ.png" alt="0683p000009LyqJ.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 16:30:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/sql-server-to-snowflake-error/m-p/2290973#M64202</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-03T16:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: sql server to snowflake error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/sql-server-to-snowflake-error/m-p/2290974#M64203</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Could you please add a tmap in between two components with "store on disk" activated by giving "Temp data directory path". The current issue is because your system memory got exhausted due to large number of incoming records.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;This approach will make sure that the memory will not be exhausted due to incoming record volume.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lz4Y.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143451iADC2D92D2E83B356/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lz4Y.png" alt="0683p000009Lz4Y.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lz4d.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144717iABE1907B56C62009/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lz4d.png" alt="0683p000009Lz4d.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Could you please mark the topic as resolved if the approach has helped to fix your issue?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Nikhil Thampi&lt;/P&gt;</description>
      <pubDate>Sun, 05 Aug 2018 07:00:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/sql-server-to-snowflake-error/m-p/2290974#M64203</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-05T07:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: sql server to snowflake error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/sql-server-to-snowflake-error/m-p/2290975#M64204</link>
      <description>&lt;P&gt;I tested out snowflake for 6 months. Loved it. Redshift is ok until it's time to increase storage/nodes. Took 3 days for a new cluster to come up. During that time, we had to basically pause ingestion. That problem doesn't exist for Snowflake. Never had to worry about capacity. Was able to have separate clusters for ingestion and analytics. We had 100 TB of data we wanted to test out on Snowflake. We spun up their largest cluster size and were able to load it in about 20 hours then shut it down. We spun up smaller clusters for analytics after. Shutting down clusters after 30 mins of idle time was awesome. Auto wake on query is nice too. Json support in Snowflake is so much better than Redshift. Granted, it's been 2 years since I last used redshift so things may have gotten better over there. Query times were impressive also. Beat our Teradata queries easily too. Their support was great too. Redshift support was kinda spotty. We had to do lots of workload management with Redshift to prevent queries from getting blocked. Just spin up more clusters in snowflake if you run into concurrency issues. Each business unit or product can have their own cluster. All working on the same data. Cloning 100 TB of data to Dev literally took seconds. And they are completely separate. Changes in dev don't affect prod at all. One of the best features. Sadly we didn't have a product/unit willing to pay for it. They're much cheaper than redshift also.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 10:40:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/sql-server-to-snowflake-error/m-p/2290975#M64204</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-06T10:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: sql server to snowflake error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/sql-server-to-snowflake-error/m-p/2290976#M64205</link>
      <description>sorry this took so long. perfect solution, worked great!</description>
      <pubDate>Tue, 07 Aug 2018 17:50:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/sql-server-to-snowflake-error/m-p/2290976#M64205</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-07T17:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: sql server to snowflake error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/sql-server-to-snowflake-error/m-p/2290977#M64206</link>
      <description>&lt;P&gt;Hi Max,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you for the information.&amp;nbsp; I have been pleasantly surprised with it thus far.&amp;nbsp; Coming from a hadoop platform, the ease of management is fantastic.&amp;nbsp; As a former DBA, I like that it is an MPP with many of the built-in RDBMS features.&amp;nbsp; I seems like getting people up to speed on it will be far shorter and easier than hadoop.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Aug 2018 17:52:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/sql-server-to-snowflake-error/m-p/2290977#M64206</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-07T17:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: sql server to snowflake error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/sql-server-to-snowflake-error/m-p/2290978#M64207</link>
      <description>High level steps:&lt;BR /&gt;&lt;BR /&gt;Install the Snowflake ODBC driver.&lt;BR /&gt;Configure the system DSN for Snowflake.&lt;BR /&gt;Configure the linked server provider.&lt;BR /&gt;Configure the linked server.&lt;BR /&gt;Test the created linked server.&lt;BR /&gt;Sub steps for high level steps:&lt;BR /&gt;&lt;BR /&gt;Install the Snowflake ODBC driver:&lt;BR /&gt;Obtain the ODBC 32-bit or 64-bit driver for Windows from Support.&lt;BR /&gt;Launch the installation wizard by executing the installation .exe file. Follow the instruction on the dialog boxes.&lt;BR /&gt;Configure a System DSN for Snowflake:&lt;BR /&gt;Launch ODBC Data Source Administrator located at "Control Panel\System and Security\Administrative Tools"&lt;BR /&gt;Click on the system DSN tab and configure the Snowflake data source. A sample data source configuration is shown below:</description>
      <pubDate>Fri, 17 Aug 2018 20:37:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/sql-server-to-snowflake-error/m-p/2290978#M64207</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-17T20:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: sql server to snowflake error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/sql-server-to-snowflake-error/m-p/2290979#M64208</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;HR /&gt; 
 &lt;A href="https://community.qlik.com/s/profile/00539000006eKOgAAM"&gt;@nthampi&lt;/A&gt;&amp;nbsp;wrote: 
 &lt;BR /&gt; 
 &lt;P&gt;Hi,&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Could you please add a tmap in between two components with "store on disk" activated by giving "Temp data directory path". The current issue is because your system memory got exhausted due to large number of incoming records.&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;This approach will make sure that the memory will not be exhausted due to incoming record volume.&lt;/P&gt; 
 &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lz4Y.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143451iADC2D92D2E83B356/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lz4Y.png" alt="0683p000009Lz4Y.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;FONT size="1 2 3 4 5 6 7" color="#000000"&gt;&lt;A href="https://redboxtv.co/" target="_self" rel="nofollow noopener noreferrer"&gt;redbox tv&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt; 
 &lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lz4d.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144717iABE1907B56C62009/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lz4d.png" alt="0683p000009Lz4d.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;P&gt;Could you please mark the topic as resolved if the approach has helped to fix your issue?&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;P&gt;Warm Regards,&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;P&gt;Nikhil Thampi&lt;/P&gt; 
 &lt;HR /&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;DIV class="lia-quilt-column lia-quilt-column-18 lia-quilt-column-left lia-quilt-column-main-left"&gt; 
 &lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-left"&gt; 
  &lt;DIV class="lia-message-body lia-component-body-signature-highlight-escalation"&gt; 
   &lt;DIV class="lia-message-body-content"&gt; 
    &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
    &lt;P&gt;Hello&amp;nbsp;Nikhil Thampi,&lt;/P&gt; 
    &lt;P&gt;&lt;BR /&gt;Thanks for making or updating this thread. It's helpful. &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
    &lt;P&gt;Regards, &lt;STRONG&gt;James&lt;/STRONG&gt;&lt;/P&gt; 
   &lt;/DIV&gt; 
  &lt;/DIV&gt; 
 &lt;/DIV&gt; 
&lt;/DIV&gt;</description>
      <pubDate>Fri, 28 Sep 2018 08:06:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/sql-server-to-snowflake-error/m-p/2290979#M64208</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-28T08:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: sql server to snowflake error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/sql-server-to-snowflake-error/m-p/2290980#M64209</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I tested out snowflake for 6 months. Loved it. Redshift is ok until it's time to increase storage/nodes. Took 3 days for a new cluster to come up. During that time, we had to basically pause ingestion. That problem doesn't exist for Snowflake. Never had to worry about capacity. Was able to have separate clusters for ingestion and analytics. We had 100 TB of data we wanted to test out on Snowflake. We spun up their largest cluster size and were able to load it in about 20 hours then shut it down. We spun up smaller clusters for analytics after. Shutting down clusters after 30 mins of idle time was awesome. Auto wake on query is nice too. Json support in Snowflake is so much better than Redshift. Granted, it's been 2 years since I last used redshift so things may have gotten better over there. Query times were impressive also. Beat our Teradata queries easily too. Their support was great too. Redshift support was kinda spotty. We had to do lots of workload management with Redshift to prevent queries from getting blocked. Just spin up more clusters in snowflake if you run into concurrency issues. Each business unit or product can have their own cluster. All working on the same data. Cloning 100 TB of data to Dev literally took seconds. And they are completely separate. Changes in dev don't affect prod at all. One of the best features. Sadly we didn't have a product/unit willing to pay for it. They're much cheaper than redshift also.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2018 08:07:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/sql-server-to-snowflake-error/m-p/2290980#M64209</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-28T08:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: sql server to snowflake error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/sql-server-to-snowflake-error/m-p/2290981#M64210</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOomAAG"&gt;@jamesthomas11&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Happy to help you.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Enjoy programming in Talend &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Nikhil Thampi&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 07:29:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/sql-server-to-snowflake-error/m-p/2290981#M64210</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-04T07:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: sql server to snowflake error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/sql-server-to-snowflake-error/m-p/2290982#M64211</link>
      <description>&lt;P&gt;Best method for loading data into Snowflake is through it's copy command loading files in parallel from a data store such as S3. If you export the 50 million records in SQL Server, then use the Snowflake Copy command to copy that data into Snowflake -&amp;nbsp;with regrds&amp;nbsp;&lt;A href="https://www.redboxtv.me/" target="_self" rel="nofollow noopener noreferrer"&gt;Redbox Tv&lt;/A&gt; &lt;A href="https://www.cloudtvapk.net/" target="_self" rel="nofollow noopener noreferrer"&gt;Cloud Tv&lt;/A&gt;&amp;nbsp;&lt;A href="https://www.videoder-app.com/" target="_self" rel="nofollow noopener noreferrer"&gt;Videoder&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 06:47:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/sql-server-to-snowflake-error/m-p/2290982#M64211</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-05T06:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: sql server to snowflake error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/sql-server-to-snowflake-error/m-p/2290983#M64212</link>
      <description>&lt;P&gt;You get this Snowflake error message only if you are trying to connect to a SQL Server named instance. For default instance, you never see this. Because even if we failed at this stage (i.e.Snowflake error locating server/instance specified), we will continue to try connect using default values, e.g default TCP port 1433, default pipe name for Named Pipes. You may see other error message due to failure later, but not this error message.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;BalaKrishna&amp;nbsp; &lt;A href="https://voipphonebuy.com/" target="_self" rel="nofollow noopener noreferrer"&gt;VoIP Phone&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Oct 2018 19:05:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/sql-server-to-snowflake-error/m-p/2290983#M64212</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-13T19:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: sql server to snowflake error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/sql-server-to-snowflake-error/m-p/2290984#M64213</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;HR /&gt;
 &lt;A href="https://community.talend.com/t5/user/viewprofilepage/user-id/16202"&gt;@VidyaVox&lt;/A&gt;&amp;nbsp;wrote:
 &lt;BR /&gt;High level steps:
 &lt;BR /&gt;
 &lt;BR /&gt;Install the Snowflake ODBC driver.
 &lt;BR /&gt;Configure the system DSN for Snowflake.
 &lt;BR /&gt;Configure the linked server provider.
 &lt;BR /&gt;Configure the linked server.
 &lt;BR /&gt;Test the created linked server
 &lt;A title="live net tv" href="https://mylivenettvapk.com/" target="_self" rel="nofollow noopener noreferrer"&gt;.&lt;/A&gt;
 &lt;BR /&gt;Sub steps for high level steps:
 &lt;BR /&gt;
 &lt;BR /&gt;Install the Snowflake ODBC driver:
 &lt;BR /&gt;Obtain the ODBC 32-bit or 64-bit driver for Windows from Support.
 &lt;BR /&gt;Launch the installation wizard by executing the installation .exe file. Follow the instruction on the dialog boxes.
 &lt;BR /&gt;Configure a System DSN for Snowflake:
 &lt;BR /&gt;Launch ODBC Data Source Administrator located at "Control Panel\System and Security\Administrative Tools"
 &lt;BR /&gt;Click on the system DSN tab and configure the Snowflake data source. A sample data source configuration is shown below:
 &lt;HR /&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This is comment is no more help please, double check admin.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Oct 2018 13:37:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/sql-server-to-snowflake-error/m-p/2290984#M64213</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-17T13:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: sql server to snowflake error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/sql-server-to-snowflake-error/m-p/2290985#M64214</link>
      <description>&lt;P&gt;What port should i set?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://degreesymbolmac.com/" target="_self" rel="nofollow noopener noreferrer"&gt;&lt;FONT color="#FFFFFF"&gt;Degree Symbol Mac&lt;/FONT&gt;&lt;/A&gt; &lt;A href="http://potatostreams.newpipe.xyz/" target="_self" rel="nofollow noopener noreferrer"&gt;&lt;FONT color="#FFFFFF"&gt;Potato Stream&lt;/FONT&gt;&lt;/A&gt;&amp;nbsp;&lt;A href="http://newpipe.xyz/newpipe-download/" target="_self" rel="nofollow noopener noreferrer"&gt;&lt;FONT color="#FFFFFF"&gt;Newpipe apk&lt;/FONT&gt;&lt;/A&gt;&lt;A href="http://jiofilocalhtml.xyz" target="_self" rel="nofollow noopener noreferrer"&gt;&lt;FONT color="#FFFFFF"&gt;jiofi.local.html&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Oct 2018 08:33:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/sql-server-to-snowflake-error/m-p/2290985#M64214</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-23T08:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: sql server to snowflake error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/sql-server-to-snowflake-error/m-p/2290986#M64215</link>
      <description>&lt;P&gt;yes i too&lt;A href="http://www.hotelsassemble.com/" target="_self" rel="nofollow noopener noreferrer"&gt;.&lt;/A&gt; confused about the&amp;nbsp;&lt;SPAN&gt;port&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Nov 2018 09:32:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/sql-server-to-snowflake-error/m-p/2290986#M64215</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-06T09:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: sql server to snowflake error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/sql-server-to-snowflake-error/m-p/2290987#M64216</link>
      <description>&lt;P&gt;Thank you for posting such a good information,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;A href="https://redboxtvapkapp.com/" target="_blank" rel="nofollow noopener noreferrer"&gt;Redboxtv&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2018 18:27:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/sql-server-to-snowflake-error/m-p/2290987#M64216</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-27T18:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: sql server to snowflake error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/sql-server-to-snowflake-error/m-p/2290988#M64217</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;HR /&gt;
 &lt;A href="https://community.talend.com/t5/user/viewprofilepage/user-id/18110"&gt;@uganesh&lt;/A&gt;&amp;nbsp;wrote:
 &lt;BR /&gt;
 &lt;P&gt;Thank you for posting such a good information,&lt;/P&gt;
 &lt;P&gt;Regards,&lt;/P&gt;
 &lt;P&gt;&lt;A href="https://livenettvtips.com/" target="_self" rel="nofollow noopener noreferrer"&gt;live net tv&lt;/A&gt;&lt;/P&gt;
 &lt;HR /&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Where is the helpful response? can you share with me?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2019 09:35:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/sql-server-to-snowflake-error/m-p/2290988#M64217</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-20T09:35:51Z</dc:date>
    </item>
  </channel>
</rss>

