Skip to Content

Upgrade from Jitterbit v5.x to Harmony

Introduction

Warning

Jitterbit version 5.x is the legacy Jitterbit product. Jitterbit strongly recommends that all customers upgrade to Harmony. For more information, see Get Started.

Note

This process is for upgrading Jitterbit version 5.x to Harmony using Design Studio. Design Studio includes tools to help you convert your 5.x projects to Harmony projects.

Harmony is the latest release in Jitterbit's history to simplify and accelerate enterprise integration. Harmony includes powerful new features for designing, deploying, and managing integrations for the modern enterprise.

This page covers all necessary tasks for upgrading your version 5.x projects to Harmony. For an overview of all the components of Harmony, see the Jitterbit Security and Architecture White Paper.

Get Started with Harmony

See the Get Started page for information on registering for Harmony, inviting team members, and a summary of how to set up environments and Agent Groups.

Upgrading the Design Application to Harmony

Harmony Design Studio must be used for upgrading your 5.x projects to Harmony. The Harmony Design Studio includes tools to help you convert your 5.x projects to Harmony projects.

If you do not need to upgrade your existing 5.x projects, another option is using our web-based Cloud Studio project designer to rebuild your projects from scratch.

Harmony Design Studio is available for download from the Harmony Portal:

  1. Log in to the Harmony Portal and choose Downloads.
  2. Download Design Studio. If the download is not available on this page, please contact your Customer Success Manager for access.
  3. Install Design Studio. Refer to System Requirements for additional information.
  4. Open the Design Studio application and create a new project. See Design Studio Quick Start Guide for more detailed instructions and walkthrough.

attachment

Upgrading the Jitterbit Integration Server to Harmony Agents

Harmony cannot be configured to connect to your existing Jitterbit Integration Server. Instead, you have the option of using Private Agents, Cloud Agents, or a hybrid deployment.

Upgrading to Private Agents

Existing Jitterbit Integration Servers cannot be upgraded or converted into Harmony Private Agents. A Harmony Private Agent is a separate installation. Private Agents are available for download from the Harmony Portal using the Downloads page.

Private Agents cannot be installed on the same physical or virtual machine where the Jitterbit Integration Server is installed. Jitterbit Private Agents includes a PostgreSQL database that is installed by default. You also have the option to install the Private Agent database into an existing PostgreSQL database. You should not, however, install the Harmony Agent database into an existing Integration Server database.

  1. Log in to the Harmony Portal and choose Downloads.
  2. Download and install the Private Agent. Refer to Private Agent Installation for additional information, including installation instructions.

Upgrading to Cloud Agents

Cloud-to-cloud integrations can now be run on a Jitterbit Cloud Agent Groups. To run projects in the cloud, simply select a Jitterbit Cloud Agent Group as the Agent Group servicing your environment.

By doing this, all operations deployed in the environment will be run on the Jitterbit Cloud Agent Group.

rtaimage7

Warning

You cannot use the Cloud Agent Group to run your projects if you:

  • Have any local file or file share sources or targets

  • Reuse the PostgreSQL database bundled with the Integration Server

  • Have custom plug-ins installed on the Integration Server

  • Have hosted web services in any of the projects

  • Use any plug-ins other than these:

    • Prepend Data

    • OASIS Web Service Security

Private Cloud Agents

You can install Private Agents on private cloud services such as Amazon Web Services. Note, however, that Harmony agents cannot be installed on the same physical machine or virtual machine where the Jitterbit Integration Server is installed.

Upgrading and Deploying Existing Projects to Harmony

Converting Projects

Harmony Design Studio automatically converts older Jitterbit projects created in Jitterbit Version 5.x into a format required for Harmony. This conversion is done when a version 5.x project is opened in Design Studio.

With Harmony, all projects are deployed to an environment. To deploy a converted project to an environment, simply select the environment to which the project needs to be deployed. You must create an environment before older projects can be converted.

rtaimage8

Warning

Additional conversion steps are required for projects created in versions 4.x, 3.x, or 2.x. Projects created in versions 2.x must first be converted to version 3.6, then converted to 5.x, and then they may be upgraded to Harmony Design Studio. Projects created in versions 3.x or 4.x must be converted to version 5.x prior to upgrading them to Design Studio.

Importing Jitterpaks

Harmony Design Studio supports the ability to import Jitterpaks created from versions 5.x of Jitterbit. Choose the Import Jitterpak option when the Harmony Design Studio is launched. You must create an environment before a project in a Jitterpak can be converted and deployed. Contact support for assistance if your projects were created in versions 2.x, 3.x or 4.x.

rtaimage9

Warning

Additional conversion steps are required for Jitterpaks created in versions 4.x, 3.x, or 2.x. Jitterpaks created in versions 2.x must first be converted to version 3.6, then converted to 5.x, and then they may be imported/upgraded to Harmony Design Studio. Jitterpaks created in versions 3.x or 4.x must be converted to version 5.x prior to importing/upgrading them to Design Studio. Contact support for assistance if your projects were created in versions 2.x, 3.x or 4.x.

Considerations When Using the PGP Plug-in

The PGP plug-in has been re-designed with Harmony. With 5.3 or older versions of Jitterbit, the PGP plug-in requires the keys to be stored as files on the local disk (on the Integration Server). The path to the key file is then passed as input to the plug-in.

With Harmony, the PGP plug-in has been redesigned to take the key directly as input. As a result, you may have to modify the project accordingly.

One option is to put the key file on a separate location accessible in a secure manner such as Secure FTP or HTTPS, configure a corresponding Jitterbit source in the project, and call the ReadFile function to get the key and pass it to the plug-in.

Tip

The PGP plug-in will still work with the local key files. You will have to modify your project only if you are moving from a local server to the Jitterbit Cloud Agent Group.