Governance Manager Upgrade to 14.4 CP1 is failing on WAS
search cancel

Governance Manager Upgrade to 14.4 CP1 is failing on WAS

book

Article ID: 241932

calendar_today

Updated On:

Products

CA Identity Suite

Issue/Introduction

Receiving below errors while running upgrade script.

WASX7017E: Exception received while running file "upgradeGVM.py"; exception information: com.ibm.ws.scripting.ScriptingException: WASX7444E: Invalid parameter value "" for parameter "config id" on command "showAttribute"

WASX7017E: Exception received while running file "upgradeWorkpoint.py"; exception information: com.ibm.ws.scripting.ScriptingException: WASX7111E: Cannot find a match for supplied option: "[Workpoint Server Plus, META-INF/application.xml, rtJar]" for task "MapSharedLibForMod". The supplied option must match with the existing task data in the application and the existing task data are: "["Workpoint Services" META-INF/application.xml] ["Workpoint Services" wpServicesCore.war,WEB-INF/web.xml] ["Workpoint Management Console" wpConsoleLite.war,WEB-INF/web.xml] "

 

 

 

 

Environment

Release : 14.4

Component : GovernanceMinder(Role & Compliance Manager)

Operating System: RHEL 7

Application Server: 8.5.5.15

Database: Oracle 19c

Cause

Workpoint app name in the GVMDefaults.py file is still pointing to the old name.

The latest one should be as follows-

workpoint_App_Name="Workpoint Services"

while the one that currently has the below value-

workpoint_App_Name="Workpoint Server Plus"

 

 

 

 

Resolution

1) Modify  GVMDefaults.py to use 

workpoint_App_Name="Workpoint Services"

Instead of 

workpoint_App_Name="Workpoint Server Plus"

2) Rerun the UpgradeGVM script.