<?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: Issue while executing a job in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Issue-while-executing-a-job/m-p/2373259#M136002</link>
    <description>Hi Moussa, 
&lt;BR /&gt; 
&lt;BR /&gt;This forum is meant to be international. 
&lt;BR /&gt;If you want to get help from members of the Talend team and from many non-French speaking users, who may have experienced the same issue as you, please make the effort to post in English. 
&lt;BR /&gt;Also, note that as long as you are logged in as "Guest" only, you won't be able to post any screenshot. 
&lt;BR /&gt;Please register through the Login button (right side of the bar of menus) to access all features of this forum. 
&lt;BR /&gt; 
&lt;BR /&gt;Can you provide us with the version of TOS you are using? and the generation language you chose to work with (Java I suppose?)? 
&lt;BR /&gt;If you work with Java, did you make sure that the type and length of database columns match your database requirements? 
&lt;BR /&gt;One test, would be first to extract data from your database table as you are doing, and output it to the console using the tLogRow as output component. To check whether the extract operation is carried out well or not. 
&lt;BR /&gt;Hope this helps, 
&lt;BR /&gt;Elisa</description>
    <pubDate>Mon, 06 Aug 2007 09:18:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2007-08-06T09:18:58Z</dc:date>
    <item>
      <title>Issue while executing a job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-while-executing-a-job/m-p/2373256#M135999</link>
      <description>I'm currently learning how to use TOS within the context of a study that I'm carrying out. 
&lt;BR /&gt;I created first a simple job which aims at extracting data from a database table and put it into a similarly structured table in another database. 
&lt;BR /&gt;No issue with the connection. 
&lt;BR /&gt;But I get this error message: 
&lt;BR /&gt;Execution failed : Widget is disposed 
&lt;BR /&gt;Job jobExtract2 ended at 12:10 03/08/2007. 
&lt;BR /&gt;Starting job jobExtract2 at 12:10 03/08/2007. 
&lt;BR /&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problems: 
&lt;BR /&gt; nb_line_update_tMysqlOutput_1 cannot be resolved 
&lt;BR /&gt; nb_line_inserted_tMysqlOutput_1 cannot be resolved 
&lt;BR /&gt; commitCounter_tMysqlOutput_1 cannot be resolved 
&lt;BR /&gt; commitEvery_tMysqlOutput_1 cannot be resolved 
&lt;BR /&gt; commitCounter_tMysqlOutput_1 cannot be resolved 
&lt;BR /&gt; commitCounter_tMysqlOutput_1 cannot be resolved 
&lt;BR /&gt; nb_line_tMysqlOutput_1 cannot be resolved 
&lt;BR /&gt; nb_line_update_tMysqlOutput_1 cannot be resolved 
&lt;BR /&gt; nb_line_inserted_tMysqlOutput_1 cannot be resolved 
&lt;BR /&gt; nb_line_deleted_tMysqlOutput_1 cannot be resolved 
&lt;BR /&gt; at bi_.jobextract2.jobExtract2.tMysqlInput_1Process(jobExtract2.java:211) 
&lt;BR /&gt; at bi_.jobextract2.jobExtract2.main(jobExtract2.java:371) 
&lt;BR /&gt; 
&lt;BR /&gt;I don't understand what it means. 
&lt;BR /&gt;I then tried to put the data into an Excel file, this time, I didn't get any error message but although the output file "out.xls" gets created, it is empty. 
&lt;BR /&gt;Here are my problems. 
&lt;BR /&gt; 
&lt;BR /&gt;This is urgent as I need to come to a decision about the tool very soon.</description>
      <pubDate>Sat, 16 Nov 2024 14:34:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-while-executing-a-job/m-p/2373256#M135999</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T14:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while executing a job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-while-executing-a-job/m-p/2373257#M136000</link>
      <description>Salut,&lt;BR /&gt;peux tu poster un screenshot de ton job et de ton tMySQLOutput stp ? (image upload)&lt;BR /&gt;(Il s'agit d'un forum internationnal donc en anglais ^^ )&lt;BR /&gt;Cordialement&lt;BR /&gt;Ben</description>
      <pubDate>Fri, 03 Aug 2007 13:22:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-while-executing-a-job/m-p/2373257#M136000</guid>
      <dc:creator>bdurand</dc:creator>
      <dc:date>2007-08-03T13:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while executing a job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-while-executing-a-job/m-p/2373258#M136001</link>
      <description>Voici mon job avec les propriétés de la source et de la cible 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Donnez moi votre adresse mail je vous envoies les impressions écrans en attachées car je n'arrive pas à les copier dans mon message.</description>
      <pubDate>Fri, 03 Aug 2007 16:43:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-while-executing-a-job/m-p/2373258#M136001</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2007-08-03T16:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while executing a job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-while-executing-a-job/m-p/2373259#M136002</link>
      <description>Hi Moussa, 
