SUPPORT / SAMPLES & SAS NOTES
 

Support

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

DetailsHotfixAboutRate It

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:

  1. 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);
  2. 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);
  3. Click Retry. The SAS® Deployment Wizard should then configure as expected.


Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Infrastructure for Risk ManagementLinux for x643.59.4 TS1M5
Microsoft® Windows® for x643.59.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.