<?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: Notifications are not received by mail from SAS CIS about the launch of campaigns. in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Notifications-are-not-received-by-mail-from-SAS-CIS-about-the/m-p/812418#M24369</link>
    <description>Have you engaged SAS Technical Support yet? I see warnings in your SASServer6 log saying it can't find a file called "sas.email.rmi.jar"</description>
    <pubDate>Tue, 10 May 2022 14:57:28 GMT</pubDate>
    <dc:creator>gwootton</dc:creator>
    <dc:date>2022-05-10T14:57:28Z</dc:date>
    <item>
      <title>Notifications are not received by mail from SAS CIS about the launch of campaigns.</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Notifications-are-not-received-by-mail-from-SAS-CIS-about-the/m-p/810531#M24284</link>
      <description>&lt;P&gt;Hello guys.&lt;BR /&gt;I deployed SAS 9.4M7 on linux, everything seems to be set up correctly. When deploying SAS specified the required parameters as specified in this document:&lt;BR /&gt;&lt;A href="https://documentation.sas.com/doc/en/webeditorcdc/3.8/webeditorag/p0dwihvzcwztuzn1g9l7ke2v1txj.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/webeditorcdc/3.8/webeditorag/p0dwihvzcwztuzn1g9l7ke2v1txj.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But when launching campaigns, notifications are not received, my colleagues do not see calls from the middle server to the mail server. In the business context settings, CIS unchecked the "disable notification system" checkbox. I turned on notifications for all stages of launching campaigns, specified recipients, in the campaign I also checked that the notification settings are enabled.&lt;BR /&gt;But notifications are not received.&lt;/P&gt;&lt;P&gt;I checked with SAS EG whether notifications were coming, ran the following query:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;data null;
proc sql;
select put(CHECK_SYSDATE,datetime9.)
into : date_check TRIMMED 
from cdm.hello_outbox;
quit;

filename outbox email
    to=('my_mail@prod.ro')
			CC=('my_mail2@prod.ro')
        	subject='Hello' 
          	;
data; 
file outbox;
put "&amp;amp;date_check.";
put " ";
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;And I get a message.&lt;/P&gt;&lt;P&gt;Please tell me where to look for settings or other ideas.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2022 05:03:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Notifications-are-not-received-by-mail-from-SAS-CIS-about-the/m-p/810531#M24284</guid>
      <dc:creator>grudos20</dc:creator>
      <dc:date>2022-04-29T05:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Notifications are not received by mail from SAS CIS about the launch of campaigns.</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Notifications-are-not-received-by-mail-from-SAS-CIS-about-the/m-p/811054#M24299</link>
      <description>The email functionality of base SAS you use when running the program in Enterprise Guide gets its email configuration from SAS options. The middle tier gets these settings differently, so it's possible that sending an email from SAS code would work, while a function to send email in a middle tier application would fail. I believe the relevant documentation can be found here:&lt;BR /&gt;&lt;BR /&gt;SAS 9.4 Administration - Middle Tier Administration Guide - SMTP Mail Server&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/bicdc/9.4/bimtag/n1fpiezp819c6mn1iy2aq5q9oau2.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/bicdc/9.4/bimtag/n1fpiezp819c6mn1iy2aq5q9oau2.htm&lt;/A&gt;</description>
      <pubDate>Mon, 02 May 2022 12:46:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Notifications-are-not-received-by-mail-from-SAS-CIS-about-the/m-p/811054#M24299</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2022-05-02T12:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Notifications are not received by mail from SAS CIS about the launch of campaigns.</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Notifications-are-not-received-by-mail-from-SAS-CIS-about-the/m-p/811383#M24314</link>
      <description>&lt;P&gt;Hello &lt;A href="https://communities.sas.com/t5/user/viewprofilepage/user-id/78975" target="_blank" rel="noopener"&gt;gwootton&lt;/A&gt;, thanks for your reply.&lt;/P&gt;&lt;P&gt;I read the instructions, I had already come across it before, I have it set up exactly as it is written in the documentation.&lt;BR /&gt;Here is a screenshot from the middle tier configuration file&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="grudos20_0-1651649617721.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/71130iA9D020B2F90D93F6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="grudos20_0-1651649617721.png" alt="grudos20_0-1651649617721.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I would like to find a file where there are smtp settings on other servers and compare with the middle tier settings, but so far I have not been able to find them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 07:34:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Notifications-are-not-received-by-mail-from-SAS-CIS-about-the/m-p/811383#M24314</guid>
      <dc:creator>grudos20</dc:creator>
      <dc:date>2022-05-04T07:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: Notifications are not received by mail from SAS CIS about the launch of campaigns.</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Notifications-are-not-received-by-mail-from-SAS-CIS-about-the/m-p/811410#M24316</link>
      <description>Is this how it appears in all server.xml files? You could try setting mail.debug to true and checking the web app server logs after doing something that should trigger an email.&lt;BR /&gt;&lt;BR /&gt;You can also compare your settings in server.xml to those in SAS that are working by running proc options group=email; run;.</description>
      <pubDate>Wed, 04 May 2022 11:27:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Notifications-are-not-received-by-mail-from-SAS-CIS-about-the/m-p/811410#M24316</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2022-05-04T11:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: Notifications are not received by mail from SAS CIS about the launch of campaigns.</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Notifications-are-not-received-by-mail-from-SAS-CIS-about-the/m-p/811418#M24318</link>
      <description>&lt;P&gt;I checked the server.xml file only on the middle tier, on other servers I don't see the server.xml file&lt;/P&gt;&lt;P&gt;Do you suggest adding mail.debug=true to the server.xml file?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Request result&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;25         GOPTIONS ACCESSIBLE;
