SUPPORT / SAMPLES & SAS NOTES
 

Support

Usage Note 18675: SAS® Money Laundering Detection install updates for detection.js and report_tree.htm documentation

DetailsHotfixAboutRate It

Files sharing permissions are incorrectly documented in 3 locations for SAS Money Laundering Detection: the Installation Manual, System Administrator's Guide and in the Java script source code (!SASROOT\detectionsvr\sasmisc\report\report_includes\detection.js).

  1. Chapter 3 of the Installation Manual provides a table with the file sharing permissions. The update is the following:
        !AMLROOT -> Shared folder name = detection
        !AMLROOT/reports -> Shared folder name = N/A
        !AMLROOT/reports -> Autoexec Settings = %let
                             REPORTLOC=\\host\detection\reports
    
  2. Chapter 13 of the System Administrator's Guide contains references which create a consistency issue.
        13.3.1.3 Report Location
                 %let reportloc=//host/detection/reports;
    
        13.3.1.4 Online Help Location
                  %let helploc=//host/help;
    
  3. !SASROOT\detectionsvr\sasmisc\report\report_includes\detection.js 'showHelpWindow' function contains:
    /* The folder where Money Laundering Detection help is installed needs to be shared - replace <detectionsvr> with network path */ function showHelpWindow(link) { if (document.all || document.layers) { w = screen.availWidth; h = screen.availHeight; } var popW = 690, popH = 530; var leftPos = (w-popW)/2, topPos = (h-popH)/2; theWindow = window.open("//<detectionsvr>/sasmisc/help" +link,'sasamlHelp','resizable=1,scrollbars=1,menubar=1,toolbar=1,width= ' + popW + ',height=' + popH + ',top=' + topPos + ',left=' + leftPos ); theWindow.focus(); } "//<detectionsvr>/sasmisc/help" should be replace with: "//<detectionsvr>/help/bypage/"

Select the Hot Fix tab in this note to access the hot fix for this issue.



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Money Laundering DetectionMicrosoft Windows XP 64-bit Edition1.49.1 TS1M3 SP3
Microsoft Windows NT Workstation1.49.1 TS1M3 SP3
Microsoft Windows XP Professional1.49.1 TS1M3 SP3
Microsoft Windows Server 2003 Standard Edition1.49.1 TS1M3 SP3
Microsoft® Windows® for 64-Bit Itanium-based Systems1.49.1 TS1M3 SP3
Microsoft Windows Server 2003 Datacenter Edition1.49.1 TS1M3 SP3
Microsoft Windows Server 2003 Enterprise Edition1.49.1 TS1M3 SP3
Microsoft Windows 2000 Professional1.49.1 TS1M3 SP3
Microsoft Windows 2000 Server1.49.1 TS1M3 SP3
Microsoft Windows 2000 Advanced Server1.49.1 TS1M3 SP3
Microsoft Windows 2000 Datacenter Server1.49.1 TS1M3 SP3
* 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.