<?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: Exception in component Error ! in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-Error/m-p/2341905#M109822</link>
    <description>Hi 
&lt;BR /&gt;I was going through the talend tutorials and faced the same issue mentioned in the first post. 
&lt;BR /&gt;I am not sure whether it is right to say "The schema of tMysqulInput should be the same as the schema of the table in database" . But for me it did not work 
&lt;BR /&gt;Though there wasnt any 'varchar' type column set as 'int/Integer' column, i still got the error. 
&lt;BR /&gt;The issue got resolved only after i modified the schema of tMysqulInput to match with query .Selecting Guess schema modified the schema to right one. 
&lt;BR /&gt;It is confusing in the example the states schema shows as 2 columns and next picture shows 5 columns . Check Talend_tutorial_1.jpg and Talend_tutorial_2.jpg 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEN1.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129583i230E084D54753D49/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEN1.jpg" alt="0683p000009MEN1.jpg" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEYr.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151732iC4199B4F90FDCF62/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEYr.jpg" alt="0683p000009MEYr.jpg" /&gt;&lt;/span&gt;</description>
    <pubDate>Fri, 08 Nov 2013 09:26:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-11-08T09:26:46Z</dc:date>
    <item>
      <title>Exception in component Error !</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-Error/m-p/2341901#M109818</link>
      <description>I am new to talend, i am trying to perform a tutorial job its giving me an error...
&lt;BR /&gt;this is the first tutorial for talend open studio....
&lt;BR /&gt;"5mn Demo - Set up a Join"
&lt;BR /&gt;ERROR:
&lt;BR /&gt;Exception in component tMysqlinput_1
&lt;BR /&gt;java.sql.SQLException: Invalid value for getInt() - 'AL'
&lt;BR /&gt;
&lt;BR /&gt;Thanks
&lt;BR /&gt;Khan</description>
      <pubDate>Sat, 16 Nov 2024 12:30:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-Error/m-p/2341901#M109818</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in component Error !</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-Error/m-p/2341902#M109819</link>
      <description>Hi Khan&lt;BR /&gt;Recheck your schema of 'tMysqlInput'.&lt;BR /&gt;You set a 'varchar' type column as 'int/Integer' column.&lt;BR /&gt;Then you will get this error.&lt;BR /&gt;Best regards!&lt;BR /&gt;Pedro</description>
      <pubDate>Wed, 14 Dec 2011 02:33:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-Error/m-p/2341902#M109819</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-14T02:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in component Error !</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-Error/m-p/2341903#M109820</link>
      <description>Hi Pedro,
&lt;BR /&gt;I am still not sure, how to solve the issue.
&lt;BR /&gt;wonder if you can explain in more detail.
&lt;BR /&gt;Thanks
&lt;BR /&gt;Ayaz khan</description>
      <pubDate>Wed, 14 Dec 2011 15:24:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-Error/m-p/2341903#M109820</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-14T15:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in component Error !</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-Error/m-p/2341904#M109821</link>
      <description>Hi&lt;BR /&gt;Sorry if i have confused you.&lt;BR /&gt;Let me make it clear.&lt;BR /&gt;Here is a screenshot which may solve your issue.&lt;BR /&gt;The schema of tMysqulInput should be the same as the schema of the table in database.&lt;BR /&gt;Best regards!&lt;BR /&gt;Pedro</description>
      <pubDate>Thu, 15 Dec 2011 01:59:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-Error/m-p/2341904#M109821</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-15T01:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in component Error !</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-Error/m-p/2341905#M109822</link>
      <description>Hi 
