<?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: [resolved] detailed Logging statistics in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-detailed-Logging-statistics/m-p/2301082#M73232</link>
    <description>Where are you using an Excel file? This error is to do with your&amp;nbsp;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;tFileOutputExcel_1 component.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;It is likely due to the fact that the Excel schema is not configured correctly, but I cannot tell from that message.</description>
    <pubDate>Tue, 23 Jun 2015 15:11:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-06-23T15:11:07Z</dc:date>
    <item>
      <title>[resolved] detailed Logging statistics</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-detailed-Logging-statistics/m-p/2301075#M73225</link>
      <description>Hi, 
&lt;BR /&gt;I am using tFileList component to iterate and process few thousand files. 
&lt;BR /&gt;I have enabled tstatcatcher .But i need more information than that. (e.g i need file name also) 
&lt;BR /&gt;I made a generic context for it but I'm getting a popup " 
&lt;B&gt;Can't not apply drag and drop operation on this components currently&lt;/B&gt;" 
&lt;BR /&gt; 
&lt;BR /&gt;CAN ANYONE HELP ME WITH THIS. 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Pankaj</description>
      <pubDate>Tue, 23 Jun 2015 09:48:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-detailed-Logging-statistics/m-p/2301075#M73225</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-23T09:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] detailed Logging statistics</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-detailed-Logging-statistics/m-p/2301076#M73226</link>
      <description>You can't add data to the tStatcatcher schema as such, but you can keep your data elsewhere and link to that particular run using the "pid" Java variable that exists for all Talend Jobs. SO if you store your AMC stats in a database, you could create another table in that database which holds the extra info you want to report on and link the tables using the "pid" value. There are a whole load of variables that you can make use of in a Talend job. Go to your code tab and carry out a "find" for ....&lt;BR /&gt;&lt;BR /&gt;public String pid = "0";&lt;BR /&gt;&lt;BR /&gt;Where you find that you will find a load of public variables you can use to aid in your logging and stats.</description>
      <pubDate>Tue, 23 Jun 2015 09:58:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-detailed-Logging-statistics/m-p/2301076#M73226</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-23T09:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] detailed Logging statistics</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-detailed-Logging-statistics/m-p/2301077#M73227</link>
      <description>Hi rhall,
&lt;BR /&gt;Thank you for your response.
&lt;BR /&gt;How can i access pid and i want make list files that are processed successfully and files which are not.
&lt;BR /&gt;I want their 
&lt;B&gt;file names&lt;/B&gt; and if possible 
&lt;B&gt;reason &lt;/B&gt;why it failed.
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Pankaj</description>
      <pubDate>Tue, 23 Jun 2015 10:14:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-detailed-Logging-statistics/m-p/2301077#M73227</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-23T10:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] detailed Logging statistics</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-detailed-Logging-statistics/m-p/2301078#M73228</link>
      <description>You can access "pid" using tJava, tJavaRow, tJavaFlex, tMap.......any component where you can use Java. 
&lt;BR /&gt;To deal with a list of files you can use the tFileList component and get the filenames and paths using the related globalMap values. The screenshot below shows the globalMap variables that are available for tFileList..... 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009ME4D.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130785iF99489A61A530C36/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009ME4D.png" alt="0683p000009ME4D.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;You can drag them from the Outline window to any area for a for putting Java code or most strings. They will actually appear something like this when you use them..... 
&lt;BR /&gt; 
&lt;BR /&gt;((String)globalMap.get("tFileList_1_CURRENT_FILE")) 
&lt;BR /&gt;The variable above is for the filename for a tFileList component called tFileList_1</description>
      <pubDate>Tue, 23 Jun 2015 10:20:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-detailed-Logging-statistics/m-p/2301078#M73228</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-23T10:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] detailed Logging statistics</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-detailed-Logging-statistics/m-p/2301079#M73229</link>
      <description>Hi, 
