Problem Note 35970: Optimization might fail due to a missing INT value in the price promo elasticity table
If you are optimizing plans in SAS® Revenue Optimization Suite, plans might fail optimization due to missing INT values in the price promo elasticity table.
To determine whether this is the cause of the optimization error, run the following code to extract the price promo elasticity table. Replace the prod_hier_sk and geo_hier_sk values 1111, 1123, and 89 with the prod_hier_sk and geo_hier_sk values for the plan that you are optimizing.
proc printto log="location where you want the log to be written"
new;
quit;
%let syscc=0;
data gp_filter;
set diconcat.model_geo_prod;
where prod_hier_sk in (1111, 1123) and geo_hier_sk in (89);
run;
%di_dm_forecast_extract( data_lib= diconcat,
process_lib= work,
gp_filter_table= gp_filter,
_base_forecast_table = bf,
_sales_forecast_table= sf,
_price_promo_elasticity_table= ppe);
Open the ppe table. If the INT values are missing, then this problem occurred.
Select the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | SAS Markdown Optimization | Microsoft Windows 2000 Advanced Server | 3.2 | 4.2 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Datacenter Server | 3.2 | 4.2 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Server | 3.2 | 4.2 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Professional | 3.2 | 4.2 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows NT Workstation | 3.2 | 4.2 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows Server 2003 Datacenter Edition | 3.2 | 4.2 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows Server 2003 Enterprise Edition | 3.2 | 4.2 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows Server 2003 Standard Edition | 3.2 | 4.2 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows XP Professional | 3.2 | 4.2 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Windows Vista | 3.2 | 4.2 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
64-bit Enabled AIX | 3.2 | 4.2 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
*
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: | Problem Note |
Priority: | high |
Date Modified: | 2009-05-26 08:33:49 |
Date Created: | 2009-05-19 14:43:00 |