It's all about the answers!

Ask a question

Incorrect command for ccm upgrade from 3.x to 4.x


Sterling Ferguson-II (1.6k8279269) | asked Jun 25 '12, 4:49 p.m.
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.

Accepted answer


permanent link
Rosa Naranjo (2.9k11623) | answered Jun 25 '12, 4:57 p.m.
FORUM MODERATOR / JAZZ DEVELOPER
edited Jun 26 '12, 11:53 a.m.
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.


Sterling Ferguson-II selected this answer as the correct answer

One other answer



permanent link
Karl Weinert (2.0k52736) | answered Jun 26 '12, 8:55 a.m.
JAZZ DEVELOPER
Just an additional note this switch is available in the rm_upgrade.bat file

Your answer


Register or to post your answer.