<?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: tSAPIDocReceiver Best practise in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tSAPIDocReceiver-Best-practise/m-p/2247943#M32953</link>
    <description>&lt;P&gt;Just for completeness.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;So the RFC Server has an embedded AMQ instance that it starts. The&amp;nbsp;RFC Server sends SAP iDocs to the AMQ (Topic or Queue depending on RFC config) and then the&amp;nbsp;&lt;SPAN&gt;tSAPIDocReceiver can be used in a DI job to consume the iDoc AMQ messages.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Seeing this is just an AMQ queue or topic, you can consume iDocs in a Route by using the standard cJMS component. In fact there seems no benefit to using the&amp;nbsp;&lt;SPAN&gt;tSAPIDocReceiver so not sure why that is first (only!) choice in the&amp;nbsp;talend docs.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;You can also configure the RFC Server (at least in 6.4.1 onwards) to use a remote AMQ, instead of starting up teh embedded AMQ,&amp;nbsp; which gives you full visibility of the iDoc AMQ messages.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I send to a queue and the RFC server creates a queue called "TALEND.IDOCS.[your iDoc name]"&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 15 Jun 2020 15:14:52 GMT</pubDate>
    <dc:creator>n999</dc:creator>
    <dc:date>2020-06-15T15:14:52Z</dc:date>
    <item>
      <title>tSAPIDocReceiver Best practise</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSAPIDocReceiver-Best-practise/m-p/2247940#M32950</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;I'm following these instructions&amp;nbsp;&lt;A href="https://help.talend.com/reader/KxVIhxtXBBFymmkkWJ~O4Q/EkhB6yygX9efCBXfoy4KhQ" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/KxVIhxtXBBFymmkkWJ~O4Q/EkhB6yygX9efCBXfoy4KhQ&lt;/A&gt; and all works as expected.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However I'm wondering the best way to use this in production and in a Route?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;tSAPIDocReceiver is a DI component so it would have to be called by a cTalendJob component. However, to do this I would need to have a tRouteInput before the&amp;nbsp;tSAPIDocReceiver and the studio would not allow this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If&amp;nbsp;tSAPIDocReceiver can not be incorporated into a route then I guess you keep it in a DI job and run from the TAC in the usual way?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What seems a bit odd is that the&amp;nbsp;tSAPIDocReceiver has 2 modes.&amp;nbsp;&lt;SPAN class="emphasis"&gt;&lt;STRONG&gt;Keep running forever&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;or&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="emphasis"&gt;&lt;STRONG&gt;Batch.&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you run a DI job for ever? Is this a way of making a DI job into a always listening route? And there are any issues with this or should I just go ahead and do it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for any advice&lt;/P&gt;</description>
      <pubDate>Sun, 10 Nov 2019 11:04:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSAPIDocReceiver-Best-practise/m-p/2247940#M32950</guid>
      <dc:creator>n999</dc:creator>
      <dc:date>2019-11-10T11:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: tSAPIDocReceiver Best practise</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSAPIDocReceiver-Best-practise/m-p/2247941#M32951</link>
      <description>Hi 
&lt;BR /&gt;I have forwarded your question to our developers, they will take a look at it and update to you if they has an answer. 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 25 Nov 2019 06:06:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSAPIDocReceiver-Best-practise/m-p/2247941#M32951</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-25T06:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: tSAPIDocReceiver Best practise</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSAPIDocReceiver-Best-practise/m-p/2247942#M32952</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;Was wondering if there has been an update on this?&lt;/P&gt;
&lt;P&gt;Still wondering how to use a&amp;nbsp;tSAPIDocReceiver in a route?&lt;/P&gt;
&lt;P&gt;Is there a way to call the DI job it is in from a route?&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;
&lt;P&gt;n&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2020 17:09:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSAPIDocReceiver-Best-practise/m-p/2247942#M32952</guid>
      <dc:creator>n999</dc:creator>
      <dc:date>2020-05-19T17:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: tSAPIDocReceiver Best practise</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSAPIDocReceiver-Best-practise/m-p/2247943#M32953</link>
      <description>&lt;P&gt;Just for completeness.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;So the RFC Server has an embedded AMQ instance that it starts. The&amp;nbsp;RFC Server sends SAP iDocs to the AMQ (Topic or Queue depending on RFC config) and then the&amp;nbsp;&lt;SPAN&gt;tSAPIDocReceiver can be used in a DI job to consume the iDoc AMQ messages.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Seeing this is just an AMQ queue or topic, you can consume iDocs in a Route by using the standard cJMS component. In fact there seems no benefit to using the&amp;nbsp;&lt;SPAN&gt;tSAPIDocReceiver so not sure why that is first (only!) choice in the&amp;nbsp;talend docs.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;You can also configure the RFC Server (at least in 6.4.1 onwards) to use a remote AMQ, instead of starting up teh embedded AMQ,&amp;nbsp; which gives you full visibility of the iDoc AMQ messages.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I send to a queue and the RFC server creates a queue called "TALEND.IDOCS.[your iDoc name]"&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 15:14:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSAPIDocReceiver-Best-practise/m-p/2247943#M32953</guid>
      <dc:creator>n999</dc:creator>
      <dc:date>2020-06-15T15:14:52Z</dc:date>
    </item>
  </channel>
</rss>