26         proc options group=email; run;

    SAS (r) Proprietary Software Release 9.4  TS1M7


Group=EMAIL
 EMAILACKWAIT=30   Specifies the number of seconds to wait for the SMTP server acknowledgement.
 EMAILAUTHPROTOCOL=NONE
                   Specifies the SMTP e-mail authentication protocol.
 NOEMAILFROM       Does not require the FROM e-mail option when sending e-mail by using the FILE or FILENAME statements.
 EMAILHOST=smtp.prod.ro
                   Specifies one or more domain names for SMTP e-mail servers.
 EMAILID=          Specifies the SAS user's logon ID, profile or e-mail address.
 EMAILPORT=25      Specifies the port number for the SMTP e-mail server that is specified in the EMAILHOST option.
 EMAILPW=XXXXXXXX  Specifies the password for the e-mail address specified by the EMAILID option.
 EMAILUTCOFFSET=   For SMTP e-mail sent using the FILENAME statement, specifies a UTC offset that is used in the Date header field 
                   of the e-mail message.
 EMAILSYS=SMTP     Specifies the email protocol that is used for sending electronic mail.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Everything seems to fit&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 12:01:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Notifications-are-not-received-by-mail-from-SAS-CIS-about-the/m-p/811418#M24318</guid>
      <dc:creator>grudos20</dc:creator>
      <dc:date>2022-05-04T12:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Notifications are not received by mail from SAS CIS about the launch of campaigns.</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Notifications-are-not-received-by-mail-from-SAS-CIS-about-the/m-p/811421#M24319</link>
      <description>I'm sorry for the confusion, I was referring to the server.xml file for any other web application servers on the middle tier host(s), e.g. SASServerX_Y.&lt;BR /&gt;&lt;BR /&gt;Based on the code output it doesn't look like you are authenticating to the SMTP server so I don't think you need the mail.user, mail.password, or mail.smtp.auth options.&lt;BR /&gt;&lt;BR /&gt;Yes I was proposing setting mail debug to true in the server.xml file, though it might be worth checking to see if there are any errors indicating the issue without debug being set too.</description>
      <pubDate>Wed, 04 May 2022 12:19:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Notifications-are-not-received-by-mail-from-SAS-CIS-about-the/m-p/811421#M24319</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2022-05-04T12:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Notifications are not received by mail from SAS CIS about the launch of campaigns.</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Notifications-are-not-received-by-mail-from-SAS-CIS-about-the/m-p/811428#M24320</link>
      <description>&lt;P&gt;I checked the server.xml file on all webApp servers, the data matches.&lt;/P&gt;&lt;P&gt;In the logs .../SASConfig/Lev1/Web/Logs/SASServer6_1/SASCustIntelCore6.6.log, I do not see any errors about connecting to the mail server or problems with sending notifications. Maybe I'm looking at the wrong log?&lt;/P&gt;&lt;P&gt;A full restart of SAS will be required to successfully modify the server.xml file. I will do it another time when I have the opportunity.&lt;/P&gt;&lt;P&gt;I noticed that my logical connect server is not validating. Can this affect the successful sending of notifications?&lt;BR /&gt;I have not yet figured out why logical connect server is not validated for me.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="grudos20_0-1651668104038.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/71134iB482C84F1C24D074/image-size/medium?v=v2&amp;amp;px=400" role="button" title="grudos20_0-1651668104038.png" alt="grudos20_0-1651668104038.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 12:41:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Notifications-are-not-received-by-mail-from-SAS-CIS-about-the/m-p/811428#M24320</guid>
      <dc:creator>grudos20</dc:creator>
      <dc:date>2022-05-04T12:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Notifications are not received by mail from SAS CIS about the launch of campaigns.</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Notifications-are-not-received-by-mail-from-SAS-CIS-about-the/m-p/811489#M24321</link>
      <description>I would also check the catalina.out and server.log files in &amp;lt;SASConfig&amp;gt;/Lev1/Web/WebAppServer/SASServerX_Y/logs.&lt;BR /&gt;&lt;BR /&gt;The Connect Server would not be related to email notifications being sent from the middle tier.</description>
      <pubDate>Wed, 04 May 2022 15:48:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Notifications-are-not-received-by-mail-from-SAS-CIS-about-the/m-p/811489#M24321</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2022-05-04T15:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Notifications are not received by mail from SAS CIS about the launch of campaigns.</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Notifications-are-not-received-by-mail-from-SAS-CIS-about-the/m-p/812406#M24368</link>
      <description>&lt;P&gt;Dear friend, thanks for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've looked at all the catalina.out files and see the same recurring error&lt;/P&gt;&lt;P&gt;In search of a solution to the problem, I did not come to success&lt;/P&gt;&lt;P&gt;Attached are the error lines&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;Could not load Logmanager "com.springsource.tcserver.serviceability.logging.TcServerLogManager"
