<?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: getting RC=50 in Dataflux when trying to unzip a file using EEL execute command in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/getting-RC-50-in-Dataflux-when-trying-to-unzip-a-file-using-EEL/m-p/303588#M8610</link>
    <description>&lt;P&gt;According to the man page for unzip, this is the description for error code 50:&amp;nbsp;the disk is (or was) full during extraction&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Oct 2016 16:18:45 GMT</pubDate>
    <dc:creator>andrew_s</dc:creator>
    <dc:date>2016-10-10T16:18:45Z</dc:date>
    <item>
      <title>getting RC=50 in Dataflux when trying to unzip a file using EEL execute command</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/getting-RC-50-in-Dataflux-when-trying-to-unzip-a-file-using-EEL/m-p/301546#M8541</link>
      <description>&lt;P&gt;&lt;FONT color="#008000"&gt;Below is my code and other info,&amp;nbsp; comand works in "&lt;FONT color="#800000"&gt;unzip /apps/dataflux/temp/INPUT/Prescription_8_1.zip -d" works in PUTTY.&amp;nbsp; This code owrk on the previous day but will not work today.&amp;nbsp; Anyne have any suggestions?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#008000"&gt;string&lt;/FONT&gt; cmdline&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#008000"&gt;integer&lt;/FONT&gt; rc&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;　&lt;/P&gt;
&lt;P&gt;//cmdline = "/bin/unzip /apps/dataflux/temp/OUTPUT/reports/vf_arcadia_prescriptions_file_20160912_082352.csv.zip -d /apps/dataflux/temp/OUTPUT/reports/ &amp;gt; /tmp/unzip.txt"&lt;/P&gt;
&lt;P&gt;cmdline = &lt;FONT color="#800000"&gt;"/bin/unzip /apps/dataflux/temp/INPUT/Prescription_8_1.zip -d /"&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;rc=&lt;FONT color="#0000ff"&gt;execute&lt;/FONT&gt;(&lt;FONT color="#800000"&gt;"/usr/bin/bash"&lt;/FONT&gt;, &lt;FONT color="#800000"&gt;"-c"&lt;/FONT&gt;, cmdline)&lt;/P&gt;
&lt;P&gt;logmessage(&lt;FONT color="#800000"&gt;"### UNZIP rc ="&lt;/FONT&gt; &amp;amp; rc)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;79.99 free space on folder&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;/dev/dataflux01lv&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 49.91&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2.46&amp;nbsp;&amp;nbsp; 96%&amp;nbsp;&amp;nbsp; 107298&amp;nbsp;&amp;nbsp;&amp;nbsp; 15% /apps/dataflux&lt;BR /&gt;/dev/dftemp01lv&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 99.81&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 79.99&amp;nbsp;&amp;nbsp; 20%&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2208&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1% /apps/dataflux/temp&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;LOG&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;Loaded job '/apps/dataflux/SASHome/DataFluxDataManagementServer/2.6/dmserver/var/batch_jobs/excellus/vendor/arcadia/unzip_execute_cmdline_input.ddf'.&lt;/P&gt;
&lt;P&gt;2016-09-29T10:09:38,559 INFO [ROOT]New state file:(/apps/dataflux/SASHome/DataFluxDataManagementServer/2.6/dmserver/var/server_logs/20160928-13.06-pid8257554__FFCBFD6A/20160929-10.09_unzip_execute_cmdline_input.ddf_BB7AA3/57ED92717B8187A5.wfs)&lt;/P&gt;
&lt;P&gt;2016-09-29T10:09:38,569 INFO [ROOT]Setting Execution State: RUNNING, Error message:()&lt;/P&gt;
&lt;P&gt;2016-09-29T10:09:38,626 INFO [ROOT]Process Flow - Node DF001 started.&lt;/P&gt;
&lt;P&gt;2016-09-29T10:09:38,792 INFO &lt;STRONG&gt;### UNZIP rc =50&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2016 15:04:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/getting-RC-50-in-Dataflux-when-trying-to-unzip-a-file-using-EEL/m-p/301546#M8541</guid>
      <dc:creator>MikeToole</dc:creator>
      <dc:date>2016-09-29T15:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: getting RC=50 in Dataflux when trying to unzip a file using EEL execute command</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/getting-RC-50-in-Dataflux-when-trying-to-unzip-a-file-using-EEL/m-p/303588#M8610</link>
      <description>&lt;P&gt;According to the man page for unzip, this is the description for error code 50:&amp;nbsp;the disk is (or was) full during extraction&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2016 16:18:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/getting-RC-50-in-Dataflux-when-trying-to-unzip-a-file-using-EEL/m-p/303588#M8610</guid>
      <dc:creator>andrew_s</dc:creator>
      <dc:date>2016-10-10T16:18:45Z</dc:date>
    </item>
  </channel>
</rss>

