Hot fix P20030 addresses the issue(s) in SAS Revenue Optimization 5.2_M4 as documented
in the Issue(s) Addressed section of the hot fix download page:
http://ftp.sas.com/techsup/download/hotfix/HF2/P20.html#P20030
P20030 is a "container" hot fix that contains the following "member" hot fixes which will update the software components
as needed.
P23031 updates SAS Merchandise Intelligence Client 5.21_M4
P28031 updates SAS Merchandise Intelligence Grid Server 5.21_M4
P24031 updates SAS Merchandise Intelligence Mid-Tier 5.21_M4
P25031 updates SAS Merchandise Intelligence Plug-in for SAS Management Console 5.21_M4
P68020 updates SAS Merchandise Intelligence Server 5.21_M4
P26031 updates SAS Merchandise Intelligence Workbench Server 5.21_M4
P27031 updates SAS Merchandise Solutions Configuration Workbench 5.21_M4
P52002 updates SAS Regular Price Optimization 5.2_M4
P22023 updates SAS Revenue Optimization Server 5.2_M4
Before applying this hot fix, follow the instructions in SAS Note 35968 to
generate a SAS Deployment Registry report, then verify that the appropriate product releases are installed on your system. The
release number information in the Registry report should match the 'member' release number information provided above for the
software components installed on each machine in your deployment.
The hot fix downloaded, P20030pt.zip, includes the updates required for all components listed above on all applicable operating systems. To apply this hot fix on multiple machines, you can either save P20030pt.zip on each machine or save it in a network location that is accessible to all machines.
Do NOT extract the contents of P20030pt.zip. The hot fix installation process will extract the contents as needed.
The hot fix will be applied using the SAS Deployment Manager. By default, the SAS Deployment Manager 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.
After downloading P20030pt.zip, follow the instructions for applying hot fixes in the SAS Deployment Wizard and SAS Deployment Manager 9.3: User’s Guide.
The hot fix installation process generates the log file
<!SASHOME>/InstallMisc/InstallLogs/IT_date-and-time-stamp.logfor example, IT_2011-10-31-13.18.21.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 completed and identifies 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).
The content of this hot fix is listed in the hot fix manifest.
For each product installed, click the link to be redirected to post-installation instructions.
P23031 updates SAS Merchandise Intelligence Client 5.21_M4
P28031 updates SAS Merchandise Intelligence Grid Server 5.21_M4
P24031 updates SAS Merchandise Intelligence Mid-Tier 5.21_M4
P25031 updates SAS Merchandise Intelligence Plug-in for SAS Management Console 5.21_M4
P68020 updates SAS Merchandise Intelligence Server 5.21_M4
P26031 updates SAS Merchandise Intelligence Workbench Server 5.21_M4
P27031 updates SAS Merchandise Solutions Configuration Workbench 5.21_M4
P52002 updates SAS Regular Price Optimization 5.2_M4
P22023 updates SAS Revenue Optimization Server 5.2_M4
P23031 updates SAS Merchandise Intelligence Client 5.21_M4
P27031 updates SAS Merchandise Solutions Configuration Workbench 5.21_M4
P28031 updates SAS Merchandise Intelligence Grid Server 5.21_M4
NONE
P24031 updates SAS Merchandise Intelligence Mid-Tier 5.21_M4
Delete
<SASHOME>/SASVersionedJarRepository/eclipse/com.sas.app.launcher.cacheFile
Note: In order for this step to execute correctly, the Metadata Server must be running.
Re-build the Merchandise Intelligence Mid-Tier 5.2 Web application as instructed here:
SAS(R) 9.3 Intelligence Platform: Middle-Tier Administration Guide
Note: Select Merchandise Intell Mid-Tier 5.2 Web Applications to Rebuild
This process will update the SAS Merchandise Intelligence Mid-Tier 5.2 ear in
<CONFIGDIR>/Lev1/Web/StagingA backup of the original ear file will be placed in the Backup directory.
Step 3: Re-deploy Web Applications
Re-deploy the Merchandise Intell Mid-Tier 5.2 Web application (only). Re-deploy the
SAS Web Applications as instructed here:
SAS(R) 9.3 Intelligence Platform: Middle-Tier Administration Guide
Step 4: Stop and restart the Web application server.
P25031 updates SAS Merchandise Intelligence Plug-in for SAS Management Console 5.21_M4
NONE
P68020 updates SAS Merchandise Intelligence Server 5.21_M4
Please query the Oracle table DI_TRANS.RDBMS_DM_CHANGE_MANAGEMENT to see if CHANGE_ID = ‘S1136150’ has already been applied.
If it has not been applied a query for that CHANGE_ID will return zero rows. If CHANGE_ID 1336150 has not been applied and if
the Oracle table RPP_VENDOR_DEAL already has an index named RPP_VENDOR_DEAL_IX5 in your environment please remove it. This will
allow the update_datamart.sh script to run successfully. To remove the index, you can do so with the following code run in a SAS
session where the SAS Merchandise Intelligence libraries are allocated:
proc sql noprint;
drop index RPP_VENDOR_DEAL_IX5 on DI_TRANS.RPP_VENDOR_DEAL;
quit;
This hot fix makes the following schema changes.
RDBMS changes:
Add new indexes:
• ‘RPP_VENDOR_DEAL_IX5’ on table RPP_VENDOR_DEAL (abs(PLAN_SK))
• ‘PKO_PROD_HIER_IX8’ on table PKO_PRODUCT_HIER_ASSOC_DM (PROD_HIER_ASSOC_CD, PARENT_PROD_LVL, PROD_HIER_SK)
• ‘PKO_PROD_HIER_IX10’ on table PKO_PRODUCT_HIER_ASSOC_DM (PROD_HIER_ASSOC_CD, PARENT_PROD_HIER_SK, PROD_LVL, PROD_HIER_SK)
Add a new spec ‘im_instore_maxlimit’ in PRF_CONFIG.
MAX_ALERT_BATCH_SIZE , should be also checked in DI_DM2.Global_setting_group_member and DI_DM2. Global_setting_details
Add new indexes :
• ‘MPLN_GPA_IX2’ on table MPLN_GEO_PROD_AGG (MDO_PLAN_SK, PROD_HIER_SK, GEO_HIER_SK)
• ‘MPLN_GPA_IX3’ on table MPLN_GEO_PROD_AGG (PROD_HIER_SK, MDO_PLAN_SK, GEO_HIER_SK)
Note:
Before executing the update_datamart.sh script, please check if these indexes (MPLN_GPA_IX2 & MPLN_GPA_IX3) already exist :
• If the same indexes are already present in the schema with same name delete them before running the update_datamart.sh
• If different indexes (created by the customer) are present in the schema with same name rename them before running the update_datamart.sh
Add new column CREATED_BY (VARCHAR(40)) to the following tables :
• ATTR_SPEC
• DATA_CONFIG
• DATA_CONFIG_TEMPLATE
• GLOBAL_GEO_PROD_STATUS_RULE
• GLOBAL_GEO_PROD_STATUS_SPEC
• MODEL_GEO_PROD_STATUS_RULE
• MODEL_GEO_PROD_STATUS_SPEC
• MODEL_SPEC
• MODEL_SPEC_TEMPLATE
• PRF_GEO_PROD_STATUS_SPEC
SAS changes:
Add new global settings :
• INDEPENDENT_BATCH_PREP
• MUST_MEET_SKU_MIN
• DEDUPE_MULTIPLE_BULK_PACKS
• PROMO_MIX_BLEND_CALC_TYPE
A new record for SPEC_NM = MAX_ALERT_BATCH_SIZE is added to global settings
A new global setting is added in the schema - MDO_ACTUALS_USE_END_WEEK. Please
execute update_datamart.sh to add the new global setting.
Note: For details on the INDEPENDENT_BATCH_PREP global setting, see the Administrator’s Guide Errata document.
Add the parameter ETLP_POS_ENABLE in JOB_PARAM
Add new indexes :
• PROD_HIER_IX8 on table PRODUCT_HIER_ASSOC_DM (PROD_HIER_ASSOC_CD,PARENT_PROD_LVL, PROD_HIER_SK)
• PROD_HIER_IX10 on table PRODUCT_HIER_ASSOC_DM (PROD_HIER_ASSOC_CD, PARENT_PROD_HIER_SK, PROD_LVL, PROD_HIER_SK)
After applying this hotfix '|' is the separator for entries in the following three tables.
• pricing_relation.attr_value_list1
• pricing_relation.attr_value_list2
• pricing_reln_match_attr.match_attr_value_list
After installation of HF the following macro needs to be executed to convert existing data (the macro will replace the ',' in attribute values with '|').
New Customers that have no data do not need to run the script.
• %di_util_update_pricing_reln_attr(src_delim=%str(,),tgt_delim=%str(|));
Add new column CREATED_BY (VARCHAR(40)) to the following tables :
• PRODUCT_CROSS_EFFECT_SPEC
• VEHICLE_SUPPORT_MAP
• VEHICLE_SUPPORT_MAP_PREV
• MODEL_SPEC_PREV
• ATTR_SPEC_PREV
P26031 updates SAS Merchandise Intelligence Workbench Server 5.21_M4
NONE
P52002 updates SAS Regular Price Optimization 5.2_M4
NONE
P22023 updates SAS Revenue Optimization Server 5.2_M4
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 P20030 on Linux for x64.
Copyright 2018 SAS Institute Inc. All Rights Reserved.