Installation Note 47780: PURGE_ORDER seed values are incorrect
When you install the SAS® Revenue Optimization Suite, the DI_DM2.PURGE_QUERY table is populated with default values. The default PURGE_ORDER values for the GEO_PROD and GEO_PROD_STATUS tables are incorrect.
To correct the PURGE_ORDER values, run the following PROC SQL code in a SAS session where the SAS® Merchandise Intelligence libraries have been allocated:
proc sql;
update di_dm2.purge_query
set purge_order = 12
where table_nm = 'GEO_PROD';
update di_dm2.purge_query
set purge_order = 13
where table_nm = 'GEO_PROD_STATUS';
quit;
run;
Operating System and Release Information
SAS System | SAS Markdown Optimization | Microsoft® Windows® for x64 | 5.2 | 5.2_M1 | 9.3 TS1M1 | 9.3 TS1M2 |
Linux for x64 | 5.2 | 5.2_M1 | 9.3 TS1M1 | 9.3 TS1M2 |
SAS System | SAS Promotion Optimization | Microsoft® Windows® for x64 | 5.2 | 5.2_M1 | 9.3 TS1M1 | 9.3 TS1M2 |
Linux for x64 | 5.2 | 5.2_M1 | 9.3 TS1M1 | 9.3 TS1M2 |
SAS System | SAS Regular Price Optimization | Microsoft® Windows® for x64 | 5.2 | 5.2_M1 | 9.3 TS1M1 | 9.3 TS1M2 |
Linux for x64 | 5.2 | 5.2_M1 | 9.3 TS1M1 | 9.3 TS1M2 |
SAS System | SAS Retail Forecasting | Microsoft® Windows® for x64 | 5.2 | 5.2_M1 | 9.3 TS1M1 | 9.3 TS1M2 |
Linux for x64 | 5.2 | 5.2_M1 | 9.3 TS1M1 | 9.3 TS1M2 |
*
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: | Installation Note |
Priority: | high |
Date Modified: | 2012-09-04 12:36:45 |
Date Created: | 2012-09-04 11:55:47 |