<?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: SAS batch jobs from LSF don't send email in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-batch-jobs-from-LSF-don-t-send-email/m-p/456499#M12961</link>
    <description>Also in sasv9.cfg I have the below lines:&lt;BR /&gt;-emailsys SMTP&lt;BR /&gt;-emailhost SMTP.xxxx.xxx&lt;BR /&gt;-emailport 25</description>
    <pubDate>Mon, 23 Apr 2018 13:09:46 GMT</pubDate>
    <dc:creator>danielmitu</dc:creator>
    <dc:date>2018-04-23T13:09:46Z</dc:date>
    <item>
      <title>SAS batch jobs from LSF don't send email</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-batch-jobs-from-LSF-don-t-send-email/m-p/456457#M12953</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I configure the email notification in SAS?&lt;/P&gt;
&lt;P&gt;From SAS DI, if I run a job it sends the email. If I have a batch job, or If I run a job from MC, the email isn't sent.&lt;/P&gt;
&lt;P&gt;What I need to modify to have a functional email function?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 23 Apr 2018 12:19:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-batch-jobs-from-LSF-don-t-send-email/m-p/456457#M12953</guid>
      <dc:creator>danielmitu</dc:creator>
      <dc:date>2018-04-23T12:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: SAS batch jobs don't send email</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-batch-jobs-from-LSF-don-t-send-email/m-p/456472#M12954</link>
      <description>&lt;P&gt;Do you send the email from code, or do you use a task in a EG project?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Apr 2018 11:56:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-batch-jobs-from-LSF-don-t-send-email/m-p/456472#M12954</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-04-23T11:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAS batch jobs from LSF don't send email</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-batch-jobs-from-LSF-don-t-send-email/m-p/456473#M12955</link>
      <description>&lt;P&gt;I don't send it from sas code. It is set up in sasv9.cfg.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Apr 2018 12:21:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-batch-jobs-from-LSF-don-t-send-email/m-p/456473#M12955</guid>
      <dc:creator>danielmitu</dc:creator>
      <dc:date>2018-04-23T12:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: SAS batch jobs don't send email</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-batch-jobs-from-LSF-don-t-send-email/m-p/456475#M12956</link>
      <description>&lt;P&gt;In sasv9.cfg the infrastructure is set up. The configuration file does not &lt;EM&gt;send&lt;/EM&gt; any emails on its own.&lt;/P&gt;
&lt;P&gt;But I guess you use filename email in your code, right?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Apr 2018 12:04:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-batch-jobs-from-LSF-don-t-send-email/m-p/456475#M12956</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-04-23T12:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: SAS batch jobs from LSF don't send email</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-batch-jobs-from-LSF-don-t-send-email/m-p/456481#M12957</link>
      <description>&lt;P&gt;IN the lsf.conf I added these lines:&lt;BR /&gt;&lt;BR /&gt;# Batch mail message handling&lt;BR /&gt;LSB_MAILTO=!U&lt;BR /&gt;LSB_MAILPROG=lsmail.exe&lt;BR /&gt;LSB_MAILSERVER=SMTP:smtp.......&lt;BR /&gt;&lt;BR /&gt;THe job is ended but no email is sent.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Apr 2018 12:20:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-batch-jobs-from-LSF-don-t-send-email/m-p/456481#M12957</guid>
      <dc:creator>danielmitu</dc:creator>
      <dc:date>2018-04-23T12:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: SAS batch jobs from LSF don't send email</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-batch-jobs-from-LSF-don-t-send-email/m-p/456485#M12958</link>
      <description>&lt;P&gt;I moved this question to the Administration and Deployment community, as it looks more like a configuration and less like a programming issue.&lt;/P&gt;
&lt;P&gt;I myself have no experience with LSF.&lt;/P&gt;
&lt;P&gt;I also edited your subject lines accordingly.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Apr 2018 12:27:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-batch-jobs-from-LSF-don-t-send-email/m-p/456485#M12958</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-04-23T12:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: SAS batch jobs from LSF don't send email</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-batch-jobs-from-LSF-don-t-send-email/m-p/456499#M12961</link>
      <description>Also in sasv9.cfg I have the below lines:&lt;BR /&gt;-emailsys SMTP&lt;BR /&gt;-emailhost SMTP.xxxx.xxx&lt;BR /&gt;-emailport 25</description>
      <pubDate>Mon, 23 Apr 2018 13:09:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-batch-jobs-from-LSF-don-t-send-email/m-p/456499#M12961</guid>
      <dc:creator>danielmitu</dc:creator>
      <dc:date>2018-04-23T13:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: SAS batch jobs from LSF don't send email</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-batch-jobs-from-LSF-don-t-send-email/m-p/458025#M12981</link>
      <description>&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you provide snapshots of the job properties window &amp;amp; the attributes tab from SMC.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also have a look at the below link.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/24/429.html" target="_blank"&gt;http://support.sas.com/kb/24/429.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are scheduling the job through SMC,&amp;nbsp;&lt;SPAN&gt;The first requirement to send mail is that the technical part of mail setup&amp;nbsp; (smtp25 / Imap) should work. Check the ports are allowed &amp;amp; Try to ping your email host server which should ping successfully.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;From the attributes tab of a job property in SMC schedule manager, You have the options to select the mail id, provide the email notification and other settings etc.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Kushal Kumar R&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2018 06:21:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-batch-jobs-from-LSF-don-t-send-email/m-p/458025#M12981</guid>
      <dc:creator>Kushalkmr714</dc:creator>
      <dc:date>2018-04-27T06:21:44Z</dc:date>
    </item>
  </channel>
</rss>

