Skip to Content

10.18 Harmony Release Notes

10.18 Harmony Release

Private Agents

Released 14 June 2020 for all regions

Note

We fixed an issue with Private Agents where operations using URL encoding in FTP URL filenames were failing and generating errors. The fix version number is 10.18.0.42. Please check your installed version and install the latest version.

Harmony Portal, Private Agents, and Sandbox Cloud Agent Group Released May 6, 7, 11, 2020

The 10.18 release date is by region:

  • APAC: Released 6 May 2020

  • EMEA: Released 7 May 2020

  • NA: Released May 11, 2020

Included in this release are updates to these Harmony components:

The Sandbox Cloud Agent Group and cloud applications accessed through the Harmony Portal will be updated to 10.18 at the time of the release. Private Agent installers will be available in each region as of the conclusion of each region's release.

As of May 6, 2020, Design Studio and Private Agent versions 10.1 have reached end of life and are no longer be supported. We recommend that all users of these (and earlier) versions upgrade to the latest versions as soon as practicable.

New Features

Agent

  • Linux Red Hat non-root agent installation available
    Non-root Linux Red Hat 32-bit and 64-bit agents are now available from the Management Console Downloads page.

  • New rule to delete result files older than 14 days
    A new rule was added to CleanupRules.xml to delete result files after 14 days in order to conserve disk space.

Agents, Cloud Studio, and Design Studio

  • NetSuite: Support for WSDL version 2020.1
    The NetSuite connector in both Cloud Studio and Design Studio support NetSuite WSDL version 2020.1. Refer to documentation provided in the NetSuite Help Center (login to NetSuite required) for information.

Cloud Studio

  • Project history updates in real-time
    When opened, the project history updates in real-time with any actions made to the project. Previously, you needed to close and then reopen the project history.

  • Improved performance when working with scripts
    Typing and drag-and-drop operations are no longer disabled while saving in Cloud Studio.

  • Text and variables can be used together in a password field
    You may use both text and variables in a Password field. Any text entered in Password fields is encrypted and masked and cannot be decrypted by users.

  • Project variables sorted in alphabetical order
    Project variables in lists are now sorted alphabetically irrespective of case.

  • Custom Verb field no longer supports variables
    In HTTP activities, support for variables in the Custom Verb input field has been removed.

Enhancements

Agent

  • Percent-encoded special characters now allowed in filenames with FTP/SFTP
    You can now use percent-encoding in filenames to represent control and special characters with FTP and SFTP transfers (Cloud Studio) and FTP Site Sources and FTP Site Targets (Design Studio).

  • XML to JSON transformations can be set to ignore errors
    Setting the Jitterbit variable $jitterbit.operation.chunking.warn_on_error to true will ignore an XML to JSON file transformation error where the XML file has an empty chunk.

Cloud Studio

  • Reduced response time for saves
    Improvements to Cloud Studio and the Harmony platform have reduced response times when saving.

  • Copy operations from log pages is improved
    A new Copy icon is provided in the Cloud Studio logging window to make copying log data easier.

  • Users with a role with read access can now view projects in Cloud Studio
    Users with a role with read access in your organization can now view projects in read-only mode. If the user tries to edit the project, Cloud Studio displays an error.

  • Google Drive: New List Files activity
    The Google Drive connector now includes a List Files activity.

  • Snowflake: Connector now supports the pipe character as a delimiter
    The Snowflake connector now supports using a pipe character in addition to a comma as a field or record delimiter.

Design Studio

  • Operation log search limitations
    Operation log searches have been increased to a maximum 2000 results at a time. Previously, only the first 100 results were displayed.

Fixes

Agent

  • Fixed an issue where operations using URL encoding of FTP filenames failed
    Operations using URL encoding in FTP URL filenames were failing and generating errors. The fix version number is 10.18.0.42. Please check your installed version and install the latest version.

  • Success operations can be set to run without matching source files
    Operations now honor the checkbox Run Success Operation even if there are no matching source files in the Operation Options dialog box.

API Manager

  • Analytics x-axis labels displayed correctly
    Labels on the x-axis now display the correct values as specified in the View Data filters.

  • Switching environments no longer causes an error
    A 404 error is no longer seen after publishing a new API, regenerating the documents and publishing, and then switching to a new environment.

  • The service URL for a Proxy API now displays correctly
    When republishing an existing proxy API, the service URL is now displayed correctly in the final dialog.

Cloud Studio

  • Multiple variables can now be used in fields that support variables
    In fields that support entering variables, multiple variables can now be entered by typing an open square bracket [ into the field or by clicking the variable icon to display a list of the existing variables to choose from. Additional variables are appended to any existing data or variables in the field.

  • Moving an operation between workflows now works correctly
    Previously, dragging an operation to another workflow tab would duplicate the operation and cause an error at deployment. Dragging and dropping an operation to a workflow tab is no longer allowed. Instead, use drag-and-drop in the project tree to move operations between workflows.

  • Navigation on activities using number buttons now works as designed
    You can now consistently navigate between activity pages using the number buttons in the activity.

  • Projects with incomplete or bad references can be opened
    In rare cases, a project with references to another component could not be opened if the reference to the component was incomplete or if the reference contained invalid content. These projects can now be opened successfully in Cloud Studio.

  • Autocomplete shows correct options for WaitForOperation{) function
    Autocomplete now displays the correct syntax for WaitForOperation() options.

  • Switching to the Management Console works as designed
    You are no longer logged out or sent a 404 error when you use the Harmony Portal menu to switch from Cloud Studio, API Manager, or the Home page to the Management Console.

  • Transformation mapping lines now persist without refreshing
    Transformation mapping lines would disappear; lines now persist. Previously, they would disappear when mapping source variables to the target field using a script, reappearing when refreshing the transformation.

  • Publishing a previously configured connector does not cause an error
    When attempting to publish a previously imported and configured connector that already exists, you no longer receive an error message. You can successfully overwrite the existing connector.

  • FlushFile() and FlushAllFiles() display correct options
    Using autocomplete in a script editor now displays the correct options for FlushFile() and FlushAllFiles() functions.

  • Salesforce: Test Query errors now display in an error message box
    When testing a Salesforce Query, invalid query errors are displayed in a message box popup and not in the browser console logs.

  • ServiceMax: Query activity responses are now provided in the correct format
    ServiceMax Query activities now provide a response in XML format instead of the previous JSON format.