Upgrading to Version 1.0.0.1

To upgrade an existing installation, use the IBM® Installation Manager updater or the download package, and migrate your repository data.

Before you begin

If you want to upgrade your installation by using the installation package, download the package from https://jazz.net. To perform the download, you must register and obtain a username and password from https://jazz.net.

Procedure

  1. Stop the Jazz™ Team Server.
  2. Export the database by using repotools.bat. In the command prompt window, change the directory to JazzInstallDir/server. Type the following command:
    repotools.bat -export toFile=./file_name.tar
  3. Update the installation by using either of the following options:
    1. To update the installation by using the Installation Manager update option:
      1. Start Installation Manager. Click Update.
      2. Select the Jazz Team Server instance on which Rational® Project Conductor is installed. Click Next. Installation Manager searches for and displays the available updates.
      3. Click Update. A message confirms the completion of the process.
    2. To update the installation by using the download package:
      1. Extract the contents of the upgrade package to a folder in your computer, or at a shared location.
      2. Start Installation Manager. Click File > Preferences.
      3. In the left menu bar, ensure that Repositories is selected. Click Add Repository, and specify the repository location as Upgrade folder location/disk1/diskTag.inf. For example, C:/Documents and Settings/User name/My Documents/ProductRelease_nn/disk1/diskTag.inf. Click OK. Close the Preferences window.
      4. In Installation Manager, click Update .
      5. On the Update Package page, select the existing package group name, and click Next, and then click Update. A message confirms the completion of the process
  4. From the JazzInstallDir/repotools/eclipse/configuration directory, remove the folders org.*. There will be multiple folders for deletion.
  5. Import the repository data from the exported file using repotools. In the command prompt window, change the directory to JazzInstallDir/server. Type the following command:
    repotools -import fromFile=./file_name.tar
    At the prompt for whether you want to drop the existing database and overwrite it, click Yes. A message confirms the successful completion of the process.
  6. Clear the server cache.
    • On Tomcat, delete the folder catalina from the path JazzInstallDir/server/tomcat/work
    • On WebSphere Application Server, rom the path WASInstallDir/profiles/AppSrv01, delete the folders temp and wstemp. On Windows, also clear the contents of the directory location C:\Documents and Settings\<User name>\Local Settings\Application Data\IBM\IBM Information Server console\
  7. Start the Jazz Team Server.

Feedback