<?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: Getting 'Duplicate key value specified' error even when there are no duplicates in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Getting-Duplicate-key-value-specified-error-even-when-there-are/m-p/2282441#M56641</link>
    <description>&lt;P&gt;Well spotted. I suspected, when I saw the lookups, that it might be there. Issues like this can be a real pain to identify.&lt;/P&gt;</description>
    <pubDate>Tue, 04 Feb 2020 19:18:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-02-04T19:18:45Z</dc:date>
    <item>
      <title>Getting 'Duplicate key value specified' error even when there are no duplicates</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Getting-Duplicate-key-value-specified-error-even-when-there-are/m-p/2282437#M56637</link>
      <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;While trying to write data through tas400output, I'm getting the 'Duplicate key value specified error' even when I do not have duplicates. I'm even using a tuniquerow to make sure there are no dups.&amp;nbsp; I even double checked by exporting the data to a text file and see zero dups.&lt;/P&gt;
&lt;P&gt;In the tas400output component, I set the 'action on data' to 'Insert'.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please and thank you for any suggestions?&lt;/P&gt;
&lt;P&gt;Michelle&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-inline" image-alt="2020-02-03_1650.png" style="width: 999px;"&gt;&lt;IMG src="https://yutwg22796.i.lithium.com/t5/image/serverpage/image-id/24767i41F1923E5056E648/image-size/large?v=1.0&amp;amp;px=999" title="2020-02-03_1650.png" alt="2020-02-03_1650.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2020-02-03_1659.png" style="width: 999px;"&gt;&lt;IMG src="https://yutwg22796.i.lithium.com/t5/image/serverpage/image-id/24768iB3E0F663C8EF9B32/image-size/large?v=1.0&amp;amp;px=999" title="2020-02-03_1659.png" alt="2020-02-03_1659.png" /&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>Mon, 03 Feb 2020 23:03:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Getting-Duplicate-key-value-specified-error-even-when-there-are/m-p/2282437#M56637</guid>
      <dc:creator>rwnetwork</dc:creator>
      <dc:date>2020-02-03T23:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Getting 'Duplicate key value specified' error even when there are no duplicates</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Getting-Duplicate-key-value-specified-error-even-when-there-are/m-p/2282438#M56638</link>
      <description>&lt;P&gt;Your database is telling you that you are trying to insert a duplicate key. So it is definitely happening.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;1) Could this key already be in the DB and not in the dataset you are processing?&lt;/P&gt; 
&lt;P&gt;2) Are your lookups inadvertently duplicating a row?&lt;/P&gt; 
&lt;P&gt;3) Is your tUniqRow configured with the same unique criteria of your DB?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I think you need to see the data that is causing the issue. It looks like it is row 711 in the screenshot below. Maybe output your data to a file and look for row 711 to identify which one it is. That is, assuming that every time you run this it fails at row 711.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2020 11:03:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Getting-Duplicate-key-value-specified-error-even-when-there-are/m-p/2282438#M56638</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-04T11:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Getting 'Duplicate key value specified' error even when there are no duplicates</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Getting-Duplicate-key-value-specified-error-even-when-there-are/m-p/2282439#M56639</link>
      <description>&lt;P&gt;Thank you very much for your suggestions.&lt;/P&gt;&lt;P&gt;Going to review all of these today and see what I find.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2020 16:20:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Getting-Duplicate-key-value-specified-error-even-when-there-are/m-p/2282439#M56639</guid>
      <dc:creator>rwnetwork</dc:creator>
      <dc:date>2020-02-04T16:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: Getting 'Duplicate key value specified' error even when there are no duplicates</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Getting-Duplicate-key-value-specified-error-even-when-there-are/m-p/2282440#M56640</link>
      <description>&lt;P&gt;Figured it out.&lt;/P&gt; 
&lt;P&gt;A far right column was creating duplicate rows on a within my lookups.&amp;nbsp; Modified one of my lookups to narrow down the data within the tas400input.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This in turn, reduced the rows to lookup within the transformation and provided all unique rows.&amp;nbsp; I was then able to write to my output table.&lt;/P&gt; 
&lt;P&gt;Thanks again!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2020 18:28:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Getting-Duplicate-key-value-specified-error-even-when-there-are/m-p/2282440#M56640</guid>
      <dc:creator>rwnetwork</dc:creator>
      <dc:date>2020-02-04T18:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Getting 'Duplicate key value specified' error even when there are no duplicates</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Getting-Duplicate-key-value-specified-error-even-when-there-are/m-p/2282441#M56641</link>
      <description>&lt;P&gt;Well spotted. I suspected, when I saw the lookups, that it might be there. Issues like this can be a real pain to identify.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2020 19:18:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Getting-Duplicate-key-value-specified-error-even-when-there-are/m-p/2282441#M56641</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-04T19:18:45Z</dc:date>
    </item>
  </channel>
</rss>