&lt;BR /&gt; 
&lt;BR /&gt;This forum is meant to be international. 
&lt;BR /&gt;If you want to get help from members of the Talend team and from many non-French speaking users, who may have experienced the same issue as you, please make the effort to post in English. 
&lt;BR /&gt;Also, note that as long as you are logged in as "Guest" only, you won't be able to post any screenshot. 
&lt;BR /&gt;Please register through the Login button (right side of the bar of menus) to access all features of this forum. 
&lt;BR /&gt; 
&lt;BR /&gt;Can you provide us with the version of TOS you are using? and the generation language you chose to work with (Java I suppose?)? 
&lt;BR /&gt;If you work with Java, did you make sure that the type and length of database columns match your database requirements? 
&lt;BR /&gt;One test, would be first to extract data from your database table as you are doing, and output it to the console using the tLogRow as output component. To check whether the extract operation is carried out well or not. 
&lt;BR /&gt;Hope this helps, 
&lt;BR /&gt;Elisa</description>
      <pubDate>Mon, 06 Aug 2007 09:18:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-while-executing-a-job/m-p/2373259#M136002</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-08-06T09:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while executing a job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-while-executing-a-job/m-p/2373260#M136003</link>
      <description>Thanks for the interest with my problem 
&lt;BR /&gt;at first, here is my job properties: 
&lt;BR /&gt;tMySQLInput_1 
&lt;BR /&gt;property type Repository, repository (MySQL):food 
&lt;BR /&gt;Host 172.27.18.229 port 3306 database foodmart 
&lt;BR /&gt;username mabdou password mabdou 
&lt;BR /&gt;schema type repository DB(Mysql):food-employee 
&lt;BR /&gt;query type built-in 
&lt;BR /&gt;query "select * from employee 
&lt;BR /&gt;encoding type 8859-15 
&lt;BR /&gt;tLogRow_1 
&lt;BR /&gt;schema built-in 
&lt;BR /&gt;field separator "|" 
&lt;BR /&gt;I have had the folowing error 
&lt;BR /&gt; 
&lt;BR /&gt;Execution failed : Widget is disposed 
&lt;BR /&gt;Job Extract ended at 16:51 06/08/2007. 
&lt;BR /&gt;Starting job Extract at 16:51 06/08/2007. 
&lt;BR /&gt;employee_id full_name first_name last_name position_id position_title store_id department_id birth_date hire_date end_date salary supervisor_id education_level marital_status gender management_role 
&lt;BR /&gt;Exception in component tMysqlInput_1 
&lt;BR /&gt;java.text.ParseException: Unparseable date: "1961-08-26" 
&lt;BR /&gt; at java.text.DateFormat.parse(DateFormat.java:337) 
&lt;BR /&gt; at bi_.extract.Extract.tMysqlInput_1Process(Extract.java:402) 
&lt;BR /&gt; at bi_.extract.Extract.main(Extract.java:822) 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hi Moussa,&lt;BR /&gt;&lt;BR /&gt;This forum is meant to be international. &lt;BR /&gt;If you want to get help from members of the Talend team and from many non-French speaking users, who may have experienced the same issue as you, please make the effort to post in English.&lt;BR /&gt;Also, note that as long as you are logged in as "Guest" only, you won't be able to post any screenshot.&lt;BR /&gt;Please register through the Login button (right side of the bar of menus) to access all features of this forum.&lt;BR /&gt;&lt;BR /&gt;Can you provide us with the version of TOS you are using? and the generation language you chose to work with (Java I suppose?)?&lt;BR /&gt;If you work with Java, did you make sure that the type and length of database columns match your database requirements?&lt;BR /&gt;One test, would be first to extract data from your database table as you are doing, and output it to the console using the tLogRow as output component. To check whether the extract operation is carried out well or not.&lt;BR /&gt;Hope this helps, &lt;BR /&gt;Elisa&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Mon, 06 Aug 2007 16:02:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-while-executing-a-job/m-p/2373260#M136003</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2007-08-06T16:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while executing a job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-while-executing-a-job/m-p/2373261#M136004</link>
      <description>Hi Moussa,
