<?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: How to avoid 204 error message in tRest ? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-avoid-204-error-message-in-tRest/m-p/2235311#M24382</link>
    <description>Uncheck checkbox - die on error if not already done&lt;BR /&gt;Dose it work for any of request, or always return error?</description>
    <pubDate>Sun, 06 Nov 2016 20:53:12 GMT</pubDate>
    <dc:creator>vapukov</dc:creator>
    <dc:date>2016-11-06T20:53:12Z</dc:date>
    <item>
      <title>How to avoid 204 error message in tRest ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-avoid-204-error-message-in-tRest/m-p/2235308#M24379</link>
      <description>I'm using tRest component to update data in an API. This API returns a 204 code with no content. tRest component has a ERROR behaviour althought that data are correctly updated... 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 
&lt;BR /&gt;I would like to consider this 204 as a normal behaviour. is it possible ?</description>
      <pubDate>Fri, 04 Nov 2016 06:18:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-avoid-204-error-message-in-tRest/m-p/2235308#M24379</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-04T06:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid 204 error message in tRest ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-avoid-204-error-message-in-tRest/m-p/2235309#M24380</link>
      <description>Hi
&lt;BR /&gt;The error code is defined and returned from rest API, you can change it to another value after tRest, for example:
&lt;BR /&gt;tRest--main--tMap--main....
&lt;BR /&gt;on tMap:
&lt;BR /&gt;row1.ERROR_CODE==204?another value:row1.ERROR_CODE
&lt;BR /&gt;Regards
&lt;BR /&gt;Shong</description>
      <pubDate>Sun, 06 Nov 2016 09:41:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-avoid-204-error-message-in-tRest/m-p/2235309#M24380</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-06T09:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid 204 error message in tRest ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-avoid-204-error-message-in-tRest/m-p/2235310#M24381</link>
      <description>&lt;P align="LEFT"&gt;thank you for reply Shong&lt;BR /&gt;but tRest doesn't allow to go futher : so i cannot change it. The "normal" response from API is "no content"...&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCAj.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149444iB674D18B7C58BEC5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCAj.jpg" alt="0683p000009MCAj.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Sun, 06 Nov 2016 15:20:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-avoid-204-error-message-in-tRest/m-p/2235310#M24381</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-06T15:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid 204 error message in tRest ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-avoid-204-error-message-in-tRest/m-p/2235311#M24382</link>
      <description>Uncheck checkbox - die on error if not already done&lt;BR /&gt;Dose it work for any of request, or always return error?</description>
      <pubDate>Sun, 06 Nov 2016 20:53:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-avoid-204-error-message-in-tRest/m-p/2235311#M24382</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2016-11-06T20:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid 204 error message in tRest ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-avoid-204-error-message-in-tRest/m-p/2235312#M24383</link>
      <description>vapukov,&lt;BR /&gt;I do not have any "die on error" checkbox in tRest component. Do you ?</description>
      <pubDate>Mon, 07 Nov 2016 09:56:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-avoid-204-error-message-in-tRest/m-p/2235312#M24383</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-07T09:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid 204 error message in tRest ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-avoid-204-error-message-in-tRest/m-p/2235313#M24384</link>
      <description>I'm use tRESTClient - it has (sorry, I use tREST long time ago, and just automatically - any api == tRESTClient)&lt;BR /&gt;try test it, historically it was not in Studio, but now it present</description>
      <pubDate>Mon, 07 Nov 2016 10:56:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-avoid-204-error-message-in-tRest/m-p/2235313#M24384</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2016-11-07T10:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid 204 error message in tRest ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-avoid-204-error-message-in-tRest/m-p/2235314#M24385</link>
      <description>Ok i migrate to tRestClient. It just work on main flow instead of iterate isn'it ?</description>
      <pubDate>Wed, 09 Nov 2016 08:08:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-avoid-204-error-message-in-tRest/m-p/2235314#M24385</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-09T08:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid 204 error message in tRest ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-avoid-204-error-message-in-tRest/m-p/2235315#M24386</link>
      <description>yes, it work on main flow, I use tFlowToIterate -&amp;gt; tJavaFlex (empty, just as connector) -&amp;gt; tRESTClient</description>
      <pubDate>Wed, 09 Nov 2016 08:22:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-avoid-204-error-message-in-tRest/m-p/2235315#M24386</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2016-11-09T08:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid 204 error message in tRest ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-avoid-204-error-message-in-tRest/m-p/2235316#M24387</link>
      <description>Thanks vapukov&lt;BR /&gt;I'll use tRestClient.&lt;BR /&gt;Bye</description>
      <pubDate>Thu, 10 Nov 2016 08:50:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-avoid-204-error-message-in-tRest/m-p/2235316#M24387</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-10T08:50:15Z</dc:date>
    </item>
  </channel>
</rss>

