<?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 Problems with tJDBCInput in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Problems-with-tJDBCInput/m-p/2234854#M24070</link>
    <description>Hi everybody, 
&lt;BR /&gt;I'm using a tJDBCInput component in a simple job and I have encountered 2 problems. 
&lt;BR /&gt;First of all, when I click the "Guess Query" button, there is "_MyTable_" instead of my table name in the generated query. 
&lt;BR /&gt;And then, when I execute my job, I have an error message saying that the table doesn't exist : 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Exception in component tJDBCInput_1&lt;BR /&gt;com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: La table 'etemptation._mytable_' n'existe pas&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Is it a bug? 
&lt;BR /&gt;The second problem appears whith the use of a context variable in the dynamics settings for the Driver Jar. (see the 1st attached picture) 
&lt;BR /&gt;In this case, I have this error message when executing the job : 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Exception in component tJDBCInput_1&lt;BR /&gt;java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver&lt;BR /&gt; at java.net.URLClassLoader$1.run(Unknown Source)&lt;BR /&gt; at java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt; at java.net.URLClassLoader.findClass(Unknown Source)&lt;BR /&gt; at java.lang.ClassLoader.loadClass(Unknown Source)&lt;BR /&gt; at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)&lt;BR /&gt; at java.lang.ClassLoader.loadClass(Unknown Source)&lt;BR /&gt; at java.lang.ClassLoader.loadClassInternal(Unknown Source)&lt;BR /&gt; at java.lang.Class.forName0(Native Method)&lt;BR /&gt; at java.lang.Class.forName(Unknown Source)&lt;BR /&gt; at test.test_0_1.test.tJDBCInput_1Process(test.java:590)&lt;BR /&gt; at test.test_0_1.test.runJobInTOS(test.java:937)&lt;BR /&gt; at test.test_0_1.test.main(test.java:844)&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;It seems that TOS doesn't recognise my context parameter. 
&lt;BR /&gt;I tried to write directly the name of the driver jar file instead of the context parameter and the job worked fine. 
&lt;BR /&gt;Any ideas about this problem ? 
&lt;BR /&gt;Best Regards, 
&lt;BR /&gt;Karine</description>
    <pubDate>Sat, 16 Nov 2024 14:14:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T14:14:17Z</dc:date>
    <item>
      <title>Problems with tJDBCInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problems-with-tJDBCInput/m-p/2234854#M24070</link>
      <description>Hi everybody, 
&lt;BR /&gt;I'm using a tJDBCInput component in a simple job and I have encountered 2 problems. 
&lt;BR /&gt;First of all, when I click the "Guess Query" button, there is "_MyTable_" instead of my table name in the generated query. 
&lt;BR /&gt;And then, when I execute my job, I have an error message saying that the table doesn't exist : 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Exception in component tJDBCInput_1&lt;BR /&gt;com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: La table 'etemptation._mytable_' n'existe pas&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Is it a bug? 
&lt;BR /&gt;The second problem appears whith the use of a context variable in the dynamics settings for the Driver Jar. (see the 1st attached picture) 
&lt;BR /&gt;In this case, I have this error message when executing the job : 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Exception in component tJDBCInput_1&lt;BR /&gt;java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver&lt;BR /&gt; at java.net.URLClassLoader$1.run(Unknown Source)&lt;BR /&gt; at java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt; at java.net.URLClassLoader.findClass(Unknown Source)&lt;BR /&gt; at java.lang.ClassLoader.loadClass(Unknown Source)&lt;BR /&gt; at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)&lt;BR /&gt; at java.lang.ClassLoader.loadClass(Unknown Source)&lt;BR /&gt; at java.lang.ClassLoader.loadClassInternal(Unknown Source)&lt;BR /&gt; at java.lang.Class.forName0(Native Method)&lt;BR /&gt; at java.lang.Class.forName(Unknown Source)&lt;BR /&gt; at test.test_0_1.test.tJDBCInput_1Process(test.java:590)&lt;BR /&gt; at test.test_0_1.test.runJobInTOS(test.java:937)&lt;BR /&gt; at test.test_0_1.test.main(test.java:844)&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;It seems that TOS doesn't recognise my context parameter. 
&lt;BR /&gt;I tried to write directly the name of the driver jar file instead of the context parameter and the job worked fine. 
&lt;BR /&gt;Any ideas about this problem ? 
&lt;BR /&gt;Best Regards, 
&lt;BR /&gt;Karine</description>
      <pubDate>Sat, 16 Nov 2024 14:14:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problems-with-tJDBCInput/m-p/2234854#M24070</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with tJDBCInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problems-with-tJDBCInput/m-p/2234855#M24071</link>
      <description>Hello 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;First of all, when I click the "Guess Query" button, there is "_MyTable_" instead of my table name in the generated query.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Yes, it should be a bug on TOS2.4.1 and it have been fixed on the latest version. 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;It seems that TOS doesn't recognise my context parameter.&lt;BR /&gt;I tried to write directly the name of the driver jar file instead of the context parameter and the job worked fine.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Please report a bug on our bugtracker. 
&lt;BR /&gt;Thanks for your support! 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Tue, 09 Sep 2008 03:13:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problems-with-tJDBCInput/m-p/2234855#M24071</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-09-09T03:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with tJDBCInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problems-with-tJDBCInput/m-p/2234856#M24072</link>
      <description>Thanks for your answer !
&lt;BR /&gt;I report a new issue on bugtracker : 
&lt;A href="https://community.talend.com/t5/Design-and-Development/Fail-to-insert-long-number-into-AS400/td-p/90522" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/Fail-to-insert-long-number-into-AS400/td-p/90522&lt;/A&gt;
&lt;BR /&gt;Best regards,
&lt;BR /&gt;Karine</description>
      <pubDate>Tue, 09 Sep 2008 08:17:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problems-with-tJDBCInput/m-p/2234856#M24072</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-09-09T08:17:52Z</dc:date>
    </item>
  </channel>
</rss>