&lt;BR /&gt;Obviously the error comes from the date format: 
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Exception in component tMysqlInput_1&lt;BR /&gt;java.text.ParseException: Unparseable date: "1961-08-26"&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Check the pattern of the "dates" column set in your tMysqlInput table schema. 
&lt;BR /&gt;In the Date Pattern column, set the pattern in order to reflect the actual table format.
&lt;BR /&gt;HTH,
&lt;BR /&gt;Elisa</description>
      <pubDate>Mon, 06 Aug 2007 16:47:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-while-executing-a-job/m-p/2373261#M136004</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-08-06T16:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while executing a job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-while-executing-a-job/m-p/2373262#M136005</link>
      <description>You've raison,
&lt;BR /&gt;I have a pb on date format. In my table, i have two formats of date AAAA-MM-JJ-HH-MM-SS and AAAA-MM-JJ. both is not accepted in my job. So the solution is to unselect date columns for the input.
&lt;BR /&gt;What i want to know, whitout inhibing these columns how can i correct this pb ?
&lt;BR /&gt;Best regargs</description>
      <pubDate>Tue, 07 Aug 2007 11:11:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-while-executing-a-job/m-p/2373262#M136005</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-08-07T11:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while executing a job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-while-executing-a-job/m-p/2373263#M136006</link>
      <description>Hello, &lt;BR /&gt;Date pattern are described in this article : &lt;A href="http://java.sun.com/j2se/1.5.0/docs/api/java/text/SimpleDateFormat.html" rel="nofollow noopener noreferrer"&gt;http://java.sun.com/j2se/1.5.0/docs/api/java/text/SimpleDateFormat.html&lt;/A&gt;&lt;BR /&gt;in your case, it would be "yyyy-MM-dd HH:mm:ss"&lt;BR /&gt;and : "yyyy-MM-dd"&lt;BR /&gt;Regards,&lt;BR /&gt;Michaël.</description>
      <pubDate>Tue, 07 Aug 2007 13:29:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-while-executing-a-job/m-p/2373263#M136006</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-08-07T13:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while executing a job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-while-executing-a-job/m-p/2373264#M136007</link>
      <description>Hi, 
&lt;BR /&gt;I suppose you could adapt some routine to your need and use it in a tMap to homegenise the dates on your DB tables. 
&lt;BR /&gt;Check out the Code&amp;gt;Routines folder of the Repository, and see whether the default routines offered in TOS could address (even partly) your need. 
&lt;BR /&gt;Else, search the forum for "dates" or "Date pattern", there should be similar experiences that might help you. 
&lt;BR /&gt;Cheers, 
&lt;BR /&gt;Elisa</description>
      <pubDate>Tue, 07 Aug 2007 14:24:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-while-executing-a-job/m-p/2373264#M136007</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-08-07T14:24:22Z</dc:date>
    </item>
  </channel>
</rss>

