r5 - 2013-05-14 - 10:13:36 - Main.sbeardYou are here: TWiki >  Deployment Web > DeploymentTroubleshooting > UpgradeTroubleshooting > CLMUpgradeTroubleshooting > CLMUpgradeScripts > NonEnglishEnvironment

new.png RM_Upgrade.bat is terminated in Non-English environments

Authors: Upgrade Troubleshooting Team
Build basis: CLM 3.x and later

The RM_Upgrade.bat file may terminate upon initilization due to a mis-configuration in a non-english environment. The information contained on this page will help to bypass this behaviour.

Running rm_upgrade script

The rm_upgrade script upgrades Jazz Team Server version 3.0.1.x or 4.0.0.x to 4.0.1 or later. Here is an example on running rm_upgrade script on Windows and UNIX:

Example

Windows:

cd C:\Program Files\IBM\JazzTeamServer\Server\
upgrade\rm\rm_upgrade.bat -oldApplicationHome old_RM_install_dir\server\conf

UNIX:

cd opt/IBM/JazzTeamServer/Server/
./upgrade/rm/rm_upgrade.sh -oldApplicationHome old_RM_install_dir/server/conf

Symptom

The rm_upgrade.bat will be terminated without any error messages. Once the command is initialized, the command window will be closed out immediately. However, there is no problem to run jts_upgrade.bat, ccm_upgrade.bat and qm_upgrade.bat.

Resolution

The parameter -oldJTSContextRoot is set incorrectly for Non-English environment. You can resolve this issue by setting parameter -oldJTSContextRoot to jts.

A working example with correct parameters is shown below for Windows and UNIX.

Example

Windows:

cd C:\Program Files\IBM\JazzTeamServer\Server\
upgrade\rm\rm_upgrade.bat -oldApplicationHome old_RM_install_dir\server\conf -oldJTSContextRoot=jts -newJTSContextRoot=jts

UNIX:

cd opt/IBM/JazzTeamServer/Server/
./upgrade/rm/rm_upgrade.sh -oldApplicationHome old_RM_install_dir/server/conf -oldJTSContextRoot=jts -newJTSContextRoot=jts

Related topics: DeploymentTroubleshooting

External links:

  • None

Additional contributors: WilliamChen, BrettBohnn

Edit | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r5 < r4 < r3 < r2 < r1 | More topic actions
Deployment.NonEnglishEnvironment moved from Deployment.NonEnglishEnvironments on 2013-05-08 - 01:25 by Main.wbchen -
 
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Contributions are governed by our Terms of Use. Please read the following disclaimer.