<?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 DataFlux Forums 2.5 in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/DataFlux-Forums-2-5/m-p/257298#M7002</link>
    <description>&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have import many data jobs from dataflux&amp;nbsp;2.6 to&amp;nbsp;&lt;SPAN&gt;dataflux&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;2.5.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;import ok.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;the execution &amp;nbsp;of the jobs is ok .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;only one job does an error&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;DATAFLOW_19 error: 10: Temporary File Library - Write failed, rc = 28&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i verifiy disk space and permission of the work area .. that's ok.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the job is similar at the others...&amp;nbsp;&lt;/P&gt;&lt;P&gt;two tables goes in join .&lt;/P&gt;&lt;P&gt;the error on data join stage.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i also rewrite the job in DF 2.5 .. but i have always the same error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;something ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;S.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Mar 2016 13:57:25 GMT</pubDate>
    <dc:creator>db_sabrina</dc:creator>
    <dc:date>2016-03-17T13:57:25Z</dc:date>
    <item>
      <title>DataFlux Forums 2.5</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/DataFlux-Forums-2-5/m-p/257298#M7002</link>
      <description>&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have import many data jobs from dataflux&amp;nbsp;2.6 to&amp;nbsp;&lt;SPAN&gt;dataflux&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;2.5.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;import ok.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;the execution &amp;nbsp;of the jobs is ok .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;only one job does an error&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;DATAFLOW_19 error: 10: Temporary File Library - Write failed, rc = 28&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i verifiy disk space and permission of the work area .. that's ok.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the job is similar at the others...&amp;nbsp;&lt;/P&gt;&lt;P&gt;two tables goes in join .&lt;/P&gt;&lt;P&gt;the error on data join stage.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i also rewrite the job in DF 2.5 .. but i have always the same error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;something ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;S.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2016 13:57:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/DataFlux-Forums-2-5/m-p/257298#M7002</guid>
      <dc:creator>db_sabrina</dc:creator>
      <dc:date>2016-03-17T13:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: DataFlux Forums 2.5</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/DataFlux-Forums-2-5/m-p/257669#M7025</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Two things come to mind:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Double-check to&amp;nbsp;make sure the DataFlux process has permission to access the location set for temporary file I/O operations. You may also need to clean up this location. Processes that terminate unexepectedly may leave temporary files hanging around.&lt;/LI&gt;
&lt;LI&gt;We sometimes see errors of this kind if your system is running out of memory. Have you tried running the process on a small subset of input records? It it succeeds it may point to a memory limitation. The Join node has specifc settings for memory usage that can be adjusted (through the advanced properties screen of the node).&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From the documentation:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any temporary files that are generated by the job, such a sort files, are saved to the location that is specified in the BASE/TEMP option in a DataFlux configuration file, if this option has been set. If the BASE/TEMP option has not been set, temporary files will be written to the temporary file location that is specified for the operating system. To see if the BASE/TEMP option has been set, select Tools &amp;gt; Data Management Studio Options &amp;gt; Job &amp;gt; Advanced.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ron&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2016 17:21:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/DataFlux-Forums-2-5/m-p/257669#M7025</guid>
      <dc:creator>RonAgresta</dc:creator>
      <dc:date>2016-03-18T17:21:19Z</dc:date>
    </item>
  </channel>
</rss>

