Hot fix D81022 addresses the issue(s) in SAS Merchandise Intelligence 4.2_M2 on 64-bit Enabled AIX as documented
in the Issue(s) Addressed section of the hot fix download page:
http://ftp.sas.com/techsup/download/hotfix/HF2/D81.html#D81022
D81022 is a "container" hot fix that contains the following "member" hot fixes which will update the software components
as indicated. See the Container Hot Fixes section in the
Maintenance Install Tool (MIT) Usage Guide
for more information about container hot fixes.
D86013 for SAS Merchandise Intelligence Client 4.2_M2
D83014 for SAS Merchandise Intelligence Mid-Tier 4.2_M2
D85013 for SAS Merchandise Intelligence Plug-in for SAS Management Console 4.2_M2
D82019 for SAS Merchandise Intelligence Server 4.2_M1
D84013 for SAS Merchandise Solutions Configuration Workbench 4.2_M2
E28006 for SAS Pack Optimization Server 2.2_M1
D87008 for SAS Promotion Optimization 4.2_M1
E62007 for SAS Regular Price Optimization 4.2_M1
D88004 for SAS Size Profiling 2.2_M1
If the updated components of this product are installed on multiple operating systems, you must download the hot fix for the appropriate operating system(s) and follow the installation instructions provided to complete the deployment of this hot fix.
The installer downloaded is D81022r6.bin.
When downloading SAS 9.2 hot fix packages, you must choose to Save the hot fix to disk, then execute the install from the saved location. Attempting to install a hot fix directly from the download page results in the error documented in SAS Note 37104.
To install the hot fix:
1. Verify that the installation binary has execute permission. If it does not, use the chmod command to make it executable.
$> chmod 755 D81022r6.bin2. Set your $DISPLAY environment variable
export DISPLAY=<your_node_name>:03. Execute D81022r6.bin
<path_to_downloaded_file>/D81022r6.binFor example:
./D81022r6.bin
See the Maintenance Install Tool (MIT) Usage Guide for more details on the installation of hot fixes.
The content of this hot fix is listed in the hot fix manifest.
This completes the installation of D81022. You must perform any "Post-Installation Instructions" documented below
to successfully complete the deployment of this hot fix.
For each product installed, click the link to be redirected to post-installation instructions.
D86013 for SAS Merchandise Intelligence Client 4.2_M2
D83014 for SAS Merchandise Intelligence Mid-Tier 4.2_M2
D85013 for SAS Merchandise Intelligence Plug-in for SAS Management Console 4.2_M2
D82019 for SAS Merchandise Intelligence Server 4.2_M1
D84013 for SAS Merchandise Solutions Configuration Workbench 4.2_M2
E28006 for SAS Pack Optimization Server 2.2_M1
D87008 for SAS Promotion Optimization 4.2_M1
E62007 for SAS Regular Price Optimization 4.2_M1
D88004 for SAS Size Profiling 2.2_M1
D86013 for SAS Merchandise Intelligence Client 4.2_M2
Updates to SAS Merchandise Intelligence Client machines are also required.
Since this component can only be installed on Windows and Windows for x64, you must download
D81022 for Windows and apply
the hot fix per the installation instructions provided.
D83014 for SAS Merchandise Intelligence Mid-Tier 4.2_M2
Updates to the SAS Merchandise Intelligence Mid-Tier provided in this hot fix require that the
Web Application be rebuilt and redeployed.
If this component is installed on AIX, follow the steps below to
rebuild and redeploy the web application:
Re-build Web Application
In order for this step to execute correctly, the Metadata Server must be running.
1. Set the DISPLAY environment variable, for example
$ export DISPLAY=:0
2. Invoke the SAS Deployment Manager 9.2
From the SASDeploymentManager directory execute config.sh, for example
$ cd <SASHOME>/SASDeploymentManager/9.2
$ ./config.sh
3. Select a language in the Choose Language box
4. Select Rebuild Web Applications
5. Select Configuration Directory or Enter the Configuration Directory and Level that needs to be updated
6. Specify Connection Information, including the sasadm User ID and Password
7. Select SAS Merchandise Intelligence Mid-Tier 4.2 as the Web Application to Rebuild
8. Verify the information on the Summary screen and select Start
9. Select Finish when the deployment is complete
This process will update the SAS Merchandise Intelligence Mid-Tier 4.2 ear in
<SASCONFIGDIR>/Lev1/Web/StagingA backup of the original ear file will be placed in the directory
<SASCONFIGDIR>/Lev1/Web/Staging/Backup
1. Re-deploy the SAS Merchandise Intelligence Mid-Tier 4.2 web application (only). Details are provided at
Note: Select sas.miserver4.2.ear when re-deploying the web application.2. Stop and restart the Web application server.
Note for WebLogic: If the SAS Merchandise Intelligence Mid-Tier is not started automatically after following the instructions in the link above, you will need to manually start it from the WebLogic Admin Console.
Alternative Method: The SAS Merchandise Intelligence Mid-Tier can be re-deployed to WebLogic using
the following steps. The equivalent steps for WebSphere are documented in the Replace the entire application
method in the detailed document link above.
1. Ensure all the services are running, including WebLogic Admin Console and Managed Server, i.e. SASServer1.
2. Login to WebLogic Admin Console.
3. Click on Lock and Edit.
4. Select the sas.miserver4.2 ear and click on the Update button.
5. Accept the default path and click on OK.
6. Click on the Activate changes button.
The web application server does not need to be restarted after using the alternative method. The
Activate changes step will restart the SAS Merchandise Intelligence Mid-Tier internally.
SAS REVENUE OPTIMIZATION ONLY: UPDATE DAV CONTENT
If you have a new install or have NOT already applied Hot Fix 4 or 5 (D81006), do the following:
Note: To use DAVTree on UNIX, you must have a graphical interface.
If you do not have a graphical interface, use a UNIX command line tool that supports
upload to WebDAV. For example, use DAVExplorer instead of DAVTree to perform the following steps.
If you have performed XML configuration modifications to rpp-vendor-spreadsheet-forms.xml that are currently stored on a DAV server and you have your own template xls files, then perform the following steps:
D85013 for SAS Merchandise Intelligence Plug-in for SAS Management Console 4.2_M2
Since this component can only be installed on Windows and Windows for x64, you must download
D81022 for Windows and apply
the hot fix per the installation instructions provided.
D82019 for SAS Merchandise Intelligence Server 4.2_M1
FOR SAS REVENUE OPTMIZATION ONLY, NEW OPTIONAL ARGUMENT FOR DI_JOB_RO
For information about the new enable_chain_effect argument for di_job_ro, refer to
the Errata of the SAS Revenue Optimization Administrator’s Guide.
FOR SAS REVENUE OPTMIZATION ONLY, ADD THE NEW DI_EXPORT_SALES_FORECAST JOB PARAMETER TO THE JOB_PARAM TABLE IN THE DI_MON LIBRARY
If you did not add the new parameter in a previous hot fix, add the following
DI_EXPORT_SALES_FORECAST job parameter to the JOB_PARAM table:
proc sql noprint; DELETE FROM di_mon.job_param where jobname = ‘<JOB_NAME>’ and param_name='<PARAM_NAME>’; Insert into di_mon.job_param (jobname, param_name, param_value, default_func) values("<JOB_NAME>", "<PARAM_NAME>","<PARAM_VALUE>",'"<PARAM_DEFAULT>"') ; quit;
proc sql noprint; DELETE FROM di_mon.job_param where jobname = 'DI_EXPORT_SALES_FORECAST' and param_name='etlp_daily_model'; Insert into di_mon.job_param (jobname, param_name, param_value, default_func) values("DI_EXPORT_SALES_FORECAST", "etlp_daily_model","1",'"1"') ; quit;
Run alter_m1mi42_sas_hf1.sas Run alter_m1mi42_sas_hf2.sas Run alter_m1mi42_sas_hf4.sas Run alter_m1mi42_sas_hf8.sas
FOR SAS PROMOTION OPTIMIZATION ONLY, POPULATE THE STG_PROMO_SALES STAGING TABLE
For SAS Promotion Optimization, the AVG_COST information in the STG_PROMOTION_SALES table is now required and
you must source this staging table. Refer to the Predeployment Guide and associated Errata for details about
the STG_PROMOTION_SALES table.
FOR SIZE OPTIMIZATION ONLY, RUN DATABASE COMMAND
If you did not run this command in a previous hot fix release, run the following against your DB2 or Oracle database:
delete from PROFILE_LOOKUP_STAT where NUM_PROFILE_LOOKUP is null;
UPDATE THE MESSSAGE FILE
If you did not update the message file in a previous hot fix release, perform this step.
The seed_process_message.properties file is located in the following directories:
/!SASROOT/misc/di/seed/en
DB2
From the DB2 Command Editor or command prompt (connected to the DI_DM schema), run the following:
Note: If you are running from a UNIX DB2 command prompt, enter the following LOAD command without any line breaks or new lines.
LOAD client from '
DEL modified by codepage=1208 coldel=
REPLACE INTO PROCESS_MESSAGE (MESSAGE_SK, MESSAGE_TEXT);
Oracle
The load_process_message_orcl.ctl message file is located in the following directory:
UNIX, /!SASROOT/misc/di/seed/
Load the message table as follows:
* Log in as di_dm to run the script.
* If you are running the script as the SYSTEM user, to qualify the schema for
process_message edit the script and add di_dm before process_message in the following line:
replace into table di_dm.process_message
sqlldr <database-login-info>
control=<path-to-seed-folder>/load_process_message_orcl.ctl
For example:
sqlldr di_dm/Password@CMDM control=/users/sas/SASFoundation/9.2/misc/di/seed/load_process_message_orcl.ctl
RUN DATABASE ALTER SCRIPTS
Locate the .sql alter script in the following directory:
!SASROOT/misc/di/dbmsc
If you have already applied Hot Fix 6 (D81006) or higher, there are no database scripts to run.
If you have NOT already applied Hot Fix 6 (D81006):
alter_m1mi42_db2_hf6.sql or alter_m1mi42_orcl_hf6.sql
If you have a new install or have NOT already applied Hot Fix 2 (D81002), Hot Fix 6 (D81006), and Hof Fix 8(D81008):
alter_m1mi42_db2_hf2.sql or alter_m1mi42_orcl_hf2.sql
alter_m1mi42_db2_hf6.sql or alter_m1mi42_orcl_hf6.sql
DB2
On the SAS Server machine, locate and run the appropriate scripts for updating DB2 tables.
Uncomment the following lines and substitute appropriate values for DB_NAME, USER_NAME
(for example, DI_DM), PASSWORD, and SCHEMA.
-- CONNECT TO DB_NAME USER USER_NAME USING PASSWORD;
-- SET CURRENT SCHEMA = schema_name;
Oracle
On the SAS Server machine, locate and run the appropriate scripts for updating Oracle tables
-- SET DEFINE OFF
-- alter session set nls_date_format = 'YYYY-MM-DD HH24:MI:SS';
-- alter session set current_schema = schema_name;
FOR SIZE OPTIMIZATION ONLY, DROP AND RECREATE SEQUENCE KEYS
If you did not perform this step in the D81008 hot fix installation,
drop and recreate the SEQ_PKO_PSS_REQUESTID and SEQ_BUY_SK sequence keys.
When you recreate the sequence keys, ensure that their maximum and minimum values do not overlap.
For SEQ_PKO_PSS_REQUESTID, you must find the highest REQUEST_ID in the REQUEST table
and recreate SEQ_PKO_PSS_REQUESTID with a higher starting sequence. For example:
DROP SEQUENCE SEQ_PKO_PSS_REQUESTID;
CREATE SEQUENCE SEQ_PKO_PSS_REQUESTID
START WITH 1000000000 CYCLE
MAXVALUE 1147483647
MINVALUE 1000000000
SEQUENCE SEQ_BUY_SK
For SEQ_BUY_SK, you can drop and recreate as follows:
DROP SEQUENCE SEQ_BUY_SK;
CREATE SEQUENCE SEQ_BUY_SK
START WITH 1148000000
CYCLE
MAXVALUE 2147483647
MINVALUE 1148000000
RUN SAS ALTER SCRIPTS
Locate the .sas alter scripts in the following directory:
!SASROOT/misc/di/dbmsc
Edit each of the following scripts that you are required to run:
a. Remove the comment in front of the macro call.
b. Examine the macro call and the parameters supplied in each script. Unless the user has
deviated from default behavior, the macro call need not be changed.
For example:
%alter_m1mi42_sas_hf*(LIBREF=DI_DATA,DTTMFMT=DATETIME21., DTFMT=DATE9.);
If you have already applied Hot Fix 8 (D81008), or higher, there are no scripts to run.
If you have already applied Hot Fix 4 (D81004):
Run alter_m1mi42_sas_hf8.sas
%let LIBREF = DI_DM;
%include "/alter_m1mi42_sas_hf8.sas";
If you have NOT already applied Hot Fix 4 (D81004):
1. Run alter_m1mi42_sas_hf4.sas
%let LIBREF = DI_DM;
%include "/alter_m1mi42_sas_hf4.sas";
2. Run alter_m1mi42_sas_hf8.sas
%let LIBREF = DI_DM;
%include "/alter_m1mi42_sas_hf8.sas";
If you are a new deployment or have NOT applied Hot Fix 1 (D81001),
Hot Fix 2 (D81002), Hot Fix 4 (D81004), and Hot Fix 8 (D81008):
%let LIBREF = DI_DM;
%include "/alter_m1mi42_sas_hf1.sas";
Note:
Please ignore the following error:
ERROR: Add/Update failed for data set DI_DATA.GLOBAL_SETTING
because data value(s) do not comply with integrity constraint PRIM_KEY.
%let LIBREF = DI_DM;
%include "/alter_m1mi42_sas_hf2.sas";
Note:
Ignore the following compilation time warning because the macro name
and mend name don’t match:
WARNING: Extraneous information on %MEND statement ignored for macro definition
ALTER_M1MI42_SAS_HF2.
%let LIBREF = DI_DM;
%include "/alter_m1mi42_sas_hf4.sas";
%let LIBREF = DI_DM;
%include "/alter_m1mi42_sas_hf8.sas";
D84013 for SAS Merchandise Solutions Configuration Workbench 4.2_M2
Updates to Merchandise Solutions Configuration Workbench machines are also required.
Since this component can only be installed on Windows and Windows for x64, you must download
D81012 for Windows and apply
the hot fix per the installation instructions provided.
E28006 for SAS Pack Optimization Server 2.2_M1
NONE
D87008 for SAS Promotion Optimization 4.2_M1
NONE
E62007 for SAS Regular Price Optimization 4.2_M1
NONE
D88004 for SAS Size Profiling 2.2_M1
NONE
After completing all of the post-install sections above, run your weekly ETL and back-end jobs.
This completes the installation of hot fix D81022 on 64-bit Enabled AIX.