<?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: Need Help in Stats &amp; Logs Settings in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Need-Help-in-Stats-Logs-Settings/m-p/2372298#M135152</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Can you create a sybase IQ DB connection in DB metadata successfully?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
    <pubDate>Wed, 29 Jul 2015 03:59:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-07-29T03:59:57Z</dc:date>
    <item>
      <title>Need Help in Stats &amp; Logs Settings</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-Help-in-Stats-Logs-Settings/m-p/2372297#M135151</link>
      <description>&lt;P&gt;Greetings,&lt;BR /&gt;&lt;BR /&gt;I am capturing Statistics, Count and Log information of my jobs in a &amp;nbsp;text file by using the Stats &amp;amp; Logs in Job Settings.Now my requirement is to Capture all these information in a table while the jobs are executing, So i have selected "On DataBases" option in Stats &amp;amp; Logs.To capture the information in table i have created a table in the below mentioned format.&lt;BR /&gt;&lt;BR /&gt;create table TalendStatistics&lt;BR /&gt;(&lt;BR /&gt;Moment Date NULL,&lt;BR /&gt;PID VARCHAR(20) NULL,&lt;BR /&gt;Father_PID VARCHAR(20) NULL,&lt;BR /&gt;Root_PID VARCHAR(20) NULL,&lt;BR /&gt;System_PID Longint NULL,&lt;BR /&gt;Project VARCHAR(50) NULL,&lt;BR /&gt;Job Varchar(50) NULL,&lt;BR /&gt;Job_Repository_ID Varchar(255) NULL,&lt;BR /&gt;Job_Version Varchar(255) NULL,&lt;BR /&gt;Context Varchar(50) NULL,&lt;BR /&gt;Origin Varchar(255) NULL,&lt;BR /&gt;Message_Type Varchar(255) NULL,&lt;BR /&gt;"Message" Varchar(255) NULL,&lt;BR /&gt;Duration Longint NULL&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;I have given this table name as a value for "Stats Table" in Stats &amp;amp; Logs. When i execute a job i am facing error as given below&lt;BR /&gt;&lt;BR /&gt;[statistics] connecting to socket on port 3583&lt;BR /&gt;[statistics] connected&lt;BR /&gt;Exception in component talendStats_DB&lt;BR /&gt;java.lang.ClassNotFoundException: sun.jdbc.odbc.JdbcOdbcDriver&lt;BR /&gt;at java.net.URLClassLoader$1.run(URLClassLoader.java:217)&lt;BR /&gt;at java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt;at java.net.URLClassLoader.findClass(URLClassLoader.java:205)&lt;BR /&gt;at java.lang.ClassLoader.loadClass(ClassLoader.java:321)&lt;BR /&gt;at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)&lt;BR /&gt;at java.lang.ClassLoader.loadClass(ClassLoader.java:266)&lt;BR /&gt;at java.lang.Class.forName0(Native Method)&lt;BR /&gt;at java.lang.Class.forName(Class.java:188)&lt;BR /&gt;at uaeexdw.queryinterval_ct_0_1.QueryInterval_CT.talendStats_STATSProcess(QueryInterval_CT.java:4668)&lt;BR /&gt;at uaeexdw.queryinterval_ct_0_1.QueryInterval_CT.runJobInTOS(QueryInterval_CT.java:6942)&lt;BR /&gt;at uaeexdw.queryinterval_ct_0_1.QueryInterval_CT.main(QueryInterval_CT.java:6774)&lt;BR /&gt;Exception in component talendStats_DB&lt;BR /&gt;java.lang.ClassNotFoundException: sun.jdbc.odbc.JdbcOdbcDriver&lt;BR /&gt;at java.net.URLClassLoader$1.run(URLClassLoader.java:217)&lt;BR /&gt;at java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt;at java.net.URLClassLoader.findClass(URLClassLoader.java:205)&lt;BR /&gt;at java.lang.ClassLoader.loadClass(ClassLoader.java:321)&lt;BR /&gt;at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)&lt;BR /&gt;at java.lang.ClassLoader.loadClass(ClassLoader.java:266)&lt;BR /&gt;at java.lang.Class.forName0(Native Method)&lt;BR /&gt;at java.lang.Class.forName(Class.java:188)&lt;BR /&gt;at PRJ.queryinterval_ct_0_1.QueryInterval_CT.talendStats_STATSProcess(QueryInterval_CT.java:4668)&lt;BR /&gt;at&amp;nbsp;PRJ.queryinterval_ct_0_1.QueryInterval_CT.runJobInTOS(QueryInterval_CT.java:6979)&lt;BR /&gt;at&amp;nbsp;PRJ.queryinterval_ct_0_1.QueryInterval_CT.main(QueryInterval_CT.java:6774)&lt;BR /&gt;[statistics] disconnected&lt;BR /&gt;Job QueryInterval_CT ended at 15:16 28/07/2015. [exit code=1]&lt;BR /&gt;&lt;BR /&gt;In sybase IQ Message is a key word so i have created that with in Quotes "Message", if this is the reason for the error kindly advice in solving this issue.&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance,&lt;BR /&gt;Siva&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2015 12:33:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-Help-in-Stats-Logs-Settings/m-p/2372297#M135151</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-28T12:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help in Stats &amp; Logs Settings</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-Help-in-Stats-Logs-Settings/m-p/2372298#M135152</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Can you create a sybase IQ DB connection in DB metadata successfully?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 29 Jul 2015 03:59:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-Help-in-Stats-Logs-Settings/m-p/2372298#M135152</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-29T03:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help in Stats &amp; Logs Settings</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-Help-in-Stats-Logs-Settings/m-p/2372299#M135153</link>
      <description>Hi, 
