<?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: Undetermined I/O failure when sending email via Server in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Undetermined-I-O-failure-when-sending-email-via-Server/m-p/90973#M257355</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you running SAS in batch from Powershell, or using Powershell to run Enterprise Guide using the scripting interface?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 May 2015 21:06:32 GMT</pubDate>
    <dc:creator>TomKari</dc:creator>
    <dc:date>2015-05-22T21:06:32Z</dc:date>
    <item>
      <title>Undetermined I/O failure when sending email via Server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Undetermined-I-O-failure-when-sending-email-via-Server/m-p/90968#M257350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need you help on the following: I am trying to send an email via SAS Base 9.2 (code below) from a server, which I connect remotely. The idea is to run this on a batch overnight.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;The problem is that the code runs perfectly via batch when I am connected remotely, i.e., when I am logged in. However, when I am not, the email is not sent and the following error is generated on the log: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: Undetermined I/O failure.&lt;/P&gt;&lt;P&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really need the help of someone. I am using gmail via outlook. I look to all threats on the internet, already tried everything with no success whatesoever. Any help is appreciated. tks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Code&lt;/STRONG&gt;&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt; filename outbox email "&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:xxx@gmail.com"&gt;xxx@gmail.com&lt;/A&gt;&lt;SPAN&gt;" &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; to=("aaa@bbb")&lt;/P&gt;&lt;P&gt;&amp;nbsp; subject="SAS Routine - Batch";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;&amp;nbsp; file outbox;&lt;/P&gt;&lt;P&gt;&amp;nbsp; put "Dear all, routine has successfully completed.";&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 01:56:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Undetermined-I-O-failure-when-sending-email-via-Server/m-p/90968#M257350</guid>
      <dc:creator>Stu1979</dc:creator>
      <dc:date>2013-09-24T01:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Undetermined I/O failure when sending email via Server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Undetermined-I-O-failure-when-sending-email-via-Server/m-p/90969#M257351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello there, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am going through the same problem now. Were you able to resolve this issue? Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 17:06:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Undetermined-I-O-failure-when-sending-email-via-Server/m-p/90969#M257351</guid>
      <dc:creator>rpillay_csumb_edu</dc:creator>
      <dc:date>2015-05-22T17:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Undetermined I/O failure when sending email via Server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Undetermined-I-O-failure-when-sending-email-via-Server/m-p/90970#M257352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How are you submitting the code when you are not connected?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 17:23:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Undetermined-I-O-failure-when-sending-email-via-Server/m-p/90970#M257352</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2015-05-22T17:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: Undetermined I/O failure when sending email via Server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Undetermined-I-O-failure-when-sending-email-via-Server/m-p/90971#M257353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am running a batch job using Windows Powershell. I am connected but SAS fails in the final email step where I am trying to send an email with a summary. I have an email to SAS tech support but they seemed to be baffled themselves at the moment. When running the job in EG SAS sends the email without any problems.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 18:07:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Undetermined-I-O-failure-when-sending-email-via-Server/m-p/90971#M257353</guid>
      <dc:creator>rpillay_csumb_edu</dc:creator>
      <dc:date>2015-05-22T18:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: Undetermined I/O failure when sending email via Server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Undetermined-I-O-failure-when-sending-email-via-Server/m-p/90972#M257354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When running in the batch job, do you know if SAS has the -EMAIL* options set properly? Check PROC OPTIONS GROUP=EMAIL; RUN; in EG and compare to the same in the batch process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 20:00:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Undetermined-I-O-failure-when-sending-email-via-Server/m-p/90972#M257354</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2015-05-22T20:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Undetermined I/O failure when sending email via Server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Undetermined-I-O-failure-when-sending-email-via-Server/m-p/90973#M257355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you running SAS in batch from Powershell, or using Powershell to run Enterprise Guide using the scripting interface?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 21:06:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Undetermined-I-O-failure-when-sending-email-via-Server/m-p/90973#M257355</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2015-05-22T21:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Undetermined I/O failure when sending email via Server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Undetermined-I-O-failure-when-sending-email-via-Server/m-p/90974#M257356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes THANK YOU &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&amp;nbsp; Proc Options Group=email; showed me that the batch job is setup for MAPI email system. - just need an Options statement for EMAILSYS=SMTP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 May 2015 21:40:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Undetermined-I-O-failure-when-sending-email-via-Server/m-p/90974#M257356</guid>
      <dc:creator>rpillay_csumb_edu</dc:creator>
      <dc:date>2015-05-22T21:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Undetermined I/O failure when sending email via Server</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Undetermined-I-O-failure-when-sending-email-via-Server/m-p/446276#M257357</link>
      <description>&lt;P&gt;This is an old thread but the thing that was causing the error&amp;nbsp; for us was the Windows Search and Indexing service. Turning off indexing on the drive and disabling Windows Search fixed the issue.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2018 17:39:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Undetermined-I-O-failure-when-sending-email-via-Server/m-p/446276#M257357</guid>
      <dc:creator>regulator</dc:creator>
      <dc:date>2018-03-16T17:39:02Z</dc:date>
    </item>
  </channel>
</rss>

