<?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] Hardcoded temp directory in code in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Hardcoded-temp-directory-in-code/m-p/2321471#M91499</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;You can.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Indeed. I now realized it will use the temp data path in the Basic Settings of the component (if set).&lt;BR /&gt;Thanks for the clarification...</description>
    <pubDate>Fri, 18 Nov 2011 16:54:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-11-18T16:54:59Z</dc:date>
    <item>
      <title>[resolved] Hardcoded temp directory in code</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Hardcoded-temp-directory-in-code/m-p/2321467#M91495</link>
      <description>Hi there,
&lt;BR /&gt;I just tried running my Talend job on a different computer and that failed due to a hardcoded path in the code.
&lt;BR /&gt;I can't figure out where that's coming from. It would suggest that a tMap is using some temp file, but all "Store on disk" fields in the tMaps are blank.
&lt;BR /&gt;Here's the offending code:
&lt;BR /&gt;
&lt;PRE&gt;org.talend.designer.components.lookup.persistent.PersistentRowSorterIterator&amp;lt;SortableRow_committee_fields&amp;gt; fsi_committee_fields = new org.talend.designer.components.lookup.persistent.PersistentRowSorterIterator&amp;lt;SortableRow_committee_fields&amp;gt;(&lt;BR /&gt;		"/home/stan/Desktop/workspace/temp" + "/" + jobName&lt;BR /&gt;				+ "_tMapData_" + pid + "_committee_fields",&lt;BR /&gt;		2000000) {&lt;BR /&gt;	public SortableRow_committee_fields createRowInstance() {&lt;BR /&gt;		return new SortableRow_committee_fields();&lt;BR /&gt;	}&lt;BR /&gt;};&lt;/PRE&gt;
&lt;BR /&gt;Anyone know where this pesky code is coming from?</description>
      <pubDate>Sat, 16 Nov 2024 12:33:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Hardcoded-temp-directory-in-code/m-p/2321467#M91495</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Hardcoded temp directory in code</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Hardcoded-temp-directory-in-code/m-p/2321468#M91496</link>
      <description>Hi
&lt;BR /&gt;What is the error message? File does not found? Are you able to open the job in studio, if so, go to the code tab and search the related code.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 18 Nov 2011 03:10:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Hardcoded-temp-directory-in-code/m-p/2321468#M91496</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-18T03:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Hardcoded temp directory in code</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Hardcoded-temp-directory-in-code/m-p/2321469#M91497</link>
      <description>It was the "Store temp data" setting in the tMap join. I can't remember why I had this switched on - I hope it doesn't break something else. 
&lt;BR /&gt;It seems to me that this feature should let you specify the temp data's location instead of potentially breaking your job when placed on a different machine. 
&lt;BR /&gt;Just for reference, the error on the remote server was: 
&lt;BR /&gt;Exception in component tAdvancedHash_ids_in 
&lt;BR /&gt;java.lang.RuntimeException: The following directory can't be created : '/home/stan/Desktop/workspace/temp'</description>
      <pubDate>Fri, 18 Nov 2011 14:27:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Hardcoded-temp-directory-in-code/m-p/2321469#M91497</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-18T14:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Hardcoded temp directory in code</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Hardcoded-temp-directory-in-code/m-p/2321470#M91498</link>
      <description>You can.</description>
      <pubDate>Fri, 18 Nov 2011 16:40:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Hardcoded-temp-directory-in-code/m-p/2321470#M91498</guid>
      <dc:creator>janhess</dc:creator>
      <dc:date>2011-11-18T16:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Hardcoded temp directory in code</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Hardcoded-temp-directory-in-code/m-p/2321471#M91499</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;You can.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Indeed. I now realized it will use the temp data path in the Basic Settings of the component (if set).&lt;BR /&gt;Thanks for the clarification...</description>
      <pubDate>Fri, 18 Nov 2011 16:54:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Hardcoded-temp-directory-in-code/m-p/2321471#M91499</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-18T16:54:59Z</dc:date>
    </item>
  </channel>
</rss>

