<?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: Send email from deployed SAS DIS Job in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Send-email-from-deployed-SAS-DIS-Job/m-p/643686#M192147</link>
    <description>&lt;P&gt;Can you post the bit of the log from where it sends the email?&amp;nbsp; Do you get an error / warning / bad note in that step?&lt;/P&gt;</description>
    <pubDate>Tue, 28 Apr 2020 17:35:56 GMT</pubDate>
    <dc:creator>Quentin</dc:creator>
    <dc:date>2020-04-28T17:35:56Z</dc:date>
    <item>
      <title>Send email from deployed SAS DIS Job</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Send-email-from-deployed-SAS-DIS-Job/m-p/643682#M192146</link>
      <description>&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have developed a job in SAS DIS that has a step which sends an email through the utility FILENAME MAILBOX. It succeeds when I run the job by SAS DIS. After, I deployed the job in order to execute it through a .sh file on a Linux system. When I run it in this way, all the activities are completed with success, all except the sending of the email. The version of the server SAS is 9.3.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know if I have to change the script of the FILENAME MAILBOX, or if I have the specify something in the .sh file?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance for your attention.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 17:20:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Send-email-from-deployed-SAS-DIS-Job/m-p/643682#M192146</guid>
      <dc:creator>ddddddddd1223</dc:creator>
      <dc:date>2020-04-28T17:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Send email from deployed SAS DIS Job</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Send-email-from-deployed-SAS-DIS-Job/m-p/643686#M192147</link>
      <description>&lt;P&gt;Can you post the bit of the log from where it sends the email?&amp;nbsp; Do you get an error / warning / bad note in that step?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 17:35:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Send-email-from-deployed-SAS-DIS-Job/m-p/643686#M192147</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2020-04-28T17:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Send email from deployed SAS DIS Job</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Send-email-from-deployed-SAS-DIS-Job/m-p/643691#M192149</link>
      <description>This is the log, I can't see any warning or error:&lt;BR /&gt;&lt;BR /&gt;NOTE: The file MAILBOX is:&lt;BR /&gt;E-Mail Access Device&lt;BR /&gt;&lt;BR /&gt;Message sent&lt;BR /&gt;To: 'xxx' 'xxx' 'xxx'&lt;BR /&gt;Cc:&lt;BR /&gt;Bcc:&lt;BR /&gt;Subject: xxx&lt;BR /&gt;Attachments:&lt;BR /&gt;NOTE: 1 record was written to the file MAILBOX.&lt;BR /&gt;The minimum record length was 101.&lt;BR /&gt;The maximum record length was 101.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.02 seconds&lt;BR /&gt;cpu time 0.00 seconds</description>
      <pubDate>Tue, 28 Apr 2020 18:16:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Send-email-from-deployed-SAS-DIS-Job/m-p/643691#M192149</guid>
      <dc:creator>ddddddddd1223</dc:creator>
      <dc:date>2020-04-28T18:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: Send email from deployed SAS DIS Job</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Send-email-from-deployed-SAS-DIS-Job/m-p/643694#M192151</link>
      <description>&lt;P&gt;Interesting.&amp;nbsp; Looks like SAS thinks all went well.&amp;nbsp; Do you know, is the server you're running the deployed job on the same server as you run the interactive DI job on?&amp;nbsp; If not, it's possible they are using different mail servers, and the server with the deployed job has it stuck in a queue on the mail server?&amp;nbsp; Or check your spam filter?&amp;nbsp; I don't know much about mail servers.&amp;nbsp; If SAS says everything went well but I don't get an email, that's when I would call for help from admins to look into the mail server and see what it's doing.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 18:35:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Send-email-from-deployed-SAS-DIS-Job/m-p/643694#M192151</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2020-04-28T18:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Send email from deployed SAS DIS Job</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Send-email-from-deployed-SAS-DIS-Job/m-p/643864#M192205</link>
      <description>Would you able to check maillog on Linux system if there are any errors?&lt;BR /&gt;Are you connected to same system and app-context when you run from DIS?</description>
      <pubDate>Wed, 29 Apr 2020 11:11:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Send-email-from-deployed-SAS-DIS-Job/m-p/643864#M192205</guid>
      <dc:creator>AnandVyas</dc:creator>
      <dc:date>2020-04-29T11:11:18Z</dc:date>
    </item>
  </channel>
</rss>

