<?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: project defined Stats&amp;amp;Log to AS400 DB won't work in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/project-defined-Stats-amp-Log-to-AS400-DB-won-t-work/m-p/2546419#M149483</link>
    <description>&lt;P&gt;No problem. At this point, I would recommend opening a Support Case with our Support Team.&lt;/P&gt;</description>
    <pubDate>Wed, 08 Apr 2026 19:16:47 GMT</pubDate>
    <dc:creator>Greg_Taffer</dc:creator>
    <dc:date>2026-04-08T19:16:47Z</dc:date>
    <item>
      <title>project defined Stats&amp;Log to AS400 DB won't work</title>
      <link>https://community.qlik.com/t5/Talend-Studio/project-defined-Stats-amp-Log-to-AS400-DB-won-t-work/m-p/2545668#M149451</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Transitioning from a TOS7 to a Talend V8, I happen to experience troubles with the logging configuration.&lt;BR /&gt;We were used to logging into an AS400 DB, with a stats&amp;amp;log configuration defined at the project level.&lt;BR /&gt;When trying to apply the same scheme in the newly created V8 project I experience oddities for which I would need some help.&lt;/P&gt;&lt;P&gt;The project properties were copied from the working V7 project. As you can see in the first picture, we rely on a JDBC driver with a definition of the AS400JDBCDriver Class for accessing DB.&lt;/P&gt;&lt;P&gt;When running a simple job though, the application will express the impossibility to find that driver (see picture 2). Every attempt to log will then indeed fail. I later realized that adding a tAS400 component or a tRunJob on a subjob that opens an AS400 connection will allow the application to run smoothly. I guess adding a tLoadLibrary might have the same effect.&lt;/P&gt;&lt;P&gt;My guess is that adding "com.ibm.as400.access.AS400JDBCDriver" as a class name in the project properties isn't enough (anymore ?) to get the class imported. Is there a way to force project imports ?&lt;/P&gt;&lt;P&gt;Any help or insights are welcome.&lt;/P&gt;&lt;P&gt;--Ben&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;( Version: 8 Build id: 20260102_0846-patch on windows)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="project defined stats and logs properties" style="width: 808px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/187486i91313319B9409ECA/image-size/large?v=v2&amp;amp;px=999" role="button" title="qlik-statNlog-1.PNG" alt="project defined stats and logs properties" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;project defined stats and logs properties&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="A simple toy job" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/187489i5CD53FD77603AD14/image-size/large?v=v2&amp;amp;px=999" role="button" title="qlik-statNlog-2.PNG" alt="A simple toy job" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;A simple toy job&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2026 14:59:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/project-defined-Stats-amp-Log-to-AS400-DB-won-t-work/m-p/2545668#M149451</guid>
      <dc:creator>bschwarz</dc:creator>
      <dc:date>2026-03-27T14:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: project defined Stats&amp;Log to AS400 DB won't work</title>
      <link>https://community.qlik.com/t5/Talend-Studio/project-defined-Stats-amp-Log-to-AS400-DB-won-t-work/m-p/2546001#M149463</link>
      <description>&lt;P&gt;Adding com.ibm.as400.access.AS400JDBCDriver to project properties is often insufficient; you must manually import the jt400.jar into Talend’s modules view or ensure it is referenced in a configured JDBC driver connection to force the class loading.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How to Force Driver Import in Talend:&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
 &lt;LI&gt;&lt;STRONG&gt;Modules View (Preferred):&lt;/STRONG&gt; Open the &lt;STRONG&gt;Modules&lt;/STRONG&gt; view, click the &lt;STRONG&gt;Import&lt;/STRONG&gt; button, and manually import the jt400.jar file.&lt;/LI&gt;
 &lt;LI&gt;&lt;STRONG&gt;JDBC Metadata:&lt;/STRONG&gt; Create a new &lt;STRONG&gt;Metadata -&amp;gt; Db Connections -&amp;gt; JDBC&lt;/STRONG&gt; entry. In the driver jar selection, import the jt400.jar and set the class to com.ibm.as400.access.AS400JDBCDriver.&lt;/LI&gt;
 &lt;LI&gt;&lt;STRONG&gt;Restart Studio:&lt;/STRONG&gt; After adding the JAR, restart Talend Studio to ensure the library is loaded into the classpath.&lt;/LI&gt;
 &lt;LI&gt;&lt;STRONG&gt;Force Update:&lt;/STRONG&gt; Go to the project settings, make a small dummy change to trigger a rebuild, or use the "Refresh" button in the Modules view.&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Ensure the jt400.jar itself is not corrupt, as this often causes silent failures.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2026 19:05:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/project-defined-Stats-amp-Log-to-AS400-DB-won-t-work/m-p/2546001#M149463</guid>
      <dc:creator>Greg_Taffer</dc:creator>
      <dc:date>2026-04-01T19:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: project defined Stats&amp;Log to AS400 DB won't work</title>
      <link>https://community.qlik.com/t5/Talend-Studio/project-defined-Stats-amp-Log-to-AS400-DB-won-t-work/m-p/2546070#M149467</link>
      <description>&lt;P&gt;Hi Greg, and thanks a lot for your answer.&lt;/P&gt;&lt;P&gt;Unfortunately, it didn't help me yet to solve my problems.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Module view&lt;/STRONG&gt; : if I understand you well, you advise to manually fetch the jt400.jar file somewhere on the net, and then to import it through button (1) in the module view (see first picture).&lt;/P&gt;&lt;P&gt;I didn't do that yet though, because :&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;I wasn't sure this was what you meant. Manual fetching of libs doesn't seem "clean".&lt;/LI&gt;&lt;LI&gt;I am not sure such a manual install would be automatically transferred to the TMC or to my friends studio.&lt;/LI&gt;&lt;LI&gt;Provided that some tAS400 components are already installed in my studio, it seams I already have access to an implementation of the&amp;nbsp;com.ibm.as400.access.AS400JDBCDriver class&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRONG&gt;JDBC Metadata&lt;/STRONG&gt;&amp;nbsp;: Never did that, and didn't really understand why I would need it here. I nonetheless complied, and created a JDBC DB connection as a metadata, using the jt400 jar shipped with the aforementioned tAS400 components. Everything seemed to work fine (class automatically detected), except that probing the connection failed (see second picture).&lt;/P&gt;&lt;P&gt;I still followed the remaining steps of your procedure, but the final result is unchanged :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Running a simple job consisting in an empty tJava component, there will be warning messages&lt;BR /&gt;java.lang.ClassNotFoundException: com.ibm.as400.access.AS400JDBCDriver&lt;/LI&gt;&lt;LI&gt;adding a tWarn, the job doesn't crash, but obviously nothing is output to the DB and I have more warning messages at each attempt to write in the DB&lt;/LI&gt;&lt;LI&gt;Adding a tAS400Connection, even at the end of the job, solves the problem.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jt400-modules.PNG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/187621i6D5FE3E193AD74FE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jt400-modules.PNG" alt="jt400-modules.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jt400-metadata.PNG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/187622iCE5F539B2CE9D432/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jt400-metadata.PNG" alt="jt400-metadata.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2026 14:33:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/project-defined-Stats-amp-Log-to-AS400-DB-won-t-work/m-p/2546070#M149467</guid>
      <dc:creator>bschwarz</dc:creator>
      <dc:date>2026-04-02T14:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: project defined Stats&amp;Log to AS400 DB won't work</title>
      <link>https://community.qlik.com/t5/Talend-Studio/project-defined-Stats-amp-Log-to-AS400-DB-won-t-work/m-p/2546419#M149483</link>
      <description>&lt;P&gt;No problem. At this point, I would recommend opening a Support Case with our Support Team.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2026 19:16:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/project-defined-Stats-amp-Log-to-AS400-DB-won-t-work/m-p/2546419#M149483</guid>
      <dc:creator>Greg_Taffer</dc:creator>
      <dc:date>2026-04-08T19:16:47Z</dc:date>
    </item>
  </channel>
</rss>