java.lang.ClassNotFoundException: com.springsource.tcserver.serviceability.logging.TcServerLogManager
	at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
	at java.util.logging.LogManager$1.run(LogManager.java:195)
	at java.util.logging.LogManager$1.run(LogManager.java:181)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.util.logging.LogManager.&amp;lt;clinit&amp;gt;(LogManager.java:181)
	at java.util.logging.Logger.demandLogger(Logger.java:448)
	at java.util.logging.Logger.getLogger(Logger.java:502)
	at org.apache.juli.logging.impl.Jdk14Logger.getLogger(Jdk14Logger.java:164)
	at org.apache.juli.logging.impl.Jdk14Logger.&amp;lt;init&amp;gt;(Jdk14Logger.java:55)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.apache.juli.logging.impl.LogFactoryImpl.createLogFromClass(LogFactoryImpl.java:1025)
	at org.apache.juli.logging.impl.LogFactoryImpl.discoverLogImplementation(LogFactoryImpl.java:844)
	at org.apache.juli.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:541)
	at org.apache.juli.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:292)
	at org.apache.juli.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:269)
	at org.apache.juli.logging.LogFactory.getLog(LogFactory.java:657)
	at org.apache.catalina.startup.Bootstrap.&amp;lt;clinit&amp;gt;(Bootstrap.java:51)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I will also post logs from each SASServerX_Y&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Please see what can be done to fix it?&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 14:26:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Notifications-are-not-received-by-mail-from-SAS-CIS-about-the/m-p/812406#M24368</guid>
      <dc:creator>grudos20</dc:creator>
      <dc:date>2022-05-10T14:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: Notifications are not received by mail from SAS CIS about the launch of campaigns.</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Notifications-are-not-received-by-mail-from-SAS-CIS-about-the/m-p/812418#M24369</link>
      <description>Have you engaged SAS Technical Support yet? I see warnings in your SASServer6 log saying it can't find a file called "sas.email.rmi.jar"</description>
      <pubDate>Tue, 10 May 2022 14:57:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Notifications-are-not-received-by-mail-from-SAS-CIS-about-the/m-p/812418#M24369</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2022-05-10T14:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Notifications are not received by mail from SAS CIS about the launch of campaigns.</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Notifications-are-not-received-by-mail-from-SAS-CIS-about-the/m-p/847212#M25604</link>
      <description>&lt;P&gt;The problem turned out to be allowing unauthorized communication between servers, so that communication occurs without authorization and without confirmation.&lt;BR /&gt;Accordingly, when the campaign was running on the MA server, an attempt was made to send a message to the middle server, and here we all see that the server did not receive a login and password from another server.&lt;BR /&gt;I hope I explained it clearly, I'm not a Linux administrator, so I advise those who have a similar problem to contact their specialist&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 08:16:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Notifications-are-not-received-by-mail-from-SAS-CIS-about-the/m-p/847212#M25604</guid>
      <dc:creator>grudos20</dc:creator>
      <dc:date>2022-12-01T08:16:59Z</dc:date>
    </item>
  </channel>
</rss>

