Usage Note 18675: SAS® Money Laundering Detection install updates for detection.js and
report_tree.htm documentation
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).
- 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
- 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;
- !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
SAS System | SAS Money Laundering Detection | Microsoft Windows XP 64-bit Edition | 1.4 | | 9.1 TS1M3 SP3 | |
Microsoft Windows NT Workstation | 1.4 | | 9.1 TS1M3 SP3 | |
Microsoft Windows XP Professional | 1.4 | | 9.1 TS1M3 SP3 | |
Microsoft Windows Server 2003 Standard Edition | 1.4 | | 9.1 TS1M3 SP3 | |
Microsoft® Windows® for 64-Bit Itanium-based Systems | 1.4 | | 9.1 TS1M3 SP3 | |
Microsoft Windows Server 2003 Datacenter Edition | 1.4 | | 9.1 TS1M3 SP3 | |
Microsoft Windows Server 2003 Enterprise Edition | 1.4 | | 9.1 TS1M3 SP3 | |
Microsoft Windows 2000 Professional | 1.4 | | 9.1 TS1M3 SP3 | |
Microsoft Windows 2000 Server | 1.4 | | 9.1 TS1M3 SP3 | |
Microsoft Windows 2000 Advanced Server | 1.4 | | 9.1 TS1M3 SP3 | |
Microsoft Windows 2000 Datacenter Server | 1.4 | | 9.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.
Type: | Usage Note |
Priority: | high |
Topic: | System Administration ==> Installation
|
Date Modified: | 2006-10-24 08:48:36 |
Date Created: | 2006-10-02 10:05:32 |