Problem Note 62943: An error occurs when you apply Hot Fix B5C004 or later to SAS® Infrastructure for Risk Management 3.4 and you then upgrade to release 3.5
The following error occurs when you apply Hot Fix B5C004 or later to SAS Infrastructure for Risk Management 3.4 and you then upgrade to release 3.5:
BUILD FAILED
SASHome/SASInfrastructureforRiskManagementServerConfiguration/3.5/Config/rmifirmmvac_config.xml:127: The following error occurred whileexecuting this line:
SASHome/SASInfrastructureforRiskManagementServerConfiguration/3.5/Config/rmifirmmvac_config.xml:1143: The following error occurred whileexecuting this line:
SASHome/SASDeploymentManager/9.4/products/cfgwizard__94514__prt__xx__sp0__1/Utilities/storageTasks.xml:802: org.postgresql.util.PSQLException:
ERROR: column "mv_names" of relation "data_obj" already exists
To work around this error:
- Locate the following lines in the irmMigrateDatabase_34_35.sql file, which resides in the SASHOME/SASInfrastructureforRiskManagementServerConfiguration/3.5/Config/Deployment/sql/ directory.
Add MV_NAMES, MV_VALUES column to DATA_OBJ
alter table DATA_OBJ add column MV_NAMES character varying(255);
alter table DATA_OBJ add column MV_VALUES character varying(255);
- Add comment delimiters (double hyphens) in front of the lines above, as shown here:
-- Add MV_NAMES, MV_VALUES column to DATA_OBJ
-- alter table DATA_OBJ add column MV_NAMES character varying(255);
-- alter table DATA_OBJ add column MV_VALUES character varying(255);
- Click Retry. The SAS® Deployment Wizard should then configure as expected.
Operating System and Release Information
SAS System | SAS Infrastructure for Risk Management | Linux for x64 | 3.5 | | 9.4 TS1M5 | |
Microsoft® Windows® for x64 | 3.5 | | 9.4 TS1M5 | |
*
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: | alert |
Date Modified: | 2018-09-18 14:12:03 |
Date Created: | 2018-09-18 10:31:08 |