&lt;BR /&gt;Thanks rhall, 
&lt;BR /&gt;Now i can get required details now i am trying to write these errors into a file.(as show in fig.) 
&lt;BR /&gt;i took tstatcatcher component and tried to write in txt file but its giveing me error after inserting 1 record. 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Exception in component tFileOutputDelimited_1&lt;BR /&gt;java.io.FileNotFoundException: E:\temp.txt (Access is denied)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.io.FileOutputStream.open(Native Method)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.io.FileOutputStream.&amp;lt;init&amp;gt;(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.io.FileOutputStream.&amp;lt;init&amp;gt;(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at demo.ffp_chg_load_dir_0_1.FFP_CHG_LOAD_DIR.tStatCatcher_1Process(FFP_CHG_LOAD_DIR.java:10368)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at demo.ffp_chg_load_dir_0_1.FFP_CHG_LOAD_DIR$1tFileInputXML_7Thread.run(FFP_CHG_LOAD_DIR.java:3511)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at routines.system.ThreadPoolWorker.runIt(TalendThreadPool.java:159)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at routines.system.ThreadPoolWorker.runWork(TalendThreadPool.java:150)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at routines.system.ThreadPoolWorker.access$0(TalendThreadPool.java:145)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at routines.system.ThreadPoolWorker$1.run(TalendThreadPool.java:122)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.lang.Thread.run(Unknown Source)&lt;BR /&gt; disconnected&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;I have give all the permissions to all users. 
&lt;BR /&gt;can u tell why its not working. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDzd.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136883i4A7F2A785296701F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDzd.png" alt="0683p000009MDzd.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 23 Jun 2015 10:29:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-detailed-Logging-statistics/m-p/2301079#M73229</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-23T10:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] detailed Logging statistics</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-detailed-Logging-statistics/m-p/2301080#M73230</link>
      <description>It is claiming that access is denied to the file. Check the filesystem and the file to ensure that you have write access. A thing to try is to run Talend as an Administrator. This is sometimes an easy way to solve this issue.</description>
      <pubDate>Tue, 23 Jun 2015 11:08:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-detailed-Logging-statistics/m-p/2301080#M73230</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-23T11:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] detailed Logging statistics</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-detailed-Logging-statistics/m-p/2301081#M73231</link>
      <description>Hi now m getting errors like 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Exception in component tFileOutputExcel_1&lt;BR /&gt;java.lang.ArrayIndexOutOfBoundsException: 33522176&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at jxl.read.biff.CompoundFile.readSmallBlockDepot(CompoundFile.java:246)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at jxl.read.biff.CompoundFile.&amp;lt;init&amp;gt;(CompoundFile.java:187)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at jxl.read.biff.File.&amp;lt;init&amp;gt;(File.java:127)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at jxl.Workbook.getWorkbook(Workbook.java:221)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at demo.test_0_1.test.tStatCatcher_2Process(test.java:1831)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at demo.test_0_1.test.runJobInTOS(test.java:6903)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at demo.test_0_1.test.main(test.java:6755)&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt; 
     &lt;BLOCKQUOTE&gt; 
      &lt;TABLE border="1"&gt; 
       &lt;TBODY&gt; 
        &lt;TR&gt; 
         &lt;TD&gt;and&lt;BR /&gt;illegal state exception&lt;/TD&gt; 
        &lt;/TR&gt; 
       &lt;/TBODY&gt; 
      &lt;/TABLE&gt; 
     &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Pankaj</description>
      <pubDate>Tue, 23 Jun 2015 14:21:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-detailed-Logging-statistics/m-p/2301081#M73231</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-23T14:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] detailed Logging statistics</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-detailed-Logging-statistics/m-p/2301082#M73232</link>
      <description>Where are you using an Excel file? This error is to do with your&amp;nbsp;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;tFileOutputExcel_1 component.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;It is likely due to the fact that the Excel schema is not configured correctly, but I cannot tell from that message.</description>
      <pubDate>Tue, 23 Jun 2015 15:11:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-detailed-Logging-statistics/m-p/2301082#M73232</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-23T15:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] detailed Logging statistics</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-detailed-Logging-statistics/m-p/2301083#M73233</link>
      <description>Hi ,&lt;BR /&gt;I used &lt;B&gt;tLogRow &lt;/B&gt;component before writting in file and&amp;nbsp; that worked.&lt;BR /&gt;Thanks for your help.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Pankaj</description>
      <pubDate>Wed, 24 Jun 2015 12:36:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-detailed-Logging-statistics/m-p/2301083#M73233</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-24T12:36:07Z</dc:date>
    </item>
  </channel>
</rss>

