<?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: Inserting data to redshift using tredshiftoutputbulkexec --&amp;gt;'stl_load_errors' in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Inserting-data-to-redshift-using-tredshiftoutputbulkexec-gt-stl/m-p/2239771#M27473</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;errors with BulkExec components could be as an example by collisions with used delimiter character and escaping (check Advanced Settings tab in component)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And in any case, first what you need to do it is check the real error&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.aws.amazon.com/redshift/latest/dg/r_STL_LOAD_ERRORS.html" target="_self" rel="nofollow noopener noreferrer"&gt;https://docs.aws.amazon.com/redshift/latest/dg/r_STL_LOAD_ERRORS.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://aws.amazon.com/premiumsupport/knowledge-center/redshift-stl-load-errors/" target="_self" rel="nofollow noopener noreferrer"&gt;https://aws.amazon.com/premiumsupport/knowledge-center/redshift-stl-load-errors/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;regards, Vlad&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jan 2020 01:19:40 GMT</pubDate>
    <dc:creator>vapukov</dc:creator>
    <dc:date>2020-01-29T01:19:40Z</dc:date>
    <item>
      <title>Inserting data to redshift using tredshiftoutputbulkexec --&gt;'stl_load_errors'</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Inserting-data-to-redshift-using-tredshiftoutputbulkexec-gt-stl/m-p/2239770#M27472</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Initially I tried&amp;nbsp;tmongodbinput ==&amp;gt; tredshiftoutput&amp;nbsp; the data loaded succesfully, but it took me about 460 rows/second it takes too long time. To improve the performance tried&amp;nbsp;tredshiftoutputbulkexec component.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Now trying to load my mongodb data into the redshift. Going from (tmongodbinput) directly to (tredshiftoutputbulkexec)&amp;nbsp; got me about same time approx 450 rows/second.&lt;STRONG&gt;BUT DATA NOT LOADED INTO TABLE.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;U&gt;&lt;EM&gt;Error Message&lt;/EM&gt;&lt;/U&gt; : Invalid operation: Load into table 'fact_table' failed. Check&lt;STRONG&gt; 'stl_load_errors'&lt;/STRONG&gt; system table for details.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;Reading the data is faster in tredshiftoutputbulkexec but commits takes same as tredshiftoutput.&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;I attached the screen shot below.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;-----------------------------------------------&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Can anyone please help me with the solution.&lt;/P&gt; 
&lt;P&gt;Please do let me know if you need any more details.&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="publish.png" style="width: 731px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9Gt.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141893iAB4CB5B5FC728511/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9Gt.png" alt="0683p000009M9Gt.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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:40:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Inserting-data-to-redshift-using-tredshiftoutputbulkexec-gt-stl/m-p/2239770#M27472</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T03:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: Inserting data to redshift using tredshiftoutputbulkexec --&gt;'stl_load_errors'</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Inserting-data-to-redshift-using-tredshiftoutputbulkexec-gt-stl/m-p/2239771#M27473</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;errors with BulkExec components could be as an example by collisions with used delimiter character and escaping (check Advanced Settings tab in component)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And in any case, first what you need to do it is check the real error&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.aws.amazon.com/redshift/latest/dg/r_STL_LOAD_ERRORS.html" target="_self" rel="nofollow noopener noreferrer"&gt;https://docs.aws.amazon.com/redshift/latest/dg/r_STL_LOAD_ERRORS.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://aws.amazon.com/premiumsupport/knowledge-center/redshift-stl-load-errors/" target="_self" rel="nofollow noopener noreferrer"&gt;https://aws.amazon.com/premiumsupport/knowledge-center/redshift-stl-load-errors/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;regards, Vlad&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2020 01:19:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Inserting-data-to-redshift-using-tredshiftoutputbulkexec-gt-stl/m-p/2239771#M27473</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2020-01-29T01:19:40Z</dc:date>
    </item>
  </channel>
</rss>

