Hot fix F6R007 addresses the issue(s) in SAS Fraud Management 6.1 as documented
in the Issue(s) Addressed section of the hot fix download page:
https://tshf.sas.com/techsup/download/hotfix/HF2/F6R.html#F6R007
F6R007 is a "container" hot fix that contains the following "member" hot fixes which will update the software components
as needed.
I8K002 updates SAS Fraud Management Common Macros 6.1
G6C003 updates SAS Fraud Management Data Services 6.1
F8Y004 updates SAS Fraud Management Decision Engine 6.1
F6S007 updates SAS Fraud Management Mid-Tier 6.1***
I8L003 updates SAS Fraud Management Reporting History ETL Server Macros 6.1
I8M002 updates SAS Fraud Management System of Record DB Maintenance Macros 6.1
F6T004 updates SAS Fraud Management Transaction Extensions 6.1
F8Z004 updates SAS Fraud Transactional Analysis Engine 6.1
*** member hot fixes that have been updated since the previously released hot fix (F6R006)
Software Component | Server | F6R001 HF1 | F6R002 HF2 | F6R003 HF3 | F6R004 HF4 | F6R005 HF5 | F6R006 HF6 | F6R007 HF7 |
---|---|---|---|---|---|---|---|---|
SAS FM Common Macros 6.1 | Batch Server (Unix) | - | - | - | I8K001 | - | I8K002 | - |
SAS FM Data Services 6.1 | Data Server (Unix) | G6C001 | - | - | G6C002 | - | G6C003 | - |
SAS FM Decision Engine 6.1 | Decision Server | F8Y001 | - | - | F8Y002 | F8Y003 | F8Y004 | - |
SAS FM Mid-Tier 6.1 | Midtier | F6S001 | F6S002 | F6S003 | F6S004 | F6S005 | F6S006 | F6S007 |
SAS FM Reporting History ETL Server Macros 6.1 | Batch Server (Unix) | - | - | - | I8L001 | I8L002 | I8L003 | - |
SAS FM System of Record DB Maintenance Macros 6.1 | Batch Server (Unix) | - | - | - | I8M001 | - | I8M002 | - |
SAS FM Transaction Extensions 6.1 | Decision Server (Unix), Rules Server (Unix) | F6T001 | - | - | F6T002 | F6T003 | F6T004 | - |
SAS Fraud Transactional Analysis Engine 6.1 | Transaction Analysis Server | F8Z001 | - | - | F8Z002 | F8Z003 | F8Z004 | - |
Before applying this hot fix, follow the instructions in SAS Note 35968 to generate a SAS Deployment Registry report on each server in your environment.
Commands to create the report:Two files are created: DeploymentRegistry.txt and DeploymentRegistry.html. Either of these files can be used to verify that the appropriate product releases are installed on your system. The release number information in the Deployment Registry report should match the 'member' release number provided above for the software components installed on each machine in your deployment. In addition, you can determine the current hot fix level by comparing the HOT FIX COMPONENT HISTORY chart above with the hot fix entries in the Deployment Registry report.
Backup the following on each Server:
For a detailed list of updated files, see the hot fix manifest. NOTE: The manifest is cumulative for all hot fixes for this release.
$ ./sas.servers stop
Hot Fix F6R007 must be installed on each machine where the updated components of the product, listed above, are installed.
The hot fix will be applied using the SAS Deployment Manager (SDM). By default, the SDM will search in the <SASHOME>/InstallMisc/HotFixes/New directory for hot fixes to be applied, but will also prompt for a location if you have downloaded hot fixes to a different directory. Do NOT extract the contents of F6R007pt.zip into the selected directory. The hot fix installation process will extract the contents as needed.
After copying F6R007pt.zip, follow the instructions for applying hot fixes in the SAS Deployment Wizard and SAS Deployment Manager 9.4: User's Guide.
For example:
$ export DISPLAY=<displayname>:0
From the SASDeploymentManager directory execute sasdm.sh
$ cd <SASHOME>/SASDeploymentManager/9.4
$ ./sasdm.sh
Important: The SAS Deployment Manager will present a screen with two options: "Apply SAS hot fix" and "Configure SAS hot fix" On this screen, you must ensure that the "Configure SAS hot fix" option is *not* selected before continuing.
Notes:
$ ./sasdm.sh -reinstallhotfix
$ ./sasdm.sh -alwaysoverwrite
The hot fix installation process generates the log file
<SASHOME>/InstallMisc/InstallLogs/IT_date-and-time-stamp.logFor example, IT_2021-05-28-11.00.31.log. Each attempt to apply a hot fix results in the creation of a new log file giving detailed information regarding the installation process.
Postexec log files are created after the installation is complete. These log files identify the files that were added, backed up, changed and removed. These log files include the 'member' hot fix id in the name of the file and are also written to the <SASHOME>/InstallMisc/InstallLogs directory. There is one postexec log for each 'member' hot fix applied (member hot fixes are listed at the top of these instructions).
This section describes custom steps that depend on the starting version of your system before this hot fix was installed. Locate your starting version in the first column of the table below and perform only those steps listed in the second column for that version.
Starting Version | Steps |
---|---|
6.1M0 (No Hot Fix) or 6.1M0 HF1 or 6.1M0 HF2 or 6.1M0 HF3 |
Steps for upgrade from base 6.1M0, HF1, HF2, HF3 to HF7
|
6.1M0 HF4 or 6.1M0 HF5 |
Steps for upgrade from HF4, HF5 to HF7
|
6.1M0 HF6 | Steps for upgrade from 6.1M0 HF6 to HF7
There are no custom steps for the server tier to upgrade from 6.1M0 HF6 to 6.1M0 HF7. |
Vendor | Database | Hot fix | Updates |
---|---|---|---|
PostgreSQL | MEH | HF1 | Authorizations are added to the static partition tables. |
Oracle | TDR | HF1 | Peformance improvements are made to the DECODE_BASE64_SIGNATURE function. |
Oracle | SOR | HF4 | Delete fmx_me_phone entry, loaded by default that is a space. |
PostgreSQL | SOR | HF4 |
|
PostgreSQL | TDR | HF4 | Support for SAMS for PostgreSQL. |
PostgreSQL DB2 Oracle |
SOR | HF6 | Support for 6000 rule slots. |
PostgreSQL DB2 Oracle |
TDR | HF6 | Support for 6000 rule slots. |
$ ./mehddl.sh preview
$ ./sorddl.sh preview
$ ./tdrddl.sh preview
$ ./mehddl.sh updateNotes:
$ ./sorddl.sh update
$ ./tdrddl.sh update
$ ./mehddl.sh clearCheckSums
$ ./sorddl.sh clearCheckSums
$ ./tdrddl.sh clearCheckSums
$ ./sas.servers start
IMPORTANT: Perform this step only if "SAS Fraud Management Mid-Tier" component was updated by a hot fix since your starting hot fix version.
$ export DISPLAY=<displayname>:0
From the SASDeploymentManager directory execute sasdm.sh, for example
$ cd <SASHOME>/SASDeploymentManager/9.4
$ ./sasdm.sh
$ export DISPLAY=<displayname>:0
From the SASDeploymentManager directory execute sasdm.sh, for example
$ cd <SASHOME>/SASDeploymentManager/9.4
$ ./sasdm.sh
See SAS 9.4 Intelligence Platform Middle-Tier Administration Guide for more details on deploying Web Applications.
Log in to the web application as a user with the privilege to deploy rules on the Console tab. Deploy all the existing rules files.
Run a new SAS Deployment Registry report following the same steps as in the PRE-INSTALLATION INSTRUCTIONS. The new report files will overwrite the existing ones. To retain the old files, save them to a new location or rename them before running the commands.
Please send a copy of the final Deployment Registry report to SAS Fraud Management support.
This completes the installation of hot fix F6R007 on Linux for x64.
Copyright 2019 SAS Institute Inc. All Rights Reserved.