| Installing Upgrading Designing Configuring Deploying Monitoring Administering Troubleshooting Reference JBI Components | |
| Close Print View | |
| Upgrading: Upgrading From Release 5.0.5 or Later to Release 6 |
|
The process to upgrade from release 5.0.5 and earlier to release 6 has changed considerably. With release 5.1.3 and before, you performed an in-place installation. Now, you install Java CAPS 6 into a new directory, export 5.1.3 and before Projects and Environments and then import them into release 6 using NetBeans IDE. There are two ways to export your old Projects and Environments and create an external file:
Use Enterprise Designer's export function
Use a command-line script
This topic provides instructions on how to successfully upgrade to release 6.
Before beginning the process of exporting Projects and Environments from prior releases of Java CAPS 5.1.0-5.1.3 or ICAN Suite 5.0.5, it is recommended that you acquaint yourself with the steps to complete the task in the appropriate eGate Integrator User's Guide.
See one of the following topics for instructions on how to complete an installation:
Using the Java CAPS 6 Installation GUI
Using the Java CAPS 6 Installation CLI
Tip - Before beginning an installation, ensure that you are familiar with the contents of Planning for Java CAPS Installation.
Record the settings for your Projects and Environments before exporting them. You will need this information when you reset the properties.
Note - You can also use a command-line script to create an external file. For instructions on how to perform this task using the command line, see To Upgrade Using the Command Line to Export Projects and Environments.
When exporting a Project, note that:
The exported Project may have references to elements that are in other Projects. A list of such references is generated during the export process.
Project deployment objects are not exported, because they have references to both Project and Environment elements that are not required at the Project level.
Tip - You can also export Projects or Environments using the command line. For instructions on how to perform this task, see To Upgrade Using the Command Line to Export Projects and Environments.
Note - If you do not have any existing Environments in your Repository, the Environment panes are empty.
Note - In this example we only selected a Project, so the Environment will not be mentioned in the remaining steps.
A file name has been created by adding the ZIP extension to the Project name.
Note - You can change the export file name.
The Export Manager dialog box reappears.
This process may take a few minutes. The Export Status message box appears after the file has been exported successfully.
The Import Manager dialog box appears.
The Project appears under Projects in the left pane.
You can export a Project, an Environment, or a Project and an Environment using a command-line script. Before beginning the process of exporting Projects and Environments from prior releases of Java CAPS 5.1.0-5.1.3 or ICAN Suite 5.0.5, it is recommended that you acquaint yourself with the steps to complete the task in the appropriate eGate Integrator User's Guide.
Location of Script File
JavaCAPS_install_dir\repository\util\exportProject.bat
or
JavaCAPS_install_dir/repository/util/exportProject.sh
Command Syntax
exportProject username password branch_name export_file project_name environment_name
where:
branch_name is the name of the Repository branch to contain the Project and/or Environment you are exporting.
export_file is the name and path for the archive file to contain the Project and/or Environment you are exporting.
project_name is the name of the Project you are exporting. You can export multiple Projects by listing them one after another, separated by a plus sign (+). If you do not export a Project, leave this parameter as an empty string ("").
environment_name is the name of the Environment you are exporting. You can export multiple Environments by listing them one after another, separated by a plus sign (+). If you do not export an Environment, leave this parameter as an empty string ("").
Note - The project_name and environment_name variables assume that the objects reside in the same repository directory as the script file you are using.
Caution - Project names should not include special characters such as a comma ( , ), single quote ( '), or double quote ( " ). If any of these characters are used, you must escape them when using the exportProject command-line tool.
See one of the following for instructions on how to complete an installation:
Using the Java CAPS 6 Installation GUI
Using the Java CAPS 6 Installation CLI
Tip - Before beginning an installation, ensure that you are familiar with the contents of Planning for Java CAPS Installation.
\repository\util.c:\project1export.zip, enter exportProject username password JavaCAPS_install_dir\project1export.zip myProject “ “.The Import Manager dialog box appears.
The Project appears under Projects in the left pane.