SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 35321: In SAS® Anti-Money Laundering, the "more information about this alert" link on the Transaction Details page returns an empty result set

DetailsHotfixAboutRate It

The more information about this alert link on the Transaction Details page returns an empty result set if the transaction been rolled off the Core and into the Knowledge Center. This happens because the JSP code for the Transaction Details page is calling the transactionDim query in the metadata.

This query pulls transactional data only from the Core, not the Knowledge Center. To resolve this issue, create a new view in the metadata tables, TransactionAll, which pulls data from the Core and Knowledge Center tables.

The following steps will need to be taken to define the new view.

  1. In a RDBMS client session, run the following INSERT statement on the FSK_UI_TABLE table:
    insert into fsk_ui_table values ('transactionAll','(select transaction_key, date_key, transaction_reference_number, transaction_description, security_name, deal_number from fsc_transaction_dim union select distinct transaction_key, date_key, transaction_reference_number, transaction_description, security_name, deal_number from fsk_transaction_alert) ','Transaction','CTR','BAS','Y');
  2. In the same client session, run the following INSERT statement on the FSK_UI_COLUMN table:
    insert into fsk_ui_column values ('transactionAll','transactionKey','generalInformation','transaction_key','Trans action Key',100,'NUM',null,'LIT','EXT',1,'Y',null,null,null); insert into fsk_ui_column values ('transactionAll','dateKey','generalInformation','date_key','Date',200,'MDY',nul l,'LIT','LIT',1,'Y',null,null,null); insert into fsk_ui_column values ('transactionAll','transactionReferenceNumber','generalInformation','transaction _reference_number','Transaction Reference Number',201,'STR',null,'LIT','LIT',0,'Y',null,null,null); insert into fsk_ui_column values ('transactionAll','securityName','generalInformation','security_name','Security Name',210,'STR',null,'BAS','BAS',0,'Y',null,null,null); insert into fsk_ui_column values ('transactionAll','dealNumber','generalInformation','deal_number','Deal Number',220,'STR',null,'BAS','BAS',0,'Y',null,null,null); insert into fsk_ui_column values ('transactionAll','transactionDescription','generalInformation','transaction_des cription','Transaction Description',900,'STR',null,'BAS','BAS',0,'Y',null,null,null);
  3. Edit the UIMetadataResources.properties file and add the following line:
    transactionAll.txt=Transaction All


Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Anti-Money LaunderingMicrosoft Windows 2000 Advanced Server2.1.12.2.19.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows 2000 Datacenter Server2.1.12.2.19.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows 2000 Server2.1.12.2.19.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows 2000 Professional2.1.12.2.19.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows NT Workstation2.1.12.2.19.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows Server 2003 Datacenter Edition2.1.12.2.19.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows Server 2003 Enterprise Edition2.1.12.2.19.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows Server 2003 Standard Edition2.1.12.2.19.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows XP Professional2.1.19.1 TS1M3 SP4
Windows Vista2.1.19.1 TS1M3 SP4
64-bit Enabled AIX2.1.19.1 TS1M3 SP4
64-bit Enabled HP-UX2.1.19.1 TS1M3 SP4
64-bit Enabled Solaris2.1.19.1 TS1M3 SP4
Linux2.1.19.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.