Problem Note 35267: The SASĀ® Money Laundering Detection investigation user interface is slow to open when there are large numbers of closed alerts
As the number of closed alerts grows in the DB_KC.FSK_ALERT table, peformance of the investigation UI suffers.
This is due to a missing index on the DB_KC.FSK_ALERT table.
Select the Hot Fix tab in this note to access the hot fix for this issue.
The following index will be created to improve performance on the alerts page:
proc sql;
CREATE INDEX alert_status_code ON DB_KC.FSK_ALERT
(
alert_status_code,
%mnydpw
);
quit;
Operating System and Release Information
SAS System | SAS Money Laundering Detection | 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.
As the number of closed alerts grows in the DB_KC.FSK_ALERT table, the opening of the alerts page in the investigation UI will take longer. This is due to a missing index on the DB_KC.FSK_ALERT table.
Type: | Problem Note |
Priority: | high |
Date Modified: | 2009-04-27 12:44:11 |
Date Created: | 2009-03-24 09:55:53 |