<?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: Warning: This component should have input link(s) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Warning-This-component-should-have-input-link-s/m-p/2206317#M6423</link>
    <description>Hi Aneynne
&lt;BR /&gt;This parameter is used to define the first component of a subjob, if it is false, it should have input link.</description>
    <pubDate>Mon, 11 Jan 2016 10:06:12 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-01-11T10:06:12Z</dc:date>
    <item>
      <title>Warning: This component should have input link(s)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Warning-This-component-should-have-input-link-s/m-p/2206314#M6420</link>
      <description>Hello, 
&lt;BR /&gt;I have created a component which should accept either iterate or flow connection. 
&lt;BR /&gt;Flow connection is fine. I want to support iterate now. 
&lt;BR /&gt;When I put tFileFtpList -&amp;gt; myComponent linked with Iterate, there is a warning saying 
&lt;BR /&gt;"This component should have input link(s) defined". 
&lt;BR /&gt;Below you will find the whole XML-Descriptor, I verified DATA_AUTO_PROPAGATE="false" does not remove the warning. 
&lt;BR /&gt;I also attached an Example screenshot 
&lt;BR /&gt;I'm using TOS 5.5.1 (ESB). 
&lt;BR /&gt;Could you please also point me to the source file in the TOS Repository which generates the warning - I didn't find it. 
&lt;BR /&gt;I assume it must be somewhere in&amp;nbsp; 
&lt;A href="https://github.com/Talend/tcommon-studio-se/tree/maintenance/5.5" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Talend/tcommon-studio-se/tree/maintenance/5.5&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/120323/ThisComponentShouldHaveInputLinksDefined.jpg" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBfR.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131704i3B432F4C84D0B45D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBfR.jpg" alt="0683p000009MBfR.jpg" /&gt;&lt;/span&gt;&lt;/A&gt; 
&lt;BR /&gt;&amp;lt;!----&amp;gt; 
&lt;BR /&gt;&amp;lt;COMPONENT&amp;gt; 
&lt;BR /&gt;&amp;lt;HEADER PLATEFORM="ALL" SERIAL="" VERSION="0.101" STATUS="ALPHA" 
&lt;BR /&gt;COMPATIBILITY="ALL" AUTHOR="Talend" RELEASE_DATE="20050320A" 
&lt;BR /&gt;STARTABLE="false" PARTITIONING="AUTO" DATA_AUTO_PROPAGATE="true"&amp;gt; 
&lt;BR /&gt;&amp;lt;SIGNATURE&amp;gt;&amp;lt;/SIGNATURE&amp;gt; 
&lt;BR /&gt;&amp;lt;/HEADER&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;lt;FAMILIES&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;FAMILY&amp;gt;MY&amp;lt;/FAMILY&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;lt;/FAMILIES&amp;gt; 
&lt;BR /&gt;&amp;lt;DOCUMENTATION&amp;gt; 
&lt;BR /&gt;&amp;lt;URL /&amp;gt; 
&lt;BR /&gt;&amp;lt;/DOCUMENTATION&amp;gt; 
&lt;BR /&gt;&amp;lt;CONNECTORS&amp;gt; 
&lt;BR /&gt;&amp;lt;CONNECTOR CTYPE="FLOW" MAX_INPUT="1" MAX_OUTPUT="1"/&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;CONNECTOR CTYPE="ITERATE" MAX_OUTPUT="1" MAX_INPUT="1"/&amp;gt; 
&lt;BR /&gt;&amp;lt;/CONNECTORS&amp;gt; 
&lt;BR /&gt;&amp;lt;PARAMETERS&amp;gt; 
&lt;BR /&gt;&amp;lt;PARAMETER NAME="LEVEL" FIELD="CLOSED_LIST" NUM_ROW="1"&amp;gt; 
&lt;BR /&gt;&amp;lt;ITEMS DEFAULT="INFO"&amp;gt; 
&lt;BR /&gt;&amp;lt;ITEM NAME="INFO" VALUE="INFO"/&amp;gt; 
&lt;BR /&gt;&amp;lt;ITEM NAME="ERROR" VALUE="ERROR"/&amp;gt; 
&lt;BR /&gt;&amp;lt;ITEM NAME="WARN" VALUE="WARN"/&amp;gt; 
&lt;BR /&gt;&amp;lt;ITEM NAME="DEBUG" VALUE="DEBUG"/&amp;gt; 
&lt;BR /&gt;&amp;lt;/ITEMS&amp;gt; 
&lt;BR /&gt;&amp;lt;/PARAMETER&amp;gt; 
&lt;BR /&gt;&amp;lt;PARAMETER NAME="MESSAGE" FIELD="STRING" NUM_ROW="2"&amp;gt; 
&lt;BR /&gt;&amp;lt;DEFAULT&amp;gt;DUMMY LOG MESSAGE!&amp;lt;/DEFAULT&amp;gt; 
&lt;BR /&gt;&amp;lt;/PARAMETER&amp;gt; 
&lt;BR /&gt;&amp;lt;PARAMETER NAME="TYPE" FIELD="CLOSED_LIST" NUM_ROW="3"&amp;gt; 
&lt;BR /&gt;&amp;lt;ITEMS DEFAULT="MAIN_INPUT"&amp;gt; 
&lt;BR /&gt;&amp;lt;ITEM NAME="MAIN_INPUT" VALUE="MAIN_INPUT"/&amp;gt; 
&lt;BR /&gt;&amp;lt;ITEM NAME="MAIN_OUTPUT" VALUE="MAIN_OUTPUT"/&amp;gt; 
&lt;BR /&gt;&amp;lt;ITEM NAME="OTHER_INPUT" VALUE="OTHER_INPUT"/&amp;gt; 
&lt;BR /&gt;&amp;lt;ITEM NAME="OTHER_OUTPUT" VALUE="OTHER_OUTPUT"/&amp;gt; 
&lt;BR /&gt;&amp;lt;/ITEMS&amp;gt; 
&lt;BR /&gt;&amp;lt;/PARAMETER&amp;gt; 
&lt;BR /&gt;&amp;lt;PARAMETER NAME="GROUP" FIELD="STRING" NUM_ROW="3"&amp;gt; 
&lt;BR /&gt;&amp;lt;DEFAULT&amp;gt;Group1&amp;lt;/DEFAULT&amp;gt; 
&lt;BR /&gt;&amp;lt;/PARAMETER&amp;gt; 
&lt;BR /&gt;&amp;lt;/PARAMETERS&amp;gt; 
&lt;BR /&gt;&amp;lt;CODEGENERATION&amp;gt;&amp;nbsp; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;IMPORTS&amp;gt;&amp;nbsp; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;IMPORT MODULE="commons-lang3-3.4.jar" NAME="commons-lang3-3.4" REQUIRED="true"/&amp;gt; &amp;nbsp; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;IMPORT MODULE="log4j-1.2.17.jar" NAME="log4j-1.2.17" REQUIRED="true"/&amp;gt; &amp;nbsp; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/IMPORTS&amp;gt;&amp;nbsp; 
&lt;BR /&gt;&amp;nbsp; &amp;lt;/CODEGENERATION&amp;gt; &amp;nbsp; 
&lt;BR /&gt;&amp;lt;RETURNS&amp;gt; 
&lt;BR /&gt;&amp;lt;RETURN NAME="NB_LINE" TYPE="id_Integer" AVAILABILITY="AFTER" /&amp;gt; 
&lt;BR /&gt;&amp;lt;/RETURNS&amp;gt; 
&lt;BR /&gt;&amp;lt;/COMPONENT&amp;gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Regards Anatoli</description>
      <pubDate>Sat, 16 Nov 2024 11:02:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Warning-This-component-should-have-input-link-s/m-p/2206314#M6420</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Warning: This component should have input link(s)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Warning-This-component-should-have-input-link-s/m-p/2206315#M6421</link>
      <description>&lt;PRE&gt;&amp;lt;!----&amp;gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&amp;lt;COMPONENT&amp;gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&amp;lt;HEADER PLATEFORM="ALL" SERIAL="" VERSION="0.101" STATUS="ALPHA"&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;COMPATIBILITY="ALL" AUTHOR="Talend" RELEASE_DATE="20050320A"&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;STARTABLE="false" PARTITIONING="AUTO" DATA_AUTO_PROPAGATE="true"&amp;gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&amp;lt;SIGNATURE&amp;gt;&amp;lt;/SIGNATURE&amp;gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&amp;lt;/HEADER&amp;gt;&lt;/PRE&gt; 
&lt;BR /&gt;Try to set STARTABLE="true".&amp;nbsp;</description>
      <pubDate>Sat, 26 Sep 2015 03:53:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Warning-This-component-should-have-input-link-s/m-p/2206315#M6421</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-26T03:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Warning: This component should have input link(s)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Warning-This-component-should-have-input-link-s/m-p/2206316#M6422</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;&lt;PRE&gt;&amp;lt;!----&amp;gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&amp;lt;COMPONENT&amp;gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&amp;lt;HEADER PLATEFORM="ALL" SERIAL="" VERSION="0.101" STATUS="ALPHA"&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;COMPATIBILITY="ALL" AUTHOR="Talend" RELEASE_DATE="20050320A"&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;STARTABLE="false" PARTITIONING="AUTO" DATA_AUTO_PROPAGATE="true"&amp;gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&amp;lt;SIGNATURE&amp;gt;&amp;lt;/SIGNATURE&amp;gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&amp;lt;/HEADER&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;Try to set STARTABLE="true".&amp;nbsp;&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Why?</description>
      <pubDate>Mon, 11 Jan 2016 08:48:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Warning-This-component-should-have-input-link-s/m-p/2206316#M6422</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-11T08:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Warning: This component should have input link(s)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Warning-This-component-should-have-input-link-s/m-p/2206317#M6423</link>
      <description>Hi Aneynne
&lt;BR /&gt;This parameter is used to define the first component of a subjob, if it is false, it should have input link.</description>
      <pubDate>Mon, 11 Jan 2016 10:06:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Warning-This-component-should-have-input-link-s/m-p/2206317#M6423</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-11T10:06:12Z</dc:date>
    </item>
  </channel>
</rss>

