<?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: Is there a way to send a message to EG User? in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Is-there-a-way-to-send-a-message-to-EG-User/m-p/194166#M2575</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you not just compile a distribution list of EG users (presumably you have this available in the metadata) and use it to email them. That's what I do when I need to send a message to all our SAS users. It won't be when they log on but as long as they have the information in a timely manner I can't see that this would matter.&lt;/P&gt;&lt;P&gt;Nigel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 May 2015 09:18:55 GMT</pubDate>
    <dc:creator>Nigel_Pain</dc:creator>
    <dc:date>2015-05-28T09:18:55Z</dc:date>
    <item>
      <title>Is there a way to send a message to EG User?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Is-there-a-way-to-send-a-message-to-EG-User/m-p/194165#M2574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 12pt;"&gt;Hi, guys!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 12pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I'm a SAS Administrator, I've changed something about SAS Server, and I want to send a message to All EG Users about what they should do. Because ther are lots of SAS users, I can't call them all. So I'm just trying to figure out a way to send a message when they log on SAS Server through EG.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'comic sans ms', sans-serif; font-size: 12pt;"&gt;So, is there a way can do that???&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;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 15:40:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Is-there-a-way-to-send-a-message-to-EG-User/m-p/194165#M2574</guid>
      <dc:creator>Slash</dc:creator>
      <dc:date>2015-05-27T15:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to send a message to EG User?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Is-there-a-way-to-send-a-message-to-EG-User/m-p/194166#M2575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you not just compile a distribution list of EG users (presumably you have this available in the metadata) and use it to email them. That's what I do when I need to send a message to all our SAS users. It won't be when they log on but as long as they have the information in a timely manner I can't see that this would matter.&lt;/P&gt;&lt;P&gt;Nigel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2015 09:18:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Is-there-a-way-to-send-a-message-to-EG-User/m-p/194166#M2575</guid>
      <dc:creator>Nigel_Pain</dc:creator>
      <dc:date>2015-05-28T09:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to send a message to EG User?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Is-there-a-way-to-send-a-message-to-EG-User/m-p/194167#M2576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not built-in generally. Two general requirements :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. being able to retrieve each user's email, from the metadata repository (if, by any chance, this information is stored with the user acccount ?) or from the user authentication directory (eg MS Active Directory) using a join with user's id&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. is your SAS computing server configured with SMTP ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then two ways I can think of to implement this kind of thing :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A. write a stored process which retrieves the emails list and sends a message to the mailing list : example&amp;nbsp; &lt;A href="https://support.sas.com/kb/36/567.html" title="https://support.sas.com/kb/36/567.html"&gt;36567 - E-mail last error/warning message that were generated during a SAS program&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B. Use the publishing framework (SMC Publishing framework plug-in). Rather old-school and a little bit cumbersome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2015 12:27:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Is-there-a-way-to-send-a-message-to-EG-User/m-p/194167#M2576</guid>
      <dc:creator>ronan</dc:creator>
      <dc:date>2015-05-28T12:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to send a message to EG User?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Is-there-a-way-to-send-a-message-to-EG-User/m-p/194168#M2577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you would have defined the email-addresses in the metadata you could have used the publish option to mail them all or selective groups.&lt;BR /&gt;The publishing frame is for information delivery &lt;A href="http://support.sas.com/documentation/cdl/en/publishdg/64884/HTML/default/viewer.htm#n16lhpsekgw88on1l2er7jf9mgyt.htm" title="http://support.sas.com/documentation/cdl/en/publishdg/64884/HTML/default/viewer.htm#n16lhpsekgw88on1l2er7jf9mgyt.htm"&gt;SAS(R) 9.4 Publishing Framework: Developer's Guide&lt;/A&gt; The newer approach is selfservice (SAS VA)&amp;nbsp; where information is extracted retrieved. You could go this way and have your EG users find out theirself what tot do without information from you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eguide is started with a SAS -server process. Once the users did see the new-files in their sas-log. This has been hidden by Eguide as also everything with autoexec or config settings. The only hope you are having is that you can configure that SMTP and can derive the email-addresses. Be aware of possible bulkmail options set to some limit to prevent spamming. Sending a lot of mail can be seen as spam.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't you have some mailgroup on the mailserver that covers all users, or some community that shares all users or ...&amp;nbsp; (your messaging doesn't need to be with sas tools)&amp;nbsp; &lt;/P&gt;&lt;P&gt;/// Agree with Nigel ///&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;By the way: That sample 37567 is a bad one. It should always mail at the end of as program, but that is only possible when it did not stop/abended as in those cases that datastep will never run.&amp;nbsp; When it reaches that step/end all code has run correctly.&amp;nbsp; It is non-informational situation, the common question all good no message only in case of ... That is how schedulers eg LSF are doing it by monitoring a job/program not by modifying it..&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 May 2015 20:14:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Is-there-a-way-to-send-a-message-to-EG-User/m-p/194168#M2577</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-05-30T20:14:12Z</dc:date>
    </item>
  </channel>
</rss>

