Problem Note 34446: Custom user-interface parameters SYSADMIN and NUMALERTCOLUMNS are missing in AUTOCLT.SAS
The custom parameters SYSADMIN and NUMALERTCOLUMNS are missing in the AUTOCLT.SAS file. Without these defined parameters, e-mail is not sent to system administrators when errors occur. In addition, you are not able to change the number of columns that are displayed in the Investigation user interface.
Select the Hot Fix tab in this note to access the hot fix for this issue.
The following macro statements will be added to AUTOCLT.SAS:
/* System Administrator's e-mail address - for error handling */
%let sysAdmin = System.Admin@yourcompany.com;
/* Set the number of FSK_ALERT columns to diplay, the default is 9. */
*%let numAlertColumns=9;
Operating System and Release Information
SAS System | SAS Money Laundering Detection | Microsoft® Windows® for x64 | 1.4 | 1.4 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Advanced Server | 1.4 | 1.4 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Datacenter Server | 1.4 | 1.4 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Server | 1.4 | 1.4 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Professional | 1.4 | 1.4 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows NT Workstation | 1.4 | 1.4 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows Server 2003 Datacenter Edition | 1.4 | 1.4 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows Server 2003 Enterprise Edition | 1.4 | 1.4 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows Server 2003 Standard Edition | 1.4 | 1.4 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows XP Professional | 1.4 | 1.4 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Windows Vista | 1.4 | 1.4 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
*
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.
The custom parameters, SYSADMIN and NUMALERTCOLUMNS, are missing in the AUTOCLT.SAS. Without these defined parameters, e-mail is not sent to system administrators during errors. And you are not able to change the number of columns that are displayed in the Investigation user interface.
Type: | Problem Note |
Priority: | medium |
Date Modified: | 2009-01-16 08:51:06 |
Date Created: | 2009-01-12 11:33:35 |