Problem Note 51944: The error "...not a valid e-mail address..." is displayed when an e-mail address contains an underscore
When you create an email notification in SAS® Model Manager, the following error might be displayed:
<e-mail address that you entered> is not a valid e-mail address.
The problem occurs when the email address that you entered contains an underscore (_).
To work around the problem, use the Ad Hoc report feature:
- Define a performance task with an email address that does not contain an underscore.
- Create an ad hoc report using the PerformanceMonitor SAS code that was generated.
- Update the password. EXAMPLE:
%let _MM_Password=<my password>;
- Update the email address to specify the one that you want. Use this SAS code:
/*-------------- Contacts code ---------------*/
data emailaddr;
length address $50 sendAlertWarning sendJobStatus $1;
address = "<email address that you want to use>";
sendAlertWarning = "Y";
sendJobStatus = "Y";
output;
run;
Run the ad hoc report. The updated email address is used.
Click the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | SAS Model Manager | Microsoft Windows 8 Enterprise 32-bit | 12.3 | | 9.4 TS1M2 | |
Microsoft Windows 8 Enterprise x64 | 12.3 | | 9.4 TS1M2 | |
Microsoft Windows 8 Pro 32-bit | 12.3 | | 9.4 TS1M2 | |
Microsoft Windows 8 Pro x64 | 12.3 | | 9.4 TS1M2 | |
Microsoft Windows 8.1 Enterprise 32-bit | 12.3 | | 9.4 TS1M2 | |
Microsoft Windows 8.1 Enterprise x64 | 12.3 | | 9.4 TS1M2 | |
Microsoft Windows 8.1 Pro | 12.3 | | 9.4 TS1M2 | |
Microsoft Windows 8.1 Pro 32-bit | 12.3 | | 9.4 TS1M2 | |
Microsoft Windows Server 2012 Datacenter | 12.3 | | 9.4 TS1M2 | |
Microsoft Windows Server 2012 R2 Datacenter | 12.3 | | 9.4 TS1M2 | |
Microsoft Windows Server 2012 R2 Std | 12.3 | | 9.4 TS1M2 | |
Microsoft Windows Server 2012 Std | 12.3 | | 9.4 TS1M2 | |
Windows 7 Enterprise x64 | 12.3 | | 9.4 TS1M2 | |
Windows 7 Professional x64 | 12.3 | | 9.4 TS1M2 | |
64-bit Enabled AIX | 12.3 | | 9.4 TS1M2 | |
64-bit Enabled Solaris | 12.3 | | 9.4 TS1M2 | |
HP-UX IPF | 12.3 | | 9.4 TS1M2 | |
Linux for x64 | 12.3 | | 9.4 TS1M2 | |
Solaris for x64 | 12.3 | | 9.4 TS1M2 | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | high |
Date Modified: | 2015-04-06 08:05:19 |
Date Created: | 2014-01-02 11:04:59 |