<?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: tELTSAPMap and left outer join in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tELTSAPMap-and-left-outer-join/m-p/2361257#M125655</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;The error information "org.talend.sap.impl.SAPConnectionFactory- BAPI failed to start the background job" is not&amp;nbsp;a specific error message and it seems to be a generic message and coming from misconfiguration.&lt;/P&gt;&lt;P&gt;From your use case, it is coming from mismatch in join keys in the query. It is recommended to create a support case on talend support portal so that our colleagues from support team will give you a remote assistance on your issue to see if there is any workaround for you.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Thu, 02 Sep 2021 08:06:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-09-02T08:06:21Z</dc:date>
    <item>
      <title>tELTSAPMap and left outer join</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tELTSAPMap-and-left-outer-join/m-p/2361256#M125654</link>
      <description>&lt;P&gt;Dear community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does anyone made it to run tELTSAPMap with a left outer join? While joining two (or more) tables with an inner join works seamlessly, an outer join of two (or more) tables immediately runs into &lt;/P&gt;&lt;P&gt;org.talend.sap.impl.SAPConnectionFactory- BAPI failed to start the background job&lt;/P&gt;. &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000Ht139AAB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157720i4594C142DBDBD3A9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000Ht139AAB.png" alt="0695b00000Ht139AAB.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And no: it doesn't matter if you check the "Explicit join" checkboxes or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We're running Talend Cloud API Services Platform (R2021-07-7.3.1). Any idea is very welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Norbert &lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:50:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tELTSAPMap-and-left-outer-join/m-p/2361256#M125654</guid>
      <dc:creator>kurzkano</dc:creator>
      <dc:date>2024-11-15T23:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: tELTSAPMap and left outer join</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tELTSAPMap-and-left-outer-join/m-p/2361257#M125655</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;The error information "org.talend.sap.impl.SAPConnectionFactory- BAPI failed to start the background job" is not&amp;nbsp;a specific error message and it seems to be a generic message and coming from misconfiguration.&lt;/P&gt;&lt;P&gt;From your use case, it is coming from mismatch in join keys in the query. It is recommended to create a support case on talend support portal so that our colleagues from support team will give you a remote assistance on your issue to see if there is any workaround for you.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 08:06:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tELTSAPMap-and-left-outer-join/m-p/2361257#M125655</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-02T08:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: tELTSAPMap and left outer join</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tELTSAPMap-and-left-outer-join/m-p/2361258#M125656</link>
      <description>&lt;P&gt;Hi @all,&lt;/P&gt;&lt;P&gt;we updated to R2021-09-7.3.1 and made sure we're using the most actual SAP module TEDK910156.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did some more investigation: a LEFT OUTER JOIN works perfectly as long as no WHERE clause is on the joined table:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000JOGUQAA5.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154424iA34D9DD26D56C5C6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000JOGUQAA5.png" alt="0695b00000JOGUQAA5.png" /&gt;&lt;/span&gt;With a WHERE clause the mentioned error is thrown.&lt;/P&gt;&lt;P&gt;As a workaround one could filter the result afterwards instead of using a WHERE clause. But this would result in millions of records instead of a few thousand - doesn't make sense.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 10:03:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tELTSAPMap-and-left-outer-join/m-p/2361258#M125656</guid>
      <dc:creator>kurzkano</dc:creator>
      <dc:date>2021-10-04T10:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: tELTSAPMap and left outer join</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tELTSAPMap-and-left-outer-join/m-p/2361259#M125657</link>
      <description>&lt;P&gt;Ok, I finally figured out how to use the component correctly. Of course you can specify a WHERE clause on a column, but you ALWAYS have to check the "Explicit join" checkbox!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000JOWWwAAP.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132346i9BF630862AD96D1C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000JOWWwAAP.png" alt="0695b00000JOWWwAAP.png" /&gt;&lt;/span&gt;The resulting query is processed with ABAP and as far as I understood ABAP always needs an explicit join.  This checkbox is obsolete as it must be checked always!&lt;/P&gt;&lt;P&gt;See also Talend Bug Tracker: &lt;A href="https://jira.talendforge.org/browse/TDI-44914" alt="https://jira.talendforge.org/browse/TDI-44914" target="_blank"&gt;[TDI-44914] tELTSAPMap initial table join configuration - Talend Open Integration Solution (talendforge.org)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Oct 2021 14:00:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tELTSAPMap-and-left-outer-join/m-p/2361259#M125657</guid>
      <dc:creator>kurzkano</dc:creator>
      <dc:date>2021-10-05T14:00:19Z</dc:date>
    </item>
  </channel>
</rss>

