Problem Note 19674: Column requirements (parts G and H) in SASĀ® Anti-Money Laundering 2.1 are limited to 400 characters
Canadian banks have FINTRAC formats that accept up to 4000 characters
for suspicious activity and activity action descriptions. Column
requirements in SAS Anti-Money Laundering 1.2 were set to handle 4000
characters for SUSP_ACTIVITY_DESC (G) and ACT_ACTION_DESC (H) in the
tables LSTR_NARATIVE and LSTR_ACTION. However, in SAS Anti-Money
Laundering 2.1 these columns are set to 400 characters, and this will
cause truncation of the description text.
In the editLSTR.jsp code, the maximum text length defaults to 400:
editLSTR.jsp(41): <tiles:put name="onLoad" value="textCounter2
('g1Comment','remLen',400);
textCounter2('h1Comment','remLen2',400)"/>
editLSTR.jsp(125): <textarea name="g1Comment" style="width:551px;"
rows=5
onchange="textCounter2('g1Comment','remLen',400);"
onkeydown="textCounter2
('g1Comment','remLen',400);" onkeyup="textCounter2
('g1Comment','remLen',400);"><%=g1Comment%></textarea>
editLSTR.jsp(141): <textarea name="h1Comment" style="width:551px;"
rows=5
onchange="textCounter2('h1Comment','remLen2',400);"
onkeydown="textCounter2
('h1Comment','remLen2',400);" onkeyup="textCounter2
('h1Comment','remLen2',400);"><%=h1Comment%></textarea>
|
Select the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | SAS Anti-Money Laundering Alert Generation Server | Microsoft Windows XP Professional | 2.1 | 2.1.1 | | 9.1 TS1M3 SP4 |
Microsoft Windows NT Workstation | 2.1 | 2.1.1 | | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Server | 2.1 | 2.1.1 | | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Datacenter Server | 2.1 | 2.1.1 | | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Advanced Server | 2.1 | 2.1.1 | | 9.1 TS1M3 SP4 |
Linux | 2.1 | 2.1.1 | | 9.1 TS1M3 SP4 |
Solaris | 2.1 | 2.1.1 | | 9.1 TS1M3 SP4 |
64-bit Enabled Solaris | 2.1 | 2.1.1 | | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Professional | 2.1 | 2.1.1 | | 9.1 TS1M3 SP4 |
64-bit Enabled AIX | 2.1 | 2.1.1 | | 9.1 TS1M3 SP4 |
AIX | 2.1 | 2.1.1 | | 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.
Type: | Problem Note |
Priority: | high |
Date Modified: | 2008-04-21 12:18:53 |
Date Created: | 2007-03-02 15:30:51 |