Skip to Content

You are viewing an archive site. Access the current documentation at Jitterbit Documentation.

Past Sandbox Cloud Agent Group releases

Introduction

This page provides a compilation of archived release notes for the Sandbox Cloud Agent Group.

Archived Sandbox Cloud Agent Group release notes

9.9

The 9.9 release date is by region:

  • EMEA: 14 March 2019

  • NA: March 18, 2019

This update was an upgrade of the Sandbox Cloud Agent Group from agent version 9.4.2 to agent version 9.9. This included all updates up to and including the 9.9 release.

Enhancements

  • LDAP passwords can be set and updated in Jitterbit Script using the LDAP functions. (Added in 9.9)

  • The Java distribution included in the Windows agent has been changed from the Oracle JRE to the AdoptOpenJDK JRE. (Added in 9.8)

  • Boolean types are now supported for OData when using SQL Server, MySQL, or PostgreSQL. (Added in 9.7)

  • SAP fields defined as doubles now work correctly when used in OData APIs. (Added in 9.7)

Fixes

  • Fixed an issue with the architecture of the third-party SAP JCo (Java Connector) library included in the Linux agent. (Added in 9.9)

  • Fixed an issue with the installation of the AdoptOpenJDK JRE by the Windows agent installer that prevented certain plugins from functioning. (Added in 9.9)

  • An issue with the Jitterbit global variable jitterbit.source.preserve_char_whitespace not being honored when transforming from CSV to JSON or from an Oracle Database to XML has been fixed. Settingjitterbit.source.preserve_char_whitespace=true means white space will be preserved and won't be trimmed from the beginning and end of strings in the source.

    The default value for this variable is "false", and white space will be trimmed from the beginning and end of strings in the source. This default value will be used if the variable has not been explicitly set. The default behavior is unchanged from prior releases. (Added in 9.8)

  • Fixed an issue with retrieval of the NetSuite custom segments to avoid timeout errors while generating or refreshing the schemas. (Added in 9.7)

  • Fixed an issue in the JMS Connector with messages that are missing a JMS destination header. (Added in 9.7)

  • Fixed an issue with the parsing of IDoc types. It is now enabled. (Added in 9.6)

  • Resolved timeout issues when using JDBC to retrieve a large number of tables. (Added in 9.5)

  • Fixed an Issue with the input parameter of the CVTDate() script function being set to an empty value. The CVTDate() function now successfully converts each input data value to the appropriate date and does not set any input to an empty value. (Added in 9.5)