&lt;BR /&gt;I was going through the talend tutorials and faced the same issue mentioned in the first post. 
&lt;BR /&gt;I am not sure whether it is right to say "The schema of tMysqulInput should be the same as the schema of the table in database" . But for me it did not work 
&lt;BR /&gt;Though there wasnt any 'varchar' type column set as 'int/Integer' column, i still got the error. 
&lt;BR /&gt;The issue got resolved only after i modified the schema of tMysqulInput to match with query .Selecting Guess schema modified the schema to right one. 
&lt;BR /&gt;It is confusing in the example the states schema shows as 2 columns and next picture shows 5 columns . Check Talend_tutorial_1.jpg and Talend_tutorial_2.jpg 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEN1.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129583i230E084D54753D49/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEN1.jpg" alt="0683p000009MEN1.jpg" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEYr.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151732iC4199B4F90FDCF62/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEYr.jpg" alt="0683p000009MEYr.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 08 Nov 2013 09:26:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-Error/m-p/2341905#M109822</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-08T09:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in component Error !</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-Error/m-p/2341906#M109823</link>
      <description>Hi, 
&lt;BR /&gt;Are you talking about the tutorials 
&lt;A href="http://www.talendforge.org/tutorials/tutorial.php?language=english&amp;amp;idTuto=11" target="_blank" rel="nofollow noopener noreferrer"&gt;How to retrieve schemas from a Db Connection Metadata&lt;/A&gt;? If so. it is Ok in my side. The display of column number is consistent.
&lt;BR /&gt;If not this tutorial, would you mind giving us the link of the tutorial example you have mentioned?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 08 Nov 2013 10:29:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-Error/m-p/2341906#M109823</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-08T10:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in component Error !</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-Error/m-p/2341907#M109824</link>
      <description>There are some steps missing from the tutorial as the row3(lookup) component does not have the correct columns in it if you create it as described (I tried it on Mac and Windows using 5.5 and 5.3.2 respectively). I modified that component directly by clicking on it and then deleting the unwanted columns. The query proceeds fine after that.&amp;nbsp; 
&lt;BR /&gt;My guess is that you need to save the job after modifying the query on the "states" table so that when you link it up to tmap the row3 component is created correctly.&amp;nbsp;</description>
      <pubDate>Wed, 23 Jul 2014 20:29:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-Error/m-p/2341907#M109824</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-23T20:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in component Error !</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-Error/m-p/2341908#M109825</link>
      <description>I had the same problem, but I got to solve the error&lt;BR /&gt;You can to try to create one new basedata and to link the components tMysqlInput with tMap. Look carefully&amp;nbsp;the type of variables of the tables</description>
      <pubDate>Mon, 25 Aug 2014 11:28:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-Error/m-p/2341908#M109825</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-25T11:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in component Error !</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-Error/m-p/2341909#M109826</link>
      <description>Hello i try to make the talend tuto Demon5mn and i have the same problem. I precise i am really a noob with TOS and i do not understant the sql error&amp;nbsp; 
&lt;BR /&gt;Exception in component tMysqlInput_1 
&lt;BR /&gt;java.sql.SQLException: Invalid value for getInt() - 'AB' 
&lt;BR /&gt;When i look in Metadata&amp;gt;Data base connection&amp;gt;Demo5mn&amp;gt;Tables schema&amp;gt;States (table) i have the following error message :"the table retrieved have a default value retrieved from the database" 
&lt;BR /&gt;For the concerned field "Postal", when &amp;nbsp;go to see the schema of the table state i have the following type of db and type (see photo 1 attached") 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Thanks for your help and feed back. 
&lt;BR /&gt;Where i have to change the false database type ? 
&lt;BR /&gt;Joël 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEYw.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135879i723E55E6B8F0825F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEYw.png" alt="0683p000009MEYw.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;When i go to see the SQL table structure using Cmd i can see that the database type for the field postal in the table states is VARCHAR 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEZ1.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133787i0C3F8EFADA004BCA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEZ1.png" alt="0683p000009MEZ1.png" /&gt;&lt;/span&gt;&amp;nbsp; 
&lt;BR /&gt;Thanks a lot&amp;nbsp; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;and sorry for my poor english</description>
      <pubDate>Tue, 29 Dec 2015 09:04:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-Error/m-p/2341909#M109826</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-29T09:04:48Z</dc:date>
    </item>
  </channel>
</rss>