&lt;BR /&gt;I am able to create a DB metadata connection but the objects are not gettings listed after&amp;nbsp; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGcH.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140113i57A8F8D8AD7736C6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGcH.png" alt="0683p000009MGcH.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGVM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144445i5CEAD5DDBAA336B5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGVM.png" alt="0683p000009MGVM.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;In my job i am using tsybaseconnection to establish connection with sybase IQ. 
&lt;BR /&gt; 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Siva</description>
      <pubDate>Wed, 29 Jul 2015 07:27:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-Help-in-Stats-Logs-Settings/m-p/2372299#M135153</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-29T07:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help in Stats &amp; Logs Settings</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-Help-in-Stats-Logs-Settings/m-p/2372300#M135154</link>
      <description>Hi,&lt;BR /&gt;Can anybody help me on this issue, Should i provide any other detail&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Siva</description>
      <pubDate>Thu, 30 Jul 2015 06:49:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-Help-in-Stats-Logs-Settings/m-p/2372300#M135154</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-30T06:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help in Stats &amp; Logs Settings</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-Help-in-Stats-Logs-Settings/m-p/2372301#M135155</link>
      <description>Hi&amp;nbsp;&lt;BR /&gt;I have this problem, you should just create the Table without any field and given this table name as a value for stats table in stats and logs .Talend will do create the differente fields try this.&amp;nbsp;</description>
      <pubDate>Tue, 11 Aug 2015 09:34:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-Help-in-Stats-Logs-Settings/m-p/2372301#M135155</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-11T09:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help in Stats &amp; Logs Settings</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Need-Help-in-Stats-Logs-Settings/m-p/2372302#M135156</link>
      <description>I have created a tutorial on the AMC and part of it includes a job that you can use to create your schema (the job I have put together is for a MySQL db, but can be converted easy enough). You can find it &lt;A href="http://www.rilhia.com/node/13" target="_blank" rel="nofollow noopener noreferrer"&gt;here&lt;/A&gt;. Search for "AMC" in the search box on my site to find other components to the tutorial.</description>
      <pubDate>Tue, 11 Aug 2015 09:47:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Need-Help-in-Stats-Logs-Settings/m-p/2372302#M135156</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-11T09:47:47Z</dc:date>
    </item>
  </channel>
</rss>

