SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 35267: The SAS® Money Laundering Detection investigation user interface is slow to open when there are large numbers of closed alerts

DetailsHotfixAboutRate It

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

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Money Laundering DetectionMicrosoft Windows 2000 Advanced Server1.41.49.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows 2000 Datacenter Server1.41.49.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows 2000 Server1.41.49.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows 2000 Professional1.41.49.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows NT Workstation1.41.49.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows Server 2003 Datacenter Edition1.41.49.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows Server 2003 Enterprise Edition1.41.49.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows Server 2003 Standard Edition1.41.49.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows XP Professional1.41.49.1 TS1M3 SP49.1 TS1M3 SP4
Windows Vista1.41.49.1 TS1M3 SP49.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.