Incorrect command for ccm upgrade from 3.x to 4.x
IBM Help command to upgrade ccm:
To upgrade Change and Configuration Management application, open a command prompt, go to the CCM_4.0_install_dir\server directory, and run the following command:
upgrade\ccm\ccm_upgrade.bat -oldApplicationHome CCM_3.0.1_install_dir\server\conf -newJTSHome JTS_4.0_install_dir\server\conf -oldJTSHome JTS_3.0.1_install_dir\server\conf
Actual output:
C:\IBM\JazzTeamServer4\server>upgrade\ccm\ccm_upgrade.bat -oldApplicationHome "c:\Program Files (x86)\ibm\JazzTeamServer\server\conf" -newJTSHome c:\ibm\JazzTea
mServer4\server\conf -oldJTSHome "c:\Program Files (x86)\ibm\JazzTeamServer\server\conf"
-oldJTSHome is an unknown parameter.
Use -help for a complete description of parameters.
Just completed a successful JTS upgrade.
To upgrade Change and Configuration Management application, open a command prompt, go to the CCM_4.0_install_dir\server directory, and run the following command:
upgrade\ccm\ccm_upgrade.bat -oldApplicationHome CCM_3.0.1_install_dir\server\conf -newJTSHome JTS_4.0_install_dir\server\conf -oldJTSHome JTS_3.0.1_install_dir\server\conf
Actual output:
C:\IBM\JazzTeamServer4\server>upgrade\ccm\ccm_upgrade.bat -oldApplicationHome "c:\Program Files (x86)\ibm\JazzTeamServer\server\conf" -newJTSHome c:\ibm\JazzTea
mServer4\server\conf -oldJTSHome "c:\Program Files (x86)\ibm\JazzTeamServer\server\conf"
-oldJTSHome is an unknown parameter.
Use -help for a complete description of parameters.
Just completed a successful JTS upgrade.
Accepted answer
Hello Sterling.
Thanks. A colleague of mine caught that recently and opened this workitem https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/214864 so we are addressing it in the next revision of the infocenter.
The -oldJTSHome parameter is supported as part of the rm_upgrade script. It is used to upgrade RM in distributed environments where RM and JTS are not installed on the same app server. By default, the oldJTSHome parameter is derived from the oldApplicationHome parameter value.
Thanks. A colleague of mine caught that recently and opened this workitem https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/214864 so we are addressing it in the next revision of the infocenter.
The -oldJTSHome parameter is supported as part of the rm_upgrade script. It is used to upgrade RM in distributed environments where RM and JTS are not installed on the same app server. By default, the oldJTSHome parameter is derived from the oldApplicationHome parameter